Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 1999 00:56:24 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options src/sys/dev/ccd ccd.c src/sys/dev/vinum vinum.c src/sys/dev/vn vn.c src/sys/i386/conf LINT src/sys/isa fd.c src/sys/kern subr_diskslice.c vfs_vnops.c src/sys/miscfs/devfs devfs_vnops.c src/sys/miscfs/specfs ...
Message-ID:  <199908300756.AAA80452@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/08/30 00:56:23 PDT

  Modified files:
    sys/conf             options 
    sys/dev/ccd          ccd.c 
    sys/dev/vinum        vinum.c 
    sys/dev/vn           vn.c 
    sys/i386/conf        LINT 
    sys/isa              fd.c 
    sys/kern             subr_diskslice.c vfs_vnops.c 
    sys/miscfs/devfs     devfs_vnops.c 
    sys/miscfs/specfs    spec_vnops.c 
    sys/sys              conf.h 
    sys/ufs/mfs          mfs_vfsops.c 
  Log:
  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.
  
  Use the specfs routines rather having cloned copies in devfs.
  
  Revision  Changes    Path
  1.149     +4 -1      src/sys/conf/options
  1.55      +1 -2      src/sys/dev/ccd/ccd.c
  1.32      +1 -2      src/sys/dev/vinum/vinum.c
  1.91      +2 -5      src/sys/dev/vn/vn.c
  1.634     +4 -1      src/sys/i386/conf/LINT
  1.157     +1 -2      src/sys/isa/fd.c
  1.71      +1 -2      src/sys/kern/subr_diskslice.c
  1.78      +1 -3      src/sys/kern/vfs_vnops.c
  1.81      +7 -183    src/sys/miscfs/devfs/devfs_vnops.c
  1.101     +31 -30    src/sys/miscfs/specfs/spec_vnops.c
  1.83      +1 -3      src/sys/sys/conf.h
  1.70      +1 -3      src/sys/ufs/mfs/mfs_vfsops.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908300756.AAA80452>