]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make bdev userland access work like cdev userland access unless
authorPoul-Henning Kamp <phk@FreeBSD.org>
Mon, 30 Aug 1999 07:56:23 +0000 (07:56 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Mon, 30 Aug 1999 07:56:23 +0000 (07:56 +0000)
commit02e1576966f0a3b9300a7269c3e6894e62b1f3ba
tree722be61572223b8a21263a4ec742ef4fc49d1488
parent9cc99e368157eae7ac69b0c266f807cb27577643
Make bdev userland access work like cdev userland access unless
the highly non-recommended option ALLOW_BDEV_ACCESS is used.

(bdev access is evil because you don't get write errors reported.)

Kill si_bsize_best before it kills Matt :-)

Use the specfs routines rather having cloned copies in devfs.
17 files changed:
sys/conf/NOTES
sys/conf/options
sys/dev/ccd/ccd.c
sys/dev/fdc/fdc.c
sys/dev/vinum/vinum.c
sys/fs/specfs/spec_vnops.c
sys/geom/geom_ccd.c
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/isa/fd.c
sys/kern/subr_diskslice.c
sys/kern/vfs_vnops.c
sys/miscfs/devfs/devfs_vnops.c
sys/miscfs/specfs/spec_vnops.c
sys/sys/conf.h
sys/sys/linedisc.h
sys/ufs/mfs/mfs_vfsops.c