freebsd-dev/sys
Robert Watson f5529ff4ce Introduce faith_mtx to protect the if_faith global softc list.
Push if_faith softc destruction logic into faith_destroy() so that
it can be called after softc list removal in both the clone destroy
and module unload paths.
2004-03-09 19:23:06 +00:00
..
alpha Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
amd64 Stop depending on #include pollution from cpufunc.h 2004-03-08 00:25:03 +00:00
arm
boot Reset the text attributes when initializing the console. The EFI 2004-03-09 04:00:33 +00:00
cam Compare the *number* of patterns to zero, not the *pointer* to the 2004-02-28 12:59:56 +00:00
coda
compat Add preliminary support for PCMCIA devices in addition to PCI/cardbus. 2004-03-07 02:49:06 +00:00
conf Link pf to the build and install: 2004-03-08 22:03:29 +00:00
contrib Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL that 2004-03-04 05:57:41 +00:00
crypto
ddb Give DDB a "watchdog" command which disables all watchdogs. 2004-02-29 09:55:32 +00:00
dev If the resource listing obtained from BUS_GET_RESOURCE_LIST() in 2004-03-09 18:39:40 +00:00
fs Change __FUNCTION__ to __func__ 2004-03-03 07:43:34 +00:00
geom - Don't take sectorsize from first disk. Calculate it by finding 2004-03-09 11:18:53 +00:00
gnu
i4b
i386 Add #ifdef CPU_SOEKRIS in the missing places around the led_* code 2004-03-09 02:51:21 +00:00
ia64 Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
isa Remove unused FDNUMTOUNIT() macro 2004-02-29 10:21:40 +00:00
isofs/cd9660
kern Hook CPUs up to newbus. CPUs will ultimately be a bus driver so that 2004-03-09 03:37:21 +00:00
libkern
modules Link pf to the build and install: 2004-03-08 22:03:29 +00:00
net Introduce faith_mtx to protect the if_faith global softc list. 2004-03-09 19:23:06 +00:00
net80211
netatalk Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
netatm
netgraph Add a netgraph node to handle ATM LLC encapsulation. This currently handles 2004-03-08 10:54:35 +00:00
netinet To comply with the spec, do not copy the TOS from the outer IP 2004-03-08 07:47:27 +00:00
netinet6 move in6_addmulti()/in6_delmulti() into mld6.c 2004-03-04 15:07:42 +00:00
netipsec
netipx Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
netkey
netnatm Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
netncp
netsmb Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
nfs
nfs4client kthread_exit() no longer requires Giant, so don't force callers to acquire 2004-03-05 22:42:17 +00:00
nfsclient Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
nfsserver Convert from timeout to callout API. 2004-03-07 16:28:31 +00:00
opencrypto kthread_exit() no longer requires Giant, so don't force callers to acquire 2004-03-05 22:42:17 +00:00
pc98 Restore CDIOCREADAUDIO ioctl. 2004-03-07 14:16:42 +00:00
pccard
pci
posix4
powerpc Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
rpc Convert from timeout to callout API. 2004-03-07 16:23:03 +00:00
security Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock. 2004-02-29 15:33:56 +00:00
sparc64 Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
sys Hook CPUs up to newbus. CPUs will ultimately be a bus driver so that 2004-03-09 03:37:21 +00:00
tools
ufs
vm Implement a work around for the deadlock avoidance case in 2004-03-08 03:54:36 +00:00
Makefile