freebsd-nq/sys
John Baldwin 0d975d6341 Add some KASSERT()'s to ensure that we don't perform spin mutex ops on
sleep mutexes and vice versa.  WITNESS normally should catch this but
not everyone uses WITNESS so this is a fallback to catch nasty but easy
to do bugs.
2002-09-03 18:25:16 +00:00
..
alpha Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
amd64 Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
arm Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
boot Make SCSI_DELAY setable at boot time and runtime via the 2002-09-02 20:10:19 +00:00
cam Make SCSI_DELAY setable at boot time and runtime via the 2002-09-02 20:10:19 +00:00
coda
compat Use the new kern_*() functions to avoid using the stack gap in 2002-09-02 22:46:05 +00:00
conf Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. 2002-09-02 20:16:22 +00:00
contrib Fix kernel build breakage when ACPI_DEBUG option is specified. 2002-08-29 08:31:06 +00:00
crypto
ddb db_ps.c: 2002-08-31 04:25:44 +00:00
dev Remove a debug printf. 2002-09-03 11:31:34 +00:00
fs Add a missing #include <sys/lockmgr.h>. 2002-09-01 23:02:10 +00:00
geom
gnu
i4b Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, 2002-09-02 00:52:11 +00:00
i386 Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
ia64 Make this compile 2002-09-03 04:30:00 +00:00
isa
isofs/cd9660
kern Add some KASSERT()'s to ensure that we don't perform spin mutex ops on 2002-09-03 18:25:16 +00:00
libkern
modules Remove aic7xxx from the module build framework until all bootstrapping 2002-09-03 16:54:48 +00:00
net Fix a silly typo in user-setable promisc mode code. 2002-08-30 13:37:13 +00:00
netatalk
netatm
netgraph
netinet some ipfilter files that accidently got imported here 2002-08-29 13:27:26 +00:00
netinet6
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
pc98 Take a shot at fixing up a whole stack of style and other embarresing 2002-08-31 03:33:32 +00:00
pccard
pci
posix4
powerpc Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
rpc
security
sparc64 Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all 2002-09-03 00:06:58 +00:00
sys In the kernel code, we have the tsleep() call with the PCATCH argument. 2002-09-03 12:56:01 +00:00
tools
ufs Since we have vp and td cached in local variables, use those instead 2002-09-01 16:06:40 +00:00
vm o Synchronize updates to struct vm_page::cow with the page queues lock. 2002-09-02 04:04:12 +00:00
Makefile