Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: kleink
Date: Tue Mar 28 18:45:21 UTC 2000
Modified Files:
basesrc/lib/libc/sys: mmap.2
syssrc/sys/uvm: uvm_mmap.c
Log Message:
In mmap(), bail out with EOVERFLOW when mapping a regular file and the file
offset plus mapping length cannot be represented in an off_t.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/lib/libc/sys/mmap.2
cvs rdiff -r1.38 -r1.39 syssrc/sys/uvm/uvm_mmap.c
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