Go to file
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
bin Simplify previous - sbuf.st_blksize is a uint32_t, so just use 2002-05-09 02:19:42 +00:00
crypto correct plogv(). 2002-05-07 08:58:32 +00:00
dist Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
distrib fix FLOPPYMETAFILE 2002-05-12 10:49:13 +00:00
etc kill leftovers from the original 2002-05-10 21:19:05 +00:00
games Raiders of the Lost Arch 2002-05-12 16:27:59 +00:00
gnu Change the sed expression that comments out NATDEPFILES to 2002-05-10 22:01:06 +00:00
include Update several name space/feature protection tests to check for 2002-05-10 22:02:11 +00:00
lib Add return type. From KAWAKUBO Hiroshi in lib/16776. 2002-05-12 15:51:29 +00:00
libexec Add .register directives to appease newer gas. 2002-05-06 18:53:30 +00:00
regress FP exceptions work on ARM now (and softfloat platforms in general, I hope), 2002-05-12 13:17:52 +00:00
sbin Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
share Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
sys Linux does not implement SO_REUSEPORT, but allows reuse of a 2002-05-12 18:30:32 +00:00
tools Use the target disklabel_mbr.h, since it just describes data structures for 2002-05-12 12:30:10 +00:00
usr.bin Send error messages to stderr rather than stdout. 2002-05-12 09:01:45 +00:00
usr.sbin Only define DEF_LOG_DIR if it's not already set. 2002-05-10 13:17:57 +00:00
BUILDING Move the METALOG from ${_SRC_TOP_OBJ_} to ${DESTDIR}. 2002-05-03 08:58:45 +00:00
BUILDING.mdoc Move the METALOG from ${_SRC_TOP_OBJ_} to ${DESTDIR}. 2002-05-03 08:58:45 +00:00
Makefile Change -s srcdir and -d destdir so that they don't contain the "/etc" portion. 2002-05-07 02:11:07 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Correct BUGS in BUILDING.mdoc now that most ports are USE_NEW_TOOLCHAIN 2002-05-02 22:13:30 +00:00
build.sh Correct BUGS in BUILDING.mdoc now that most ports are USE_NEW_TOOLCHAIN 2002-05-02 22:13:30 +00:00