freebsd-skq/sys
jhb 59d20d5aab Use explicit Giant locks and unlocks for rather than instrumented ones for
code that is still not safe.  suser() reads p_ucred so it still needs
Giant for the time being.  This should allow kern.giant.proc to be set
to 0 for the time being.
2002-03-22 21:02:02 +00:00
..
alpha only read from the possibly bad address if we did not get a machine 2002-03-22 15:55:56 +00:00
amd64 o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault() 2002-03-21 19:27:15 +00:00
arm Remove __P. 2002-03-20 18:22:19 +00:00
boot Remove __P. 2002-03-20 08:00:54 +00:00
cam Remove __P. 2002-03-20 08:56:31 +00:00
coda
compat Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 10:35:22 +00:00
conf Collect all functions for copying to and from userspace into the one file. 2002-03-21 23:45:59 +00:00
contrib
crypto Remove __P. 2002-03-20 05:14:42 +00:00
ddb Remove __P. 2002-03-20 05:14:42 +00:00
dev Teach the bge driver about the BCM5701 (specifically, the 3Com 2002-03-22 06:45:40 +00:00
fs Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 10:17:00 +00:00
geom
gnu
i4b Remove __P. 2002-03-20 07:51:46 +00:00
i386 o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault() 2002-03-21 19:27:15 +00:00
ia64 Change critical_t to register_t for intr_disable/restore. 2002-03-21 09:50:11 +00:00
isa Remove __P. 2002-03-20 07:51:46 +00:00
isofs/cd9660 Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 10:17:00 +00:00
kern Use explicit Giant locks and unlocks for rather than instrumented ones for 2002-03-22 21:02:02 +00:00
libkern Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
modules Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217 2002-03-21 09:15:39 +00:00
net
netatalk
netatm Remove __P. 2002-03-20 08:00:54 +00:00
netgraph
netinet Merge from TrustedBSD MAC branch: 2002-03-22 19:57:41 +00:00
netinet6 Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 08:03:54 +00:00
netipx
netkey
netnatm
netncp
netns
netsmb
nfs Remove unused include. 2002-03-20 10:12:07 +00:00
nfsclient Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 10:07:52 +00:00
nfsserver Remove references to vm_zone.h and switch over to the new uma API. 2002-03-20 10:07:52 +00:00
pc98 MFi386: revision 1.65. 2002-03-20 12:28:03 +00:00
pccard Better power code and better power diagnostics 2002-03-20 19:02:08 +00:00
pci
posix4
powerpc Collect all functions for copying to and from userspace into the one file. 2002-03-21 23:45:59 +00:00
rpc
security/lomac
sparc64 intr_disable returns register_t 2002-03-21 06:21:32 +00:00
svr4
sys Merge from TrustedBSD MAC branch: 2002-03-22 19:57:41 +00:00
tools
ufs Two minor changes to dirhash, which result in some marginal benchmark 2002-03-20 17:58:02 +00:00
vm Add uma_zone_set_max() to add enforced limits to non vm obj backed zones. 2002-03-20 05:28:34 +00:00
Makefile