NetBSD/sys
tsutsui ef3099575e Rewrite a weird calculation marked "XXX fix calculations XXX"
for an index value of lev2 segment table for the kernel Sysptmap
with more meaningful expressions and PAGE_SIZE independent macro.
Also use "~0" rather than "-1" for an unsigned bitmap value.

Should produce the same results and no functional change.

Tested on A3000 with 68060 by Frank Wille.
2009-01-03 07:04:42 +00:00
..
altq
arch Rewrite a weird calculation marked "XXX fix calculations XXX" 2009-01-03 07:04:42 +00:00
coda #ifdef _LKM -> #ifndef _KERNEL_OPT 2008-12-30 12:56:12 +00:00
compat Fix stime(2) inverted copyin arguments. 2008-12-29 22:21:49 +00:00
conf Include kernel printf routines in rump instead of relying on the 2009-01-02 02:54:13 +00:00
crypto
ddb
dev remove extra semicolons. 2009-01-03 03:43:21 +00:00
dist use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
external KNF. 2008-12-31 14:08:46 +00:00
fs Remove pm_Heads check in msdosfs_mountfs; this value isn't really used, 2008-12-26 03:38:52 +00:00
gdbscripts
ipkdb
kern remove extra semicolons. 2009-01-03 03:31:23 +00:00
lib
miscfs Clarify a comment 2009-01-03 04:38:07 +00:00
modules Add stubs for mirror target, too. This target does nothing for now, but lvm 2009-01-02 11:03:24 +00:00
net When removing routes automatically added, remove the flag from the associated 2008-12-21 19:12:43 +00:00
net80211 remove extra semicolons. 2009-01-03 03:43:21 +00:00
netatalk
netbt
netinet The automatic addition of a subnet route should not error if a manually 2008-12-21 19:07:35 +00:00
netinet6 remove extra semicolons. 2009-01-03 03:43:21 +00:00
netipsec
netisdn
netiso use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
netkey
netnatm
netsmb use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
nfs protect sillyrename with _KERNEL 2009-01-02 21:06:11 +00:00
opencrypto
rump My clever hack was not enough. Disable DELAY via ifndef _RUMPKERN in 2009-01-02 22:03:00 +00:00
secmodel
stand
sys * unexpose kprintf locking internals 2009-01-01 15:10:20 +00:00
ufs Don't try to ffs_update VT_NON vnodes 2008-12-28 16:27:00 +00:00
uvm Move a couple of calls to pmap_update(). 2008-12-20 11:33:38 +00:00
Makefile Build kernel modules the same time as the rest of the system libraries. 2008-12-30 22:18:11 +00:00