Date: Tue, 21 Aug 2001 14:20:43 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200108212120.f7LLKh829194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2001/08/21 14:20:43 PDT
Modified files:
sys/kern vfs_syscalls.c
Log:
Make lseek() POSIXed: for non character special files
1) handle off_t overflow with EOVERFLOW
2) handle negative offsets with EINVAL
Reviewed by: arch discussion
Revision Changes Path
1.199 +21 -6 src/sys/kern/vfs_syscalls.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108212120.f7LLKh829194>
