freebsd-nq/sys
Maxim Sobolev 790a8088d0 Fix problem introduced in rev.1.406, which can cause already unlocked
mutex being unlocked again causing system panic.
2002-10-05 12:56:10 +00:00
..
alpha Fix namespace issues by using visibility conditionals from 2002-10-05 05:47:56 +00:00
amd64 Fix namespace issues by using visibility conditionals from 2002-10-05 05:47:56 +00:00
arm
boot Connected boot2. 2002-10-03 16:21:40 +00:00
cam Unhook the SCSI CD driver from the disk "mini-layer" and/or GEOM. 2002-10-04 13:33:30 +00:00
coda Back our kernel support for reliable signal queues. 2002-10-01 17:15:53 +00:00
compat Let kse_wakeup() take a KSE mailbox pointer argument. 2002-10-02 16:48:16 +00:00
conf Add code for ACPI PCI link object manipulation. 2002-10-05 02:01:05 +00:00
contrib Resolve conflicts arising from the ACPI CA 20021002 import. 2002-10-04 20:09:19 +00:00
crypto
ddb Rename the mutex thread and process states to use a more generic 'LOCK' 2002-10-02 20:31:47 +00:00
dev Get Vinum up and running with GEOM: 2002-10-05 03:44:00 +00:00
fs Plug memoryleaks detected by FlexeLint. 2002-10-05 12:00:11 +00:00
geom Properly isolate the locking domains of sysctl from the topology lock 2002-10-04 10:38:36 +00:00
gnu
i4b
i386 Fix namespace issues by using visibility conditionals from 2002-10-05 05:47:56 +00:00
ia64 Fix namespace issues by using visibility conditionals from 2002-10-05 05:47:56 +00:00
isa Fix a probably rare and inconsequential memory leak. 2002-10-02 20:29:54 +00:00
isofs/cd9660
kern Fix problem introduced in rev.1.406, which can cause already unlocked 2002-10-05 12:56:10 +00:00
libkern
modules Add code for ACPI PCI link object manipulation. 2002-10-05 02:01:05 +00:00
net In an SMP environment post-Giant it is no longer safe to blindly 2002-10-03 02:13:00 +00:00
netatalk
netatm Add a field to struct cmn_unit to hold a pointer to the driver's softc. 2002-10-01 22:04:31 +00:00
netgraph
netinet Since bpf is no longer an optional component, remove associated ifdef's. 2002-10-02 09:38:17 +00:00
netinet6
netipx
netkey
netnatm
netncp Back our kernel support for reliable signal queues. 2002-10-01 17:15:53 +00:00
netns
netsmb Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
nfs
nfsclient Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
nfsserver Correct a problem wherein NFS servers running NFSv2 would not return 2002-10-03 21:50:37 +00:00
opencrypto In-kernel crypto framework derived from openbsd. This facility provides 2002-10-04 20:31:23 +00:00
pc98 Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: 2002-10-01 07:24:55 +00:00
pccard
pci Static'ify a variable. 2002-10-03 06:44:01 +00:00
posix4 o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn't 2002-10-04 21:31:33 +00:00
powerpc Fix namespace issues by using visibility conditionals from 2002-10-05 05:47:56 +00:00
rpc
security Add a new MAC entry point, mac_thread_userret(td), which permits policy 2002-10-02 02:42:38 +00:00
sparc64 Fix namespace issues by using visibility conditionals from 2002-10-05 05:47:56 +00:00
sys Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, so 2002-10-05 05:40:48 +00:00
tools
ufs Mark two places where an unsigned number is checked "if (foo < 0)" with 2002-10-02 09:11:18 +00:00
vm Rename the mutex thread and process states to use a more generic 'LOCK' 2002-10-02 20:31:47 +00:00
Makefile