1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00
freebsd/sys
Robert Watson 535cf73341 Rather than check for M_PKTHDR and conditionally perform access control,
simply assert that M_PKTHDR is set using M_ASSERTPKTHDR().

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-18 20:22:23 +00:00
..
alpha Use the proc lock to protect p_singlethread and a P_WEXIT test. This 2003-04-18 20:20:00 +00:00
amd64 Use the proc lock to protect p_singlethread and a P_WEXIT test. This 2003-04-18 20:20:00 +00:00
arm
boot
cam
coda
compat
conf
contrib
crypto
ddb
dev Tell the upper layer(s) that we support long frames. 2003-04-18 17:36:13 +00:00
fs
geom
gnu
i4b
i386 Use the proc lock to protect p_singlethread and a P_WEXIT test. This 2003-04-18 20:20:00 +00:00
ia64 Use the proc lock to protect p_singlethread and a P_WEXIT test. This 2003-04-18 20:20:00 +00:00
isa
isofs/cd9660
kern Use the proc lock to protect p_singlethread and a P_WEXIT test. This 2003-04-18 20:20:00 +00:00
libkern
modules
net
netatalk
netatm
netgraph KASSERT that NG_MKMESSAGE() is not called with mbuf flags. 2003-04-18 12:37:33 +00:00
netinet
netinet6
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfsclient
nfsserver
opencrypto
pc98 Hold the proc lock for curproc around sigonstack(). 2003-04-18 20:09:04 +00:00
pccard
pci Add support for Planex FNW-3602-T(CardBus 100M/10M). 2003-04-18 15:42:25 +00:00
posix4
powerpc
rpc
security Rather than check for M_PKTHDR and conditionally perform access control, 2003-04-18 20:22:23 +00:00
sparc64 Use the proc lock to protect p_singlethread and a P_WEXIT test. This 2003-04-18 20:20:00 +00:00
sys Rename do_sigprocmask() to kern_sigprocmask() and make it a global symbol 2003-04-18 20:18:44 +00:00
tools
ufs
vm Update locking around vm_object_page_remove() to use the new macros. 2003-04-18 16:39:03 +00:00
Makefile