Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1997 20:10:02
jonathan
Tue Jun 24 13:00:46 PDT 1997
Update of /a/cvsroot/src/lib/csu/mips
In directory netbsd1:/var/slash-tmp/cvs-serv25889

Modified Files:
	Makefile 
Log Message:
Un-comment-out "CFLAGS+= -I/usr/src/libexec/ld.elf_so" for new crt0.c


thorpej
Tue Jun 24 13:04:46 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv25765

Modified Files:
	uipc_socket.c 
Log Message:
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.


thorpej
Tue Jun 24 13:07:50 PDT 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv26610

Modified Files:
	CHANGES 
Log Message:
Note changes to SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, and SO_RCVLOWAT
socket options.