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 Jul 14 18:29:40 UTC 2006

Modified Files:
        src/sys/kern: vfs_syscalls.c
        src/sys/sys: mount.h

Log Message:
- sys___getfh30:
        - restructure code so that it doesn't try to allocate user-specified
          unbound amount of memory.
        - don't ignore copyout failure in the case of E2BIG.
- rename vfs_copyinfh to vfs_copyinfh_alloc for consistency.


To generate a diff of this commit:
cvs rdiff -r1.248 -r1.249 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.145 -r1.146 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