NetBSD/sys
bouyer 1cc4347583 uvm_km_pgremove_intrsafe(): properly compute the size to pmap_kremove()
(do not trucate it to the first __PGRM_BATCH pages per batch): if we were
given a sparse mapping, we could leave mappings in place.
Note that this doesn't seem to be a problem right now: I added a KASSERT
in my private tree to see if uvm_km_pgremove_intrsafe() would use a
too short size, and it didn't fire.
2012-03-12 21:37:12 +00:00
..
altq
arch Split the map/unmap code from the sync/flush code: move xpq_flush_queue() 2012-03-11 17:14:30 +00:00
coda
common
compat P1003_1B_SEMAPHORE is no longer optional. 2012-03-10 21:51:48 +00:00
conf P1003_1B_SEMAPHORE is no longer optional. 2012-03-10 21:51:48 +00:00
crypto
ddb
dev take the kernel lock a few more places when doing detach, to avoid 2012-03-12 02:44:16 +00:00
dist
external
fs in tmpfs_readdir(), skip the . and .. processing on removed directories, 2012-02-27 16:10:56 +00:00
gdbscripts
ipkdb
kern Repeated typo/varargs anachronism in comments. 2012-03-12 19:21:07 +00:00
lib Fix a bug that libsa ls doesn't work in case of filename with directory path. 2012-03-02 12:08:44 +00:00
miscfs
modules Also kill the module build system for ksem. 2012-03-11 01:30:56 +00:00
net - Save active config in proplib dictionary; add GETCONF ioctl to retrieve. 2012-03-11 18:27:59 +00:00
net80211
netatalk
netbt
netinet
netinet6
netipsec
netisdn
netiso
netkey
netmpls
netnatm
netsmb
nfs
opencrypto
rump Fix obvious cut-and-paste-o in error message string 2012-03-11 13:14:04 +00:00
secmodel
stand
sys P1003_1B_SEMAPHORE is no longer optional. 2012-03-10 21:51:48 +00:00
ufs Make this compile again. From Paul Fleischer. 2012-02-28 02:48:39 +00:00
uvm uvm_km_pgremove_intrsafe(): properly compute the size to pmap_kremove() 2012-03-12 21:37:12 +00:00
Makefile