NetBSD/sys
mycroft 205d425f2f As pointed out by Bruce, splsoftclock() needs to process pending interrupts
when lowering the priority.  Do this by simply calling splx().  For the
benefit of NFS (for now), modify splx() to return a value so that
splsoftclock() does.  This work is optimized out for every use of splx()
that ignores the value, so it only affects relevant code.
Also, clean up this file a little.
1994-11-06 01:37:47 +00:00
..
adosfs be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
arch As pointed out by Bruce, splsoftclock() needs to process pending interrupts 1994-11-06 01:37:47 +00:00
boot Clean up deleted files. 1993-10-13 05:42:10 +00:00
compat fix CS[5678] code 1994-10-31 05:18:10 +00:00
conf Convert process, file, and namei lists and hash tables to use queue.h. 1994-08-30 03:04:28 +00:00
ddb Remove bogus definition of cnpollc(). 1994-10-26 17:57:50 +00:00
dev Fix stupid bug in last change. 1994-11-04 23:30:15 +00:00
isofs be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
kern Add a new function config_scan(), which just calls a particular function 1994-11-04 06:40:11 +00:00
lib be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
libkern Clean up deleted files. 1993-12-04 07:26:07 +00:00
miscfs be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
msdosfs be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
net be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
netccitt C syntax 1994-09-20 06:41:04 +00:00
netinet Fix off by one error in in_socktrim(), reported by Karn Fox. 1994-11-03 14:57:35 +00:00
netiso be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
netns be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
nfs fix a couple of obvious, painful endianness bugs introduced in last commit. 1994-10-29 06:38:11 +00:00
pcfs Clean up deleted files. 1993-08-13 11:35:49 +00:00
scsi Oops; update scsibusmatch() arg list. 1994-11-03 22:09:00 +00:00
stand New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
sys Add a new function config_scan(), which just calls a particular function 1994-11-04 06:40:11 +00:00
ufs be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
vm redo that last change, correctly. (suggested by mycroft.) 1994-10-30 19:11:09 +00:00
Makefile take three 1994-06-29 06:19:16 +00:00