Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   yamt
Date:           Fri Aug  4 16:29:51 UTC 2006

Modified Files:
        src/sys/compat/common: vfs_syscalls_30.c
        src/sys/compat/netbsd32: netbsd32_compat_30.c netbsd32_fs.c
        src/sys/kern: vfs_syscalls.c
        src/sys/sys: fstypes.h mount.h

Log Message:
some filehandle syscall related changes.

- remove the support of variable-sized filehandle from compat version of
  syscalls.  (strictly speaking, it breaks abi.  i don't think it's a problem
  because this feature is short-lived and there are no affected in-tree
  filesystems.)
- unify vfs_copyinfh_alloc and vfs_copyinfh_alloc_size.
- vfs_copyinfh_alloc_size: check fhsize strictly.
- reduce code duplication between compat and current syscalls.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/compat/common/vfs_syscalls_30.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/netbsd32/netbsd32_compat_30.c
cvs rdiff -r1.32 -r1.33 src/sys/compat/netbsd32/netbsd32_fs.c
cvs rdiff -r1.264 -r1.265 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.13 -r1.14 src/sys/sys/fstypes.h
cvs rdiff -r1.147 -r1.148 src/sys/sys/mount.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index