NetBSD/sys
eeh 0ca74ba0d8 Fix the `trap type 0x10' problem. Apparently, something has changed and
now makes use of lockmgr().  Since we broke into the debugger from an interrupt,
we don't have a curproc, so when lockmgr() tries to find our PID it barfs,
causing another break into DDB which then calls the mysterious code that
calls lockmgr() again.....

So set doing_shutdown while we're in DDB so lockmgr ignores locks.
2000-09-28 18:54:39 +00:00
..
adosfs
arch Fix the `trap type 0x10' problem. Apparently, something has changed and 2000-09-28 18:54:39 +00:00
coda
compat The ovadvise syscall is (correctly) listed as STD, so move it's implementation 2000-09-24 13:09:31 +00:00
conf Add vlan(4) glue. 2000-09-27 23:02:02 +00:00
crypto
ddb
dev 6 -> ETHER_ADDR_LEN 2000-09-28 10:56:57 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Factor out common code to manupilate file flags into separate function 2000-09-28 06:43:20 +00:00
lib
lkm
miscfs PHOLD/PRELE around uvm_io() to user address space is unnecessary. There 2000-09-26 23:28:01 +00:00
msdosfs
net Add an item to the TODO list. 2000-09-28 10:02:09 +00:00
netatalk
netccitt
netinet
netinet6 update ip compression algorithm lookup. 2000-09-26 08:40:23 +00:00
netiso
netkey update ip compression algorithm lookup. 2000-09-26 08:40:23 +00:00
netnatm
netns
nfs Avoid unused variables for V2_ONLY case. 2000-09-27 18:36:03 +00:00
ntfs
stand
sys Provide a stub for restrict. 2000-09-27 10:44:12 +00:00
ufs
uvm splstatclock is insufficient to protect run queues. Acquire scheduler 2000-09-23 00:43:10 +00:00
Makefile