NetBSD/sys
jschauma 839f90b6f7 Linux does not implement SO_REUSEPORT, but allows reuse of a
host:port pair through SO_REUSEADDR even if the address is not a
multicast-address.  Effectively, this means that we should use
SO_REUSEPORT when SO_REUSEADDR is set (from the linux process)
to allow Linux applications to not exit with EADDRINUSE.

(Previously erraneously applied to 1.5 branch; approved for
proper location by thorpej)
2002-05-12 18:30:32 +00:00
..
adosfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
altq Move ALTQ configuration definitions into altq/files.altq 2002-04-16 21:27:13 +00:00
arch don't strip the resulting bootprog on install; it's raw binary 2002-05-12 15:18:27 +00:00
coda Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
compat Linux does not implement SO_REUSEPORT, but allows reuse of a 2002-05-12 18:30:32 +00:00
conf Move code shared by procfs and the kernel proper out of procfs and 2002-05-09 15:44:44 +00:00
crypto
ddb
dev If a dma map can't be loaded due to resource shortage, make we report that 2002-05-12 16:51:06 +00:00
filecorefs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
fs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
gdbscripts
ipkdb
isofs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
kern Remove #ifdef DIAGNOSTIC around panic(). It is better than NULL pointer 2002-05-11 11:56:57 +00:00
lib fix comment 2002-05-10 11:07:01 +00:00
lkm Fix a file name. 2002-04-10 04:21:27 +00:00
miscfs Redo rev. 1.57 a bit different way; don't use `tpg' since it may be freed. 2002-05-10 07:51:37 +00:00
msdosfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
net Fix memory leak which occurs after an allocation failure. 2002-05-07 09:14:20 +00:00
netatalk
netccitt
netinet Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
netinet6 Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
netisdn Sync layer 3 B-channel accounting with layer 2. 2002-05-02 18:56:55 +00:00
netiso
netkey
netnatm
netns
netsmb
nfs In bootpcheck(), make sure we m_pullup() all the of bootp header that we 2002-05-12 12:52:58 +00:00
ntfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
stand
sys Userland __COPYRIGHTs have \ns in them, and do not use asm(). 2002-05-11 11:57:14 +00:00
ufs Add comment that getblk() in ufs_bmaparray() returns an error only if 2002-05-11 12:23:53 +00:00
uvm When preparing to swap to a miniroot partition, add a little 2002-05-09 21:43:44 +00:00
Makefile