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: rmind
Date: Tue Apr 22 10:42:17 UTC 2008
Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libc/sys: Makefile.inc madvise.2
src/sys/sys: mman.h
Added Files:
src/lib/libc/sys: posix_madvise.c
Log Message:
Add posix_madvise(2) and appropriate definitions in sys/mman.h header.
This interface is identical to madvise(2), however, is defined by POSIX.
Partially sync madvise(2) man page with FreeBSD.
Reviewed by <mrg>.
To generate a diff of this commit:
cvs rdiff -r1.1131 -r1.1132 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.186 -r1.187 src/lib/libc/sys/Makefile.inc
cvs rdiff -r1.23 -r1.24 src/lib/libc/sys/madvise.2
cvs rdiff -r0 -r1.1 src/lib/libc/sys/posix_madvise.c
cvs rdiff -r1.39 -r1.40 src/sys/sys/mman.h
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