Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Tue Oct 7 00:17:09 UTC 2003
Modified Files:
src/lib/libc/sys: mmap.2
src/regress/sys/uvm/mmap: mmap.c
src/sys/sys: mman.h
src/sys/uvm: uvm_mmap.c
Log Message:
Add a MAP_WIRED flag to mmap(2), which causes the new mapping to be
wired as if by mlock(2).
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/lib/libc/sys/mmap.2
cvs rdiff -r1.14 -r1.15 src/regress/sys/uvm/mmap/mmap.c
cvs rdiff -r1.33 -r1.34 src/sys/sys/mman.h
cvs rdiff -r1.77 -r1.78 src/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