summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/etc.alpha/MAKEDEV11
-rw-r--r--etc/etc.amd64/MAKEDEV13
-rw-r--r--etc/etc.armish/MAKEDEV12
-rw-r--r--etc/etc.armv7/MAKEDEV11
-rw-r--r--etc/etc.hppa/MAKEDEV11
-rw-r--r--etc/etc.hppa64/MAKEDEV13
-rw-r--r--etc/etc.i386/MAKEDEV13
-rw-r--r--etc/etc.landisk/MAKEDEV11
-rw-r--r--etc/etc.loongson/MAKEDEV12
-rw-r--r--etc/etc.luna88k/MAKEDEV11
-rw-r--r--etc/etc.macppc/MAKEDEV13
-rw-r--r--etc/etc.octeon/MAKEDEV13
-rw-r--r--etc/etc.sgi/MAKEDEV13
-rw-r--r--etc/etc.socppc/MAKEDEV13
-rw-r--r--etc/etc.sparc/MAKEDEV13
-rw-r--r--etc/etc.sparc64/MAKEDEV13
-rw-r--r--etc/etc.zaurus/MAKEDEV11
17 files changed, 60 insertions, 147 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV
index a905c7c8808..3e14d0383a9 100644
--- a/etc/etc.alpha/MAKEDEV
+++ b/etc/etc.alpha/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.alpha/MAKEDEV.md,v 1.65 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.alpha/MAKEDEV.md,v 1.66 2016/04/25 20:38:10 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -80,7 +80,6 @@
# *random In-kernel random data source
# rmidi* Raw MIDI devices
# speaker PC speaker
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# tuner* Tuner devices
@@ -268,10 +267,6 @@ tun*)
M tun$U c 7 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
speaker)
M speaker c 40 0 600
;;
@@ -533,7 +528,7 @@ all)
R lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05
R tty06 tty07 tty08 tty09 tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3
R ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5
- R pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV
index caef4f239ac..755ca14ba82 100644
--- a/etc/etc.amd64/MAKEDEV
+++ b/etc/etc.amd64/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.amd64/MAKEDEV.md,v 1.64 2016/02/05 06:29:45 uebayasi Exp
+# OpenBSD: etc.amd64/MAKEDEV.md,v 1.65 2016/04/25 20:38:10 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -87,7 +87,6 @@
# *random In-kernel random data source
# rmidi* Raw MIDI devices
# speaker PC speaker
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# tuner* Tuner devices
@@ -280,10 +279,6 @@ tun*)
M tun$U c 40 $U 600
;;
-systrace)
- M systrace c 78 0 644
- ;;
-
speaker)
M speaker c 27 0 600
;;
@@ -579,8 +574,8 @@ all)
R tuner0 radio0 speaker video0 video1 uk0 random lpa0 lpa1
R lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05
R tty06 tty07 tty08 tty09 tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3
- R ttyc4 ttyc5 ttyc6 ttyc7 apm pf pctr systrace wd0 wd1 wd2 wd3
- R std st0 st1 fd
+ R ttyc4 ttyc5 ttyc6 ttyc7 apm pf pctr wd0 wd1 wd2 wd3 std st0
+ R st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.armish/MAKEDEV b/etc/etc.armish/MAKEDEV
index 70570e92d35..278dc0aab88 100644
--- a/etc/etc.armish/MAKEDEV
+++ b/etc/etc.armish/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.armish/MAKEDEV.md,v 1.35 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.armish/MAKEDEV.md,v 1.36 2016/04/25 20:38:10 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -76,7 +76,6 @@
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
-# systrace* System call tracing device
# tuner* Tuner devices
# video* Video V4L2 devices
# vscsi* Virtual SCSI controller
@@ -238,10 +237,6 @@ tuner*)
M tuner$U c 75 $(($(($U*2))+16)) 644
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
uk*)
M uk$U c 28 $U 640 operator
;;
@@ -474,8 +469,7 @@ all)
R wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3
R rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 video0 video1 uk0
R random tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08
- R tty09 tty0a tty0b apm pf systrace wd0 wd1 wd2 wd3 std st0
- R st1 fd
+ R tty09 tty0a tty0b apm pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.armv7/MAKEDEV b/etc/etc.armv7/MAKEDEV
index 27d1bd9db91..d9cf4d4fd29 100644
--- a/etc/etc.armv7/MAKEDEV
+++ b/etc/etc.armv7/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.armv7/MAKEDEV.md,v 1.9 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.armv7/MAKEDEV.md,v 1.10 2016/04/25 20:38:10 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -77,7 +77,6 @@
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
-# systrace* System call tracing device
# tuner* Tuner devices
# video* Video V4L2 devices
# vscsi* Virtual SCSI controller
@@ -239,10 +238,6 @@ tuner*)
M tuner$U c 75 $(($(($U*2))+16)) 644
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
uk*)
M uk$U c 28 $U 640 operator
;;
@@ -480,7 +475,7 @@ all)
R pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6
R rmidi7 tuner0 radio0 video0 video1 uk0 random tty00 tty01
R tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b
- R apm pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R apm pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV
index 58aa851f447..5e5f1a2ea51 100644
--- a/etc/etc.hppa/MAKEDEV
+++ b/etc/etc.hppa/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.hppa/MAKEDEV.md,v 1.56 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.hppa/MAKEDEV.md,v 1.57 2016/04/25 20:38:10 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -74,7 +74,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -247,10 +246,6 @@ tun*)
M tun$U c 18 $U 600
;;
-systrace)
- M systrace c 34 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -492,7 +487,7 @@ all)
R pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 uall
R video0 video1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 tty00
R tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a
- R tty0b pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R tty0b pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV
index ef35f549eaf..8c4dec4a5d8 100644
--- a/etc/etc.hppa64/MAKEDEV
+++ b/etc/etc.hppa64/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.32 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.33 2016/04/25 20:38:10 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -73,7 +73,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -246,10 +245,6 @@ tun*)
M tun$U c 18 $U 600
;;
-systrace)
- M systrace c 34 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -486,8 +481,8 @@ all)
R fd0G fd0H diskmap vscsi0 ch0 audio0 audio1 audio2 fuse pppx
R ptm local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0
R random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03
- R tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b pf systrace
- R wd0 wd1 wd2 wd3 std st0 st1 fd
+ R tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b pf wd0 wd1
+ R wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 3d9b11bce16..bdcf30d0bc0 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.i386/MAKEDEV.md,v 1.78 2016/02/05 06:29:45 uebayasi Exp
+# OpenBSD: etc.i386/MAKEDEV.md,v 1.79 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -88,7 +88,6 @@
# *random In-kernel random data source
# rmidi* Raw MIDI devices
# speaker PC speaker
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# tuner* Tuner devices
@@ -281,10 +280,6 @@ tun*)
M tun$U c 40 $U 600
;;
-systrace)
- M systrace c 78 0 644
- ;;
-
speaker)
M speaker c 27 0 600
;;
@@ -583,8 +578,8 @@ all)
R rmidi6 rmidi7 tuner0 radio0 speaker video0 video1 uk0 random
R joy0 joy1 lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02
R tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b ttyc0
- R ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm pf pctr
- R systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm pf pctr wd0
+ R wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.landisk/MAKEDEV b/etc/etc.landisk/MAKEDEV
index 590e9c34605..04fea231b1f 100644
--- a/etc/etc.landisk/MAKEDEV
+++ b/etc/etc.landisk/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.landisk/MAKEDEV.md,v 1.38 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.landisk/MAKEDEV.md,v 1.39 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -71,7 +71,6 @@
# radio* FM tuner devices
# *random In-kernel random data source
# rmidi* Raw MIDI devices
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -243,10 +242,6 @@ tun*)
M tun$U c 33 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
rmidi*)
M rmidi$U c 57 $U 666
;;
@@ -454,7 +449,7 @@ all)
R vscsi0 ch0 ttya audio0 audio1 audio2 fuse pppx hotplug ptm
R local wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2
R rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 radio0 video0 video1 uk0
- R random pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R random pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.loongson/MAKEDEV b/etc/etc.loongson/MAKEDEV
index b46e490bfd7..56d6da420ce 100644
--- a/etc/etc.loongson/MAKEDEV
+++ b/etc/etc.loongson/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.loongson/MAKEDEV.md,v 1.22 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.loongson/MAKEDEV.md,v 1.23 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -71,7 +71,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -238,10 +237,6 @@ tun*)
M tun$U c 13 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -453,8 +448,7 @@ all)
R diskmap vscsi0 audio0 audio1 audio2 fuse pppx hotplug ptm
R local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0
R random tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08
- R tty09 tty0a tty0b apm pf systrace wd0 wd1 wd2 wd3 std st0
- R st1 fd
+ R tty09 tty0a tty0b apm pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.luna88k/MAKEDEV b/etc/etc.luna88k/MAKEDEV
index 1cf7cc17233..4a17fe22921 100644
--- a/etc/etc.luna88k/MAKEDEV
+++ b/etc/etc.luna88k/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.luna88k/MAKEDEV.md,v 1.26 2015/10/23 15:14:11 claudio Exp
+# OpenBSD: etc.luna88k/MAKEDEV.md,v 1.27 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -64,7 +64,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -226,10 +225,6 @@ tun*)
M tun$U c 23 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -406,7 +401,7 @@ all)
R bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0
R diskmap vscsi0 ch0 fuse pppx ptm local wscons uk0 random
R tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09
- R tty0a tty0b pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R tty0a tty0b pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV
index d8e80a50444..0ecdc280ccc 100644
--- a/etc/etc.macppc/MAKEDEV
+++ b/etc/etc.macppc/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.macppc/MAKEDEV.md,v 1.65 2015/10/23 15:14:12 claudio Exp
+# OpenBSD: etc.macppc/MAKEDEV.md,v 1.66 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -78,7 +78,6 @@
# radio* FM tuner devices
# *random In-kernel random data source
# rmidi* Raw MIDI devices
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# tuner* Tuner devices
@@ -253,10 +252,6 @@ tun*)
M tun$U c 23 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
rmidi*)
M rmidi$U c 52 $U 666
;;
@@ -511,8 +506,8 @@ all)
R local wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2
R rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 video0
R video1 uk0 random tty00 tty01 tty02 tty03 tty04 tty05 tty06
- R tty07 tty08 tty09 tty0a tty0b apm pf systrace wd0 wd1 wd2
- R wd3 std st0 st1 fd
+ R tty07 tty08 tty09 tty0a tty0b apm pf wd0 wd1 wd2 wd3 std st0
+ R st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.octeon/MAKEDEV b/etc/etc.octeon/MAKEDEV
index a8f403666fc..46a540201a4 100644
--- a/etc/etc.octeon/MAKEDEV
+++ b/etc/etc.octeon/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.octeon/MAKEDEV.md,v 1.8 2015/10/23 15:14:12 claudio Exp
+# OpenBSD: etc.octeon/MAKEDEV.md,v 1.9 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -68,7 +68,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -235,10 +234,6 @@ tun*)
M tun$U c 13 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -428,8 +423,8 @@ all)
R pty1 pty2 diskmap vscsi0 ch0 audio0 audio1 audio2 fuse pppx
R hotplug ptm local wscons pci0 pci1 pci2 pci3 uall video0
R video1 uk0 random tty00 tty01 tty02 tty03 tty04 tty05 tty06
- R tty07 tty08 tty09 tty0a tty0b pf systrace wd0 wd1 wd2 wd3
- R std st0 st1 fd
+ R tty07 tty08 tty09 tty0a tty0b pf wd0 wd1 wd2 wd3 std st0 st1
+ R fd
;;
octcf*|wd*|sd*)
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV
index 35180305e85..b80d4656e5d 100644
--- a/etc/etc.sgi/MAKEDEV
+++ b/etc/etc.sgi/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sgi/MAKEDEV.md,v 1.44 2015/10/23 15:14:12 claudio Exp
+# OpenBSD: etc.sgi/MAKEDEV.md,v 1.45 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -71,7 +71,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -238,10 +237,6 @@ tun*)
M tun$U c 13 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -463,8 +458,8 @@ all)
R pty0 pty1 pty2 diskmap vscsi0 ch0 audio0 audio1 audio2 fuse
R pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 uall
R video0 video1 uk0 random tty00 tty01 tty02 tty03 tty04 tty05
- R tty06 tty07 tty08 tty09 tty0a tty0b pf systrace wd0 wd1 wd2
- R wd3 std st0 st1 fd
+ R tty06 tty07 tty08 tty09 tty0a tty0b pf wd0 wd1 wd2 wd3 std
+ R st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.socppc/MAKEDEV b/etc/etc.socppc/MAKEDEV
index 1b9c73b7d37..c7865333e9a 100644
--- a/etc/etc.socppc/MAKEDEV
+++ b/etc/etc.socppc/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.socppc/MAKEDEV.md,v 1.27 2015/10/23 15:14:12 claudio Exp
+# OpenBSD: etc.socppc/MAKEDEV.md,v 1.28 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -68,7 +68,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# video* Video V4L2 devices
@@ -231,10 +230,6 @@ tun*)
M tun$U c 23 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -425,8 +420,8 @@ all)
R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 diskmap
R vscsi0 ch0 fuse pppx hotplug ptm local wscons pci0 pci1 pci2
R pci3 uall video0 video1 random tty00 tty01 tty02 tty03 tty04
- R tty05 tty06 tty07 tty08 tty09 tty0a tty0b pf systrace wd0
- R wd1 wd2 wd3 std st0 st1 fd
+ R tty05 tty06 tty07 tty08 tty09 tty0a tty0b pf wd0 wd1 wd2 wd3
+ R std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV
index d584b9770f3..e99cf373678 100644
--- a/etc/etc.sparc/MAKEDEV
+++ b/etc/etc.sparc/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sparc/MAKEDEV.md,v 1.56 2015/10/23 15:14:12 claudio Exp
+# OpenBSD: etc.sparc/MAKEDEV.md,v 1.57 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -75,7 +75,6 @@
# pf* Packet Filter
# pppx* PPP Multiplexer
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -243,10 +242,6 @@ tun*)
M tun$U c 111 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -526,8 +521,8 @@ all)
R fd0E fd0F fd0G fd0H diskmap vscsi0 ch0 bio cuaa cuab cuac
R cuad ttya ttyb ttyc ttyd audio0 audio1 audio2 fuse pppx
R hotplug ptm local wscons uk0 random tty00 tty01 tty02 tty03
- R tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b apm pf
- R systrace xd0 xd1 xd2 xd3 std st0 st1 fd
+ R tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b apm pf xd0
+ R xd1 xd2 xd3 std st0 st1 fd
;;
presto*|xd*|xy*|sd*)
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV
index 10c3b9b8953..706ac99fcf6 100644
--- a/etc/etc.sparc64/MAKEDEV
+++ b/etc/etc.sparc64/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.82 2015/10/23 15:14:12 claudio Exp
+# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.83 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -87,7 +87,6 @@
# pppx* PPP Multiplexer
# rmidi* Raw MIDI devices
# *random In-kernel random data source
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# uk* Unknown SCSI devices
@@ -286,10 +285,6 @@ tun*)
M tun$U c 111 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
*random)
n=0
for pre in " " s u a
@@ -633,8 +628,8 @@ all)
R wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3
R rmidi4 rmidi5 rmidi6 rmidi7 video0 video1 uk0 random lpa0
R lpa1 lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05
- R tty06 tty07 tty08 tty09 tty0a tty0b ttyh0 ttyh1 pf systrace
- R wd0 wd1 wd2 wd3 std st0 st1 fd
+ R tty06 tty07 tty08 tty09 tty0a tty0b ttyh0 ttyh1 pf wd0 wd1
+ R wd2 wd3 std st0 st1 fd
;;
wd*|sd*)
diff --git a/etc/etc.zaurus/MAKEDEV b/etc/etc.zaurus/MAKEDEV
index 9c1618e131e..503efa9b66a 100644
--- a/etc/etc.zaurus/MAKEDEV
+++ b/etc/etc.zaurus/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.41 2015/10/23 15:14:12 claudio Exp
+# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.42 2016/04/25 20:38:11 tedu Exp
# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp
-# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp
+# OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -72,7 +72,6 @@
# radio* FM tuner devices
# *random In-kernel random data source
# rmidi* Raw MIDI devices
-# systrace* System call tracing device
# tun* Network tunnel driver
# tap* Ethernet tunnel driver
# tuner* Tuner devices
@@ -249,10 +248,6 @@ tun*)
M tun$U c 33 $U 600
;;
-systrace)
- M systrace c 50 0 644
- ;;
-
rmidi*)
M rmidi$U c 57 $U 666
;;
@@ -468,7 +463,7 @@ all)
R ptm local wscons uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4
R rmidi5 rmidi6 rmidi7 tuner0 radio0 video0 video1 uk0 random
R tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09
- R tty0a tty0b apm pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R tty0a tty0b apm pf wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*)