Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 1999 23:25:54 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_bio.c vfs_lookup.c vfs_subr.c vfs_syscalls.c vfs_vnops.c src/sys/sys vnode.h
Message-ID:  <199907260625.XAA16170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/07/25 23:25:54 PDT

  Modified files:
    sys/kern             vfs_bio.c vfs_lookup.c vfs_subr.c 
                         vfs_syscalls.c vfs_vnops.c 
    sys/sys              vnode.h 
  Log:
  Add sysctl and support code to allow directories to be VMIO'd.  The default
  setting for the sysctl is OFF, which is the historical operation.
  
  Submitted by:	dillon
  
  Revision  Changes    Path
  1.224     +4 -1      src/sys/kern/vfs_bio.c
  1.34      +3 -3      src/sys/kern/vfs_lookup.c
  1.214     +3 -3      src/sys/kern/vfs_subr.c
  1.124     +2 -2      src/sys/kern/vfs_syscalls.c
  1.71      +2 -2      src/sys/kern/vfs_vnops.c
  1.92      +15 -1     src/sys/sys/vnode.h



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?199907260625.XAA16170>