NetBSD/sys
bjh21 35228f775a Two related changes:
Make splhigh disable IRQs at the CPU rather than at the IOC.  This has the
potential to be faster, and more importantly ensures that splhigh() blocks
FIQ downgrades.

Have a variable which indicates that a FIQ downgrade is required, and ensure
that the IOC "force IRQ" bit is turned on in this case.  This ensures that
FIQ downgrades don't get lost if something happens to be fiddling with the
interrupt mask at the wrong moment.
2001-08-21 22:47:17 +00:00
..
adosfs
altq Fix typo. s/extention/extension/ 2001-07-05 08:38:24 +00:00
arch Two related changes: 2001-08-21 22:47:17 +00:00
coda "wierd" is weird. 2001-08-20 12:20:01 +00:00
compat "wierd" is weird. 2001-08-20 12:20:01 +00:00
conf allow SHMMAX, SHMMIN, SHMMNI and SHMSEG to be specified in the kernel config file. 2001-08-20 04:51:17 +00:00
crypto bzero -> memset, bcopy -> memcpy 2001-07-18 16:50:27 +00:00
ddb Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. 2001-08-17 01:00:10 +00:00
dev More PCnet-PCI/ILACC bits. 2001-08-21 16:39:06 +00:00
filecorefs
gdbscripts
ipkdb
isofs add getpages/putpages entries for spec vnodes. 2001-08-17 05:54:36 +00:00
kern Artur Grabowski's simple brute-force malloc debugger, which uses 2001-08-17 00:48:29 +00:00
lib Move _insque()/_remque() to libkern. Once remaining uses would 2001-08-12 08:35:31 +00:00
lkm build netbsd32, sunos32, svr4 and svr4_32 LKM's on sparc64. 2001-08-14 12:00:01 +00:00
miscfs undo the part of the last revision that made user block device access 2001-08-18 05:34:46 +00:00
msdosfs seperate -> separate 2001-07-22 13:33:58 +00:00
net fix ALTQ support. less diff with kame. kjc@csl.sony.co.jp. 2001-08-20 02:18:58 +00:00
netatalk
netccitt precede, not preceed. 2001-08-20 12:00:46 +00:00
netinet if I'm bridging and got a packet to interface address on if A from if B, 2001-08-20 03:13:45 +00:00
netinet6 gif interface now uses generic software interrupt 2001-08-16 17:45:25 +00:00
netisdn precede, not preceed. 2001-08-20 12:00:46 +00:00
netiso "wierd" is weird. 2001-08-20 12:20:01 +00:00
netkey avoid symbol conflict with "sin()". 2001-08-16 14:28:54 +00:00
netnatm
netns Use SPPDEBUG not TCPDEBUG here 2001-07-08 16:14:22 +00:00
netsmb
nfs add getpages/putpages entries for spec vnodes. 2001-08-17 05:54:36 +00:00
ntfs fix pointer/structure mismatch in some dprintf's 2001-07-30 13:10:30 +00:00
smbfs
stand
sys precede, not preceed. 2001-08-20 12:00:46 +00:00
ufs precede, not preceed. 2001-08-20 12:00:46 +00:00
uvm "wierd" is weird. 2001-08-20 12:20:01 +00:00
Makefile Make the directory list alphabetical again. 2001-08-03 18:28:09 +00:00