Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 1999 22:08:07 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/coda coda_vfsops.c src/sys/conf files src/sys/fs/hpfs hpfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern kern_acl.c init_sysent.c makesyscalls.sh syscalls.c vfs_default.c ...
Message-ID:  <199912190608.WAA69841@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     1999/12/18 22:08:07 PST

  Modified files:
    sys/coda             coda_vfsops.c 
    sys/conf             files 
    sys/fs/hpfs          hpfs_vfsops.c 
    sys/gnu/ext2fs       ext2_vfsops.c 
    sys/isofs/cd9660     cd9660_vfsops.c 
    sys/kern             init_sysent.c makesyscalls.sh syscalls.c 
                         vfs_default.c vfs_syscalls.c vnode_if.src 
    sys/miscfs/devfs     devfs_vfsops.c 
    sys/miscfs/fdesc     fdesc_vfsops.c 
    sys/miscfs/kernfs    kernfs_vfsops.c 
    sys/miscfs/nullfs    null_vfsops.c 
    sys/miscfs/portal    portal_vfsops.c 
    sys/miscfs/procfs    procfs_vfsops.c 
    sys/miscfs/umapfs    umap_vfsops.c 
    sys/miscfs/union     union_vfsops.c 
    sys/msdosfs          msdosfs_vfsops.c 
    sys/nfs              nfs_vfsops.c 
    sys/ntfs             ntfs_vfsops.c 
    sys/nwfs             nwfs_vfsops.c 
    sys/sys              mount.h syscall-hide.h syscall.h 
                         syscall.mk sysproto.h vnode.h 
    sys/ufs/ffs          ffs_vfsops.c 
    sys/ufs/mfs          mfs_vfsops.c 
  Added files:
    sys/kern             kern_acl.c 
    sys/sys              acl.h extattr.h 
  Log:
  Second pass commit to introduce new ACL and Extended Attribute system
  calls, vnops, vfsops, both in /kern, and to individual file systems that
  require a vfsop_ array entry.
  
  Reviewed by:	eivind
  
  Revision  Changes    Path
  1.24      +4 -2      src/sys/coda/coda_vfsops.c
  1.304     +2 -1      src/sys/conf/files
  1.2       +3 -2      src/sys/fs/hpfs/hpfs_vfsops.c
  1.60      +3 -1      src/sys/gnu/ext2fs/ext2_vfsops.c
  1.71      +3 -1      src/sys/isofs/cd9660/cd9660_vfsops.c
  1.75      +13 -1     src/sys/kern/init_sysent.c
  1.39      +2 -1      src/sys/kern/makesyscalls.sh
  1.68      +13 -1     src/sys/kern/syscalls.c
  1.27      +17 -1     src/sys/kern/vfs_default.c
  1.150     +194 -3    src/sys/kern/vfs_syscalls.c
  1.29      +57 -2     src/sys/kern/vnode_if.src
  1.42      +4 -2      src/sys/miscfs/devfs/devfs_vfsops.c
  1.22      +3 -1      src/sys/miscfs/fdesc/fdesc_vfsops.c
  1.35      +3 -1      src/sys/miscfs/kernfs/kernfs_vfsops.c
  1.34      +16 -1     src/sys/miscfs/nullfs/null_vfsops.c
  1.26      +3 -1      src/sys/miscfs/portal/portal_vfsops.c
  1.32      +3 -1      src/sys/miscfs/procfs/procfs_vfsops.c
  1.30      +19 -1     src/sys/miscfs/umapfs/umap_vfsops.c
  1.39      +3 -1      src/sys/miscfs/union/union_vfsops.c
  1.57      +4 -2      src/sys/msdosfs/msdosfs_vfsops.c
  1.90      +2 -1      src/sys/nfs/nfs_vfsops.c
  1.19      +3 -2      src/sys/ntfs/ntfs_vfsops.c
  1.5       +3 -2      src/sys/nwfs/nwfs_vfsops.c
  1.87      +8 -1      src/sys/sys/mount.h
  1.62      +13 -1     src/sys/sys/syscall-hide.h
  1.66      +14 -2     src/sys/sys/syscall.h
  1.20      +14 -2     src/sys/sys/syscall.mk
  1.56      +75 -1     src/sys/sys/sysproto.h
  1.107     +2 -1      src/sys/sys/vnode.h
  1.114     +3 -1      src/sys/ufs/ffs/ffs_vfsops.c
  1.81      +3 -1      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?199912190608.WAA69841>