Go to file
thorpej 7becac6b9a Don't use pmap_kenter_pgs() for entering pager_map mappings. The pages
are still owned by the object which is paging, and so the test for a kernel
object in uvm_unmap_remove() will cause pmap_remove() to be used instead
of pmap_kremove().

This was a MAJOR source of pmap_remove() vs pmap_kremove() inconsistency
(which caused the busted kernel pmap statistics, and a cause of much
locking hair on MP systems).
1999-05-24 23:30:44 +00:00
bin Remove a bogus whitespace match in the builtin kill(1)'s `-s' parsing; 1999-05-19 14:37:05 +00:00
distrib Merge long lost rcons-color entry. 1999-05-24 20:39:33 +00:00
etc Define our own snap_kern target that builds all the kernels, but 1999-05-21 04:02:02 +00:00
games Fixi uninit vars warnings. 1999-05-16 00:15:46 +00:00
gnu Patch from Richard Earnshaw to work around the ldrb label-movement problem. 1999-05-05 22:02:58 +00:00
include Declare dlerror()'s return value __aconst. 1999-05-19 14:50:49 +00:00
lib See the incredible, morphing, fcntl(2) parameter #3 change again! 1999-05-24 23:06:00 +00:00
libexec * Cast %q[ud] arguments to fix ILP32/LP64 off_t variation. 1999-05-24 21:57:19 +00:00
regress first cut on a testsuite for sys/kern/subr_extent.c 1999-05-11 19:14:50 +00:00
sbin If -c not set on command line and the partition has a non-zero cpg 1999-05-19 00:25:59 +00:00
share Remove the susv2 macro: it is not a standard document `as such' that can be 1999-05-22 23:08:24 +00:00
sys Don't use pmap_kenter_pgs() for entering pager_map mappings. The pages 1999-05-24 23:30:44 +00:00
usr.bin Add a flag -r' synonymous to -d' for compatibility with X/OPEN at. 1999-05-22 05:05:11 +00:00
usr.sbin Add new sysctl (net.inet.tcp.log_refused) that when set, causes refused TCP 1999-05-23 20:33:50 +00:00
Makefile Add the FORCE_DOMESTIC flag to force the 'all', 'includes', 1999-04-25 19:13:05 +00:00