CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/11 11:46:30
Modified files:
sys/kern : syscalls.master
usr.bin/kdump : kdump.c
lib/libc : Symbols.list shlib_version
lib/libc/hidden/sys: mman.h
lib/libc/sys : Makefile.inc madvise.2 minherit.2 mlock.2
mlockall.2 mmap.2 mprotect.2 msync.2 munmap.2
lib/librthread : shlib_version
sys/sys : mman.h syscall.h syscallargs.h
sys/uvm : uvm_mmap.c
Removed files:
lib/libc/sys : mincore.2
Log message:
mincore() is a relic from the past, exposing physical machine information
about shared resources which no program should see. only a few pieces of
software use it, generally poorly thought out. they are being fixed, so
mincore() can be deleted.
ok guenther tedu jca sthen, others