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 sync blowfish function prototype between i386 assembly and C. 2002-02-27 01:32:17 +00:00
ddb Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
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 add RCSIDs 2001-11-12 22:54:03 +00:00
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 don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netccitt Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
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 MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
netkey remove unneeded #if 2002-03-21 04:41:03 +00:00
netnatm add RCSIDs 2001-11-13 00:56:55 +00:00
netns add RCSIDs 2001-11-13 00:56:55 +00:00
netsmb comment out includes for now 2002-01-09 21:10:04 +00:00
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 Fix two typos reported by Chris Lloyd in kern/15028. 2001-12-22 00:35:45 +00:00
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 descend into netsmb and fs 2002-01-09 21:51:53 +00:00