summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV.common5
-rw-r--r--etc/etc.alpha/MAKEDEV.md3
-rw-r--r--etc/etc.amd64/MAKEDEV.md3
-rw-r--r--etc/etc.hp300/MAKEDEV.md3
-rw-r--r--etc/etc.hppa/MAKEDEV.md3
-rw-r--r--etc/etc.hppa64/MAKEDEV.md3
-rw-r--r--etc/etc.i386/MAKEDEV.md3
-rw-r--r--etc/etc.landisk/MAKEDEV.md3
-rw-r--r--etc/etc.loongson/MAKEDEV.md3
-rw-r--r--etc/etc.sgi/MAKEDEV.md3
-rw-r--r--etc/etc.socppc/MAKEDEV.md3
-rw-r--r--etc/etc.sparc/MAKEDEV.md3
-rw-r--r--etc/etc.sparc64/MAKEDEV.md3
-rw-r--r--etc/etc.vax/MAKEDEV.md3
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man8/man8.alpha/MAKEDEV.87
-rw-r--r--share/man/man8/man8.amd64/MAKEDEV.87
-rw-r--r--share/man/man8/man8.hp300/MAKEDEV.87
-rw-r--r--share/man/man8/man8.hppa/MAKEDEV.87
-rw-r--r--share/man/man8/man8.hppa64/MAKEDEV.87
-rw-r--r--share/man/man8/man8.i386/MAKEDEV.87
-rw-r--r--share/man/man8/man8.landisk/MAKEDEV.87
-rw-r--r--share/man/man8/man8.loongson/MAKEDEV.87
-rw-r--r--share/man/man8/man8.sgi/MAKEDEV.87
-rw-r--r--share/man/man8/man8.socppc/MAKEDEV.87
-rw-r--r--share/man/man8/man8.sparc/MAKEDEV.87
-rw-r--r--share/man/man8/man8.sparc64/MAKEDEV.87
-rw-r--r--share/man/man8/man8.vax/MAKEDEV.87
-rw-r--r--share/man/man9/Makefile6
29 files changed, 100 insertions, 45 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common
index e3a4148562d..926266d8b0a 100644
--- a/etc/MAKEDEV.common
+++ b/etc/MAKEDEV.common
@@ -1,4 +1,4 @@
-vers(a, {-$OpenBSD: MAKEDEV.common,v 1.63 2013/03/28 21:20:46 jmc Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.common,v 1.64 2013/06/03 16:06:42 tedu Exp $-})dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
dnl
@@ -170,6 +170,7 @@ target(all, gpr, 0)dnl
target(all, ptm)dnl
target(all, hotplug)dnl
target(all, pppx)dnl
+target(all, fuse)dnl
dnl
_mkdev(all, {-all-}, {-dnl
show_target(all)dnl
@@ -207,6 +208,8 @@ __devitem(cd, {-cd*-}, ATAPI and SCSI CD-ROM drives)dnl
_mkdev(cd, cd*, {-dodisk2 cd $U major_cd_b major_cd_c $U 0{--}ifstep(cd)-})dnl
__devitem(bthub, {-bthub*-}, Bluetooth Hubs)dnl
_mcdev(bthub, bthub*, bthub, {-major_bthub_c-})dnl
+__devitem(fuse, fuse, Userland Filesystem, fuse 4)dnl
+_mcdev(fuse, fuse, fuse, {-major_fuse_c-}, 600)dnl
__devitem(ch, {-ch*-}, SCSI media changers)dnl
_mcdev(ch, ch*, ch, {-major_ch_c-}, 660, operator)dnl
__devitem(uk, uk*, Unknown SCSI devices)dnl
diff --git a/etc/etc.alpha/MAKEDEV.md b/etc/etc.alpha/MAKEDEV.md
index afb44557ba8..97f3c8a58b4 100644
--- a/etc/etc.alpha/MAKEDEV.md
+++ b/etc/etc.alpha/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,alpha)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.56 2013/03/15 09:10:52 ratchov Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.57 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -69,6 +69,7 @@ _DEV(bthub, 62)
_DEV(cry, 57)
_DEV(diskmap, 63)
_DEV(fdesc, 10)
+_DEV(fuse, 67)
_DEV(hotplug, 56)
_DEV(iop, 54)
_DEV(lkm, 16)
diff --git a/etc/etc.amd64/MAKEDEV.md b/etc/etc.amd64/MAKEDEV.md
index 06f13232b2b..9af824e7cf7 100644
--- a/etc/etc.amd64/MAKEDEV.md
+++ b/etc/etc.amd64/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,amd64)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.49 2013/03/15 09:10:52 ratchov Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.50 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -77,6 +77,7 @@ _DEV(cry, 70)
_DEV(diskmap, 90)
_DEV(drm, 87)
_DEV(fdesc, 22)
+_DEV(fuse, 92)
_DEV(gpio, 88)
_DEV(gpr, 80)
_DEV(hotplug, 82)
diff --git a/etc/etc.hp300/MAKEDEV.md b/etc/etc.hp300/MAKEDEV.md
index c7b8bebada3..76e7d3596a3 100644
--- a/etc/etc.hp300/MAKEDEV.md
+++ b/etc/etc.hp300/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,hp300)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.45 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.46 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -84,6 +84,7 @@ _DEV(bio, 49)
_DEV(bpf, 22)
_DEV(diskmap, 54)
_DEV(fdesc, 21)
+_DEV(fuse, 57)
_DEV(hotplug, 56)
_DEV(lkm, 24)
_DEV(pf, 33)
diff --git a/etc/etc.hppa/MAKEDEV.md b/etc/etc.hppa/MAKEDEV.md
index acc4240469a..653ce75ba1c 100644
--- a/etc/etc.hppa/MAKEDEV.md
+++ b/etc/etc.hppa/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,hppa)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.48 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.49 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -66,6 +66,7 @@ _DEV(bthub,55)
_DEV(cry, 36)
_DEV(diskmap,56)
_DEV(fdesc, 16)
+_DEV(fuse, 58)
_DEV(hotplug, 47)
_DEV(lkm, 19)
_DEV(pci, 31)
diff --git a/etc/etc.hppa64/MAKEDEV.md b/etc/etc.hppa64/MAKEDEV.md
index 965bc909558..4d3743e837d 100644
--- a/etc/etc.hppa64/MAKEDEV.md
+++ b/etc/etc.hppa64/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,hppa64)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.25 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.26 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -65,6 +65,7 @@ _DEV(bpf, 17)
_DEV(cry, 36)
_DEV(diskmap,56)
_DEV(fdesc, 16)
+_DEV(fuse, 58)
_DEV(lkm, 19)
_DEV(pci, 31)
_DEV(pdc, 22)
diff --git a/etc/etc.i386/MAKEDEV.md b/etc/etc.i386/MAKEDEV.md
index a027cbc05a1..dc4768fac5d 100644
--- a/etc/etc.i386/MAKEDEV.md
+++ b/etc/etc.i386/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,i386)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.64 2013/03/15 09:10:52 ratchov Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.65 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -80,6 +80,7 @@ _DEV(cry, 70)
_DEV(diskmap, 91)
_DEV(drm, 88)
_DEV(fdesc, 22)
+_DEV(fuse, 93)
_DEV(gpio, 83)
_DEV(gpr, 80)
_DEV(hotplug, 82)
diff --git a/etc/etc.landisk/MAKEDEV.md b/etc/etc.landisk/MAKEDEV.md
index ee43f6ea43e..489d2c8c4e8 100644
--- a/etc/etc.landisk/MAKEDEV.md
+++ b/etc/etc.landisk/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,landisk)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.28 2013/03/15 09:10:52 ratchov Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.29 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
@@ -78,6 +78,7 @@ _DEV(bthub,100)
_DEV(cry, 47)
_DEV(diskmap,101)
_DEV(fdesc, 7)
+_DEV(fuse, 103)
_DEV(hotplug, 37)
dnl _DEV(iop, 73)
_DEV(lkm, 35)
diff --git a/etc/etc.loongson/MAKEDEV.md b/etc/etc.loongson/MAKEDEV.md
index 04142ea7596..ee73a091a33 100644
--- a/etc/etc.loongson/MAKEDEV.md
+++ b/etc/etc.loongson/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,loongson)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.13 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.14 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -72,6 +72,7 @@ _DEV(bthub, 68)
_DEV(cry, 47)
_DEV(diskmap, 70)
_DEV(fdesc, 7)
+_DEV(fuse, 73)
_DEV(hotplug, 67)
dnl _DEV(lkm)
_DEV(pci, 29)
diff --git a/etc/etc.sgi/MAKEDEV.md b/etc/etc.sgi/MAKEDEV.md
index 461fb03bd36..73688ec4b48 100644
--- a/etc/etc.sgi/MAKEDEV.md
+++ b/etc/etc.sgi/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,sgi)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.37 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.38 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -79,6 +79,7 @@ _DEV(bpf, 12)
_DEV(cry, 47)
_DEV(diskmap, 69)
_DEV(fdesc, 7)
+_DEV(fuse, 73)
_DEV(hotplug, 67)
dnl _DEV(lkm)
_DEV(pci, 29)
diff --git a/etc/etc.socppc/MAKEDEV.md b/etc/etc.socppc/MAKEDEV.md
index 6f3430834e7..2d45ae06573 100644
--- a/etc/etc.socppc/MAKEDEV.md
+++ b/etc/etc.socppc/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,socppc)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.18 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.19 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -65,6 +65,7 @@ _DEV(bthub, 81)
dnl _DEV(cry, 47)
_DEV(diskmap, 82)
_DEV(fdesc, 21)
+_DEV(fuse, 85)
dnl _DEV(gpio, 79)
_DEV(hotplug, 84)
dnl _DEV(iop, 73)
diff --git a/etc/etc.sparc/MAKEDEV.md b/etc/etc.sparc/MAKEDEV.md
index 4f0e1f55616..80147db8979 100644
--- a/etc/etc.sparc/MAKEDEV.md
+++ b/etc/etc.sparc/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,sparc)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.50 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.51 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -96,6 +96,7 @@ _DEV(bio, 124)
_DEV(bpf, 105)
_DEV(diskmap, 129)
_DEV(fdesc, 24)
+_DEV(fuse, 82)
_DEV(hotplug, 131)
_DEV(lkm, 112)
_DEV(oppr)
diff --git a/etc/etc.sparc64/MAKEDEV.md b/etc/etc.sparc64/MAKEDEV.md
index 4335cd84453..53cda7d2b55 100644
--- a/etc/etc.sparc64/MAKEDEV.md
+++ b/etc/etc.sparc64/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,sparc64)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.72 2013/02/12 12:03:57 ajacoutot Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.73 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -115,6 +115,7 @@ _DEV(bthub, 129)
_DEV(cry, 75)
_DEV(diskmap, 130)
_DEV(fdesc, 24)
+_DEV(fuse, 134)
_DEV(hotplug, 124)
_DEV(lkm, 112)
_DEV(oppr)
diff --git a/etc/etc.vax/MAKEDEV.md b/etc/etc.vax/MAKEDEV.md
index 77b763d90fd..475160f718a 100644
--- a/etc/etc.vax/MAKEDEV.md
+++ b/etc/etc.vax/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,vax)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.49 2012/08/23 06:15:28 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.50 2013/06/03 16:06:42 tedu Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -122,6 +122,7 @@ _DEV(bio, 72)
_DEV(bpf, 56)
_DEV(diskmap, 79)
_DEV(fdesc, 53)
+_DEV(fuse, 82)
_DEV(lkm, 28)
_DEV(pf, 42)
_DEV(pppx, 80)
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 75fac2bc2ef..61fd9a5d797 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.548 2013/05/31 20:18:44 reyk Exp $
+# $OpenBSD: Makefile,v 1.549 2013/06/03 16:06:42 tedu Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -22,7 +22,7 @@ MAN= aac.4 ac97.4 acphy.4 \
eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \
emu.4 enc.4 endrun.4 envy.4 ep.4 epic.4 esa.4 \
eso.4 ess.4 et.4 etphy.4 ex.4 exphy.4 \
- fd.4 fdc.4 fins.4 fintek.4 fms.4 fpa.4 fxp.4 gdt.4 \
+ fd.4 fdc.4 fins.4 fintek.4 fms.4 fpa.4 fuse.4 fxp.4 gdt.4 \
gentbi.4 gem.4 gif.4 \
glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \
hds.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8
index 976aa73d387..1b76036a3ec 100644
--- a/share/man/man8/man8.alpha/MAKEDEV.8
+++ b/share/man/man8/man8.alpha/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.56 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.57 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 alpha
.Os
.Sh NAME
@@ -220,6 +220,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.amd64/MAKEDEV.8 b/share/man/man8/man8.amd64/MAKEDEV.8
index 7d4161b6035..8a7783a62da 100644
--- a/share/man/man8/man8.amd64/MAKEDEV.8
+++ b/share/man/man8/man8.amd64/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.59 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.60 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 amd64
.Os
.Sh NAME
@@ -226,6 +226,9 @@ Direct Rendering Manager, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar gpio*
General Purpose Input/Output, see
.Xr gpio 4 .
diff --git a/share/man/man8/man8.hp300/MAKEDEV.8 b/share/man/man8/man8.hp300/MAKEDEV.8
index 15226432b06..65a731074b4 100644
--- a/share/man/man8/man8.hp300/MAKEDEV.8
+++ b/share/man/man8/man8.hp300/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.62 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.63 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 hp300
.Os
.Sh NAME
@@ -182,6 +182,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.hppa/MAKEDEV.8 b/share/man/man8/man8.hppa/MAKEDEV.8
index 447c07cd087..423fceac5d3 100644
--- a/share/man/man8/man8.hppa/MAKEDEV.8
+++ b/share/man/man8/man8.hppa/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.52 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.53 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 hppa
.Os
.Sh NAME
@@ -208,6 +208,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.hppa64/MAKEDEV.8 b/share/man/man8/man8.hppa64/MAKEDEV.8
index d45d36821a6..1180dbddea1 100644
--- a/share/man/man8/man8.hppa64/MAKEDEV.8
+++ b/share/man/man8/man8.hppa64/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.34 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.35 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 hppa64
.Os
.Sh NAME
@@ -205,6 +205,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar lkm
Loadable kernel modules interface, see
.Xr lkm 4 .
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8
index 8a28c4183bf..5c6cf04f18f 100644
--- a/share/man/man8/man8.i386/MAKEDEV.8
+++ b/share/man/man8/man8.i386/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.85 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.86 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 i386
.Os
.Sh NAME
@@ -229,6 +229,9 @@ Direct Rendering Manager, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar gpio*
General Purpose Input/Output, see
.Xr gpio 4 .
diff --git a/share/man/man8/man8.landisk/MAKEDEV.8 b/share/man/man8/man8.landisk/MAKEDEV.8
index df3ee822d93..e24937a8dd6 100644
--- a/share/man/man8/man8.landisk/MAKEDEV.8
+++ b/share/man/man8/man8.landisk/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.31 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.32 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 landisk
.Os
.Sh NAME
@@ -194,6 +194,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.loongson/MAKEDEV.8 b/share/man/man8/man8.loongson/MAKEDEV.8
index 37ad13526b9..82f5f654cc6 100644
--- a/share/man/man8/man8.loongson/MAKEDEV.8
+++ b/share/man/man8/man8.loongson/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.15 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.16 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 loongson
.Os
.Sh NAME
@@ -201,6 +201,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.sgi/MAKEDEV.8 b/share/man/man8/man8.sgi/MAKEDEV.8
index 80308c6caf0..285f6108511 100644
--- a/share/man/man8/man8.sgi/MAKEDEV.8
+++ b/share/man/man8/man8.sgi/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.47 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.48 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 sgi
.Os
.Sh NAME
@@ -198,6 +198,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.socppc/MAKEDEV.8 b/share/man/man8/man8.socppc/MAKEDEV.8
index 9b0fb7f9587..500ea6959c8 100644
--- a/share/man/man8/man8.socppc/MAKEDEV.8
+++ b/share/man/man8/man8.socppc/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.19 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.20 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 socppc
.Os
.Sh NAME
@@ -189,6 +189,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8
index 2332f41f2da..d51f8be90d8 100644
--- a/share/man/man8/man8.sparc/MAKEDEV.8
+++ b/share/man/man8/man8.sparc/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.61 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.62 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 sparc
.Os
.Sh NAME
@@ -202,6 +202,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.sparc64/MAKEDEV.8 b/share/man/man8/man8.sparc64/MAKEDEV.8
index 254c0f75188..23a9570e65b 100644
--- a/share/man/man8/man8.sparc64/MAKEDEV.8
+++ b/share/man/man8/man8.sparc64/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.58 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.59 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 sparc64
.Os
.Sh NAME
@@ -243,6 +243,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar hotplug
devices hot plugging, see
.Xr hotplug 4 .
diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8
index e8cbd0d2a64..34b243f705f 100644
--- a/share/man/man8/man8.vax/MAKEDEV.8
+++ b/share/man/man8/man8.vax/MAKEDEV.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.63 2013/03/28 21:22:32 jmc Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.64 2013/06/03 16:06:42 tedu Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2013 $
+.Dd $Mdocdate: June 3 2013 $
.Dt MAKEDEV 8 vax
.Os
.Sh NAME
@@ -178,6 +178,9 @@ Disk mapper, see
.It Ar fd
fd/* nodes, see
.Xr fd 4 .
+.It Ar fuse
+Userland Filesystem, see
+.Xr fuse 4 .
.It Ar lkm
Loadable kernel modules interface, see
.Xr lkm 4 .
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 7a2d9288ed6..5d4cbff1f17 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.179 2013/05/31 20:06:22 guenther Exp $
+# $OpenBSD: Makefile,v 1.180 2013/06/03 16:06:42 tedu Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -8,8 +8,8 @@ MAN= altq.9 aml_evalnode.9 atomic.9 audio.9 autoconf.9 bio_register.9 \
buffercache.9 bus_dma.9 bus_space.9 copy.9 crypto.9 delay.9 \
disk.9 disklabel.9 dma_alloc.9 dohooks.9 dopowerhooks.9 \
domountroothooks.9 doshutdownhooks.9 dostartuphooks.9 \
- evcount.9 file.9 \
- fork1.9 extent.9 getdevvp.9 getnewvnode.9 hash.9 hashinit.9 \
+ evcount.9 file.9 fork1.9 \
+ fusebuf.9 extent.9 getdevvp.9 getnewvnode.9 hash.9 hashinit.9 \
hardclock.9 hook_establish.9 hz.9 hzto.9 idgen32.9 \
ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 \
ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 \