CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/16 14:46:54
Modified files:
regress/sys/uvm: Makefile
Removed files:
regress/sys/uvm/misc: Makefile misc.c
Log message:
The test regress/sys/uvm/misc used mincore(2) to check how mmap,
mlock, mlockall, mprotect, madvise, shmget affect resident pages.
As we have no kernel interface for that anymore, remove the test.
OK jca@
