Date: Sun, 27 Feb 2000 20:10:37 -0800 (PST) From: Paul Saab <ps@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys madvise.2 mmap.2 src/sys/kern imgact_elf.c src/sys/sys mman.h src/sys/vm vm_map.c vm_map.h vm_mmap.c Message-ID: <200002280410.UAA87346@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/02/27 20:10:36 PST
Modified files:
lib/libc/sys madvise.2 mmap.2
sys/kern imgact_elf.c
sys/sys mman.h
sys/vm vm_map.c vm_map.h vm_mmap.c
Log:
Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).
This
This feature allows you to specify if mmap'd data is included in
an application's corefile.
Change the type of eflags in struct vm_map_entry from u_char to
vm_eflags_t (an unsigned int).
Reviewed by: dillon,jdp,alfred
Approved by: jkh
Revision Changes Path
1.17 +7 -1 src/lib/libc/sys/madvise.2
1.21 +3 -1 src/lib/libc/sys/mmap.2
1.72 +8 -1 src/sys/kern/imgact_elf.c
1.29 +9 -2 src/sys/sys/mman.h
1.187 +12 -2 src/sys/vm/vm_map.c
1.54 +25 -20 src/sys/vm/vm_map.h
1.108 +4 -2 src/sys/vm/vm_mmap.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?200002280410.UAA87346>
