1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys
Andre Oppermann 85c497918c Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default it
doesn't impede normal operation negatively and is only a few lines of
code.  It's close relatives blackhole and log_in_vain aren't options
either.
2007-03-21 18:25:28 +00:00
..
amd64 Change the amd64, i386, and ia64 nexus drivers to setup bus space tags and 2007-03-21 15:36:38 +00:00
arm Fix a comment 2007-03-21 07:49:56 +00:00
boot - Moved the uninitialized variables from the data to the bss section. 2007-03-17 05:30:03 +00:00
bsm
cam A silly buglet found by Coverity- check the return value from 2007-03-15 06:42:54 +00:00
coda Make insmntque() externally visibile and allow it to fail (e.g. during 2007-03-13 01:50:27 +00:00
compat Add a pn_destroy field to pfs_node. This field points to a destructor 2007-03-12 12:16:52 +00:00
conf Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default it 2007-03-21 18:25:28 +00:00
contrib Teach pfsync(4) that its member interfaces may go away. 2007-03-19 17:52:15 +00:00
crypto Overhaul driver/subsystem api's: 2007-03-21 03:42:51 +00:00
ddb
dev Memory leak killing spree, mostly bus_dma(9) related. 2007-03-21 18:17:03 +00:00
fs Make insmntque() externally visibile and allow it to fail (e.g. during 2007-03-13 01:50:27 +00:00
gdb
geom Overhaul driver/subsystem api's: 2007-03-21 03:42:51 +00:00
gnu Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary. 2007-03-15 00:09:50 +00:00
i4b
i386 Change the amd64, i386, and ia64 nexus drivers to setup bus space tags and 2007-03-21 15:36:38 +00:00
ia64 Change the amd64, i386, and ia64 nexus drivers to setup bus space tags and 2007-03-21 15:36:38 +00:00
isa Partial fix for a bug in rev.1.231. If suspend/resume clobbers the 2007-03-05 09:10:17 +00:00
kern Maintain a pointer and offset pair into the socket buffer mbuf chain to 2007-03-19 18:35:13 +00:00
libkern
modules another missing change for recent crypto mods 2007-03-21 17:37:13 +00:00
net Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC. 2007-03-20 14:29:54 +00:00
net80211 change ic_modecaps to a bit vector and use setbit, et. al. 2007-03-11 22:37:32 +00:00
netatalk
netatm
netgraph Implement reference counting for ifmultiaddr, in_multi, and in6_multi 2007-03-20 00:36:10 +00:00
netinet Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default it 2007-03-21 18:25:28 +00:00
netinet6 Implement reference counting for ifmultiaddr, in_multi, and in6_multi 2007-03-20 00:36:10 +00:00
netipsec Overhaul driver/subsystem api's: 2007-03-21 03:42:51 +00:00
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient Make insmntque() externally visibile and allow it to fail (e.g. during 2007-03-13 01:50:27 +00:00
nfsserver - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs. 2007-03-17 18:18:08 +00:00
opencrypto add missing file from last commit that overhauls crypto/driver api's 2007-03-21 03:43:33 +00:00
pc98 Don't call bus_deactivate_resource() explicitly before calling 2007-03-21 03:38:37 +00:00
pccard
pci Add new ST201 PCI id. 2007-03-10 03:10:34 +00:00
powerpc Push down the implementation of PCPU_LAZY_INC() into the machine-dependent 2007-03-11 05:54:29 +00:00
rpc
security Remove 'MPSAFE' annotations from the comments above most system calls: all 2007-03-04 22:36:48 +00:00
sparc64 Push down the implementation of PCPU_LAZY_INC() into the machine-dependent 2007-03-11 05:54:29 +00:00
sun4v Push down the implementation of PCPU_LAZY_INC() into the machine-dependent 2007-03-11 05:54:29 +00:00
sys Space to tab in SB_* defines to match with rest of file. 2007-03-19 18:40:31 +00:00
tools
ufs Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no more 2007-03-20 10:51:45 +00:00
vm Use PCPU_LAZY_INC() to update page fault statistics. 2007-03-05 18:55:14 +00:00
Makefile