HardenedBSD/sys
John Baldwin 142ba5f3d7 - Make astpending and need_resched process attributes rather than CPU
attributes.  This is needed for AST's to be properly posted in a preemptive
  kernel.  They are backed by two new flags in p_sflag: PS_ASTPENDING and
  PS_NEEDRESCHED.  They are still accesssed by their old macros:
  aston(), astoff(), etc.  For completeness, an astpending() macro has been
  added to check for a pending AST, and clear_resched() has been added to
  clear need_resched().
- Rename syscall2() on the x86 back to syscall() to be consistent with
  other architectures.
2001-02-10 02:20:34 +00:00
..
alpha - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00
amd64 - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00
arm/include
boot
cam - Catch up to the new swi API changes: 2001-02-09 17:46:35 +00:00
coda
compat Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
compile
conf
contrib/dev
crypto
ddb
dev Revert the spin mutex for the cy(4) driver. 2001-02-09 22:37:24 +00:00
fs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
geom
gnu Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
i4b
i386 - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00
ia64 Move the initailization of the proc lock for proc0 very early into the MD 2001-02-09 16:25:16 +00:00
isa Catch up to changes to inthand_add(). 2001-02-09 17:48:33 +00:00
isofs/cd9660 Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
kern - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00
libkern
miscfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
modules
msdosfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
net Sync with the bridge/dummynet/ipfw code already tested in stable. 2001-02-10 00:10:18 +00:00
netatalk
netatm
netgraph Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
netinet Sync with the bridge/dummynet/ipfw code already tested in stable. 2001-02-10 00:10:18 +00:00
netinet6
netipx
netkey
netnatm
netncp
netns
nfs Fix some problems that were introduced in revision 1.97. Instead 2001-02-09 13:24:06 +00:00
nfsclient
nfsserver Fix some problems that were introduced in revision 1.97. Instead 2001-02-09 13:24:06 +00:00
ntfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
nwfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
pc98 Move the initailization of the proc lock for proc0 very early into the MD 2001-02-09 16:25:16 +00:00
pccard
pci Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
posix4
powerpc - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00
rpc
svr4
sys - Make astpending and need_resched process attributes rather than CPU 2001-02-10 02:20:34 +00:00
tools
ufs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
vm Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
Makefile