NetBSD/sys
matt 6783111f9f Elimindate MD setrunqueue/remrunqueue (which were out-of-date compared to
the canonical versions in kern_synch.c).  Define __HAVE_BITENDIAN_BITOPS
so the canonical versions will be used but will store priorities in the
desired (MSB) order for PowerPC (which allows the use of the cntlzw (count
leading zeroes, word) instruction in locore_subr.S to find the proper
priority).
2003-07-18 01:08:11 +00:00
..
altq Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
arch Elimindate MD setrunqueue/remrunqueue (which were out-of-date compared to 2003-07-18 01:08:11 +00:00
coda Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
compat fix unused variable warning 2003-07-11 18:55:14 +00:00
conf Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
crypto "make regress" work under regress/sys/crypto/rijndael 2003-07-16 05:27:49 +00:00
ddb Allow the dmesg command to show the last N bytes of the kernel message 2003-07-02 07:05:29 +00:00
dev Regen. 2003-07-17 12:40:56 +00:00
fs Fix a build failure when NFSSERVER. Unconditionally define 2003-07-06 17:52:08 +00:00
gdbscripts
ipkdb
kern Add support for storing the priority mask in sched_whichqs in MSB order 2003-07-18 01:02:31 +00:00
lib In lookup(), don't free "dir" on exit if we found a matching entry. 2003-07-15 13:27:07 +00:00
lkm add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
miscfs Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
net decnetintrq is still in fddi/tokenring (is it needed?). 2003-07-15 06:24:38 +00:00
netatalk Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netccitt Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netinet correct igmp. from love 2003-07-14 16:39:43 +00:00
netinet6 assymetric -> asymmetric 2003-07-15 17:37:00 +00:00
netisdn
netiso add missing __RCSID() 2003-07-14 15:40:37 +00:00
netkey Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netnatm Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netns Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
netsmb "(u_short > 0xffff)" is never true, as gcc3 found out 2003-07-03 10:59:12 +00:00
nfs nfsrv_commit(): return success and don't do anything for requests which starts 2003-07-09 21:16:12 +00:00
stand
sys Changes from Stephan Uphoff to patch problems with LWPs blocking when they 2003-07-17 18:16:58 +00:00
ufs more MP locks. 2003-07-12 16:19:00 +00:00
uvm PR/22062: Dheeraj S: Don't compare an integral type with NULL. 2003-07-06 16:19:18 +00:00
Makefile