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:   dsl
Date:           Sat Jun 16 20:48:04 UTC 2007

Modified Files:
        src/sys/kern: sys_generic.c vfs_syscalls.c
        src/sys/sys: file.h

Log Message:
Move the point at which sys_readv and sys_preadv (and writev) get merged
so that the same common code can be used with a kernel-resident 'iov'
array from the 32-bit compat code (which currently has its own copy
of these routines.


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/kern/sys_generic.c
cvs rdiff -r1.318 -r1.319 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.56 -r1.57 src/sys/sys/file.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