CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/07 10:50:17
Modified files:
sys/kern : vfs_vnops.c
Log message:
Make pwrite/pwritev ignore the O_APPEND flag.
Detect attempts to wrap the file offset by reading past the max (except
for character devices).
ok matthew@, deraadt@
