CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/05 15:38:58
Modified files: sys/kern : vfs_syscalls.c Log message: Don't worry about lseek(2)ing past the end of raw disk devices. The disk drivers are now smart enough to handle this correctly, as they need to also handle pread(2)/pwrite(2). ok deraadt@, krw@; ok marco@ on an similar, earlier diff