Go to file
thorpej cd730bdd50 In sosetopt():
- Disallow < 1 values for SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, and
  SO_RCVLOWAT; return EINVAL if the user attempts to set <= 0.
  Inspired by PR #3770, from Havard Eidnes <he@vader.runit.sintef.no>.
- For SO_SNDLOWAT and SO_RCVLOWAT, don't let the low-water mark get
  set above the high-water mark.  Behavior is now consistent with
  BSD/OS: If such an attempt is made, silently truncate to the high-water
  value.
1997-06-24 20:04:45 +00:00
bin Refer to execve(2), add section to `vfork' ref. (almost per PR#3627). 1997-06-23 20:41:50 +00:00
distrib Add ./usr/share/man/cat1/grfinfo.0, ./usr/share/man/cat8/fdisk.0 1997-06-24 19:56:31 +00:00
etc add man5/i386 (noted by erik fair) 1997-06-24 04:23:32 +00:00
games Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
gnu When `-posix' is specified, link against libposix. 1997-06-24 16:55:05 +00:00
include oops, forgot to commit this. prototype swapctl() in place of swapon(). 1997-06-23 01:13:43 +00:00
lib Un-comment-out "CFLAGS+= -I/usr/src/libexec/ld.elf_so" for new crt0.c 1997-06-24 20:00:45 +00:00
libexec Add missing braces. `check_modify' returns 0 without a reply. See PR #3779. 1997-06-24 08:49:27 +00:00
regress
sbin * add `-x' option to usage(). 1997-06-24 17:47:03 +00:00
share SUBDIR must be set *before* including bsd.*.mk 1997-06-24 06:00:06 +00:00
sys In sosetopt(): 1997-06-24 20:04:45 +00:00
usr.bin include <string.h> and <unistd.h> for prototypes 1997-06-24 06:18:58 +00:00
usr.sbin set NOOBJ if !amiga because nothing is built 1997-06-24 08:01:39 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00