Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/17/2004 15:17:33
Module Name:	src
Committed By:	christos
Date:		Sat Apr 17 15:17:33 UTC 2004

Modified Files:
	src/sys/sys: proc.h resource.h resourcevar.h sysctl.h

Log Message:
PR/9347: Eric E. Fair: socket buffer pool exhaustion leads to system deadlock
and unkillable processes.
1. Introduce new SBSIZE resource limit from FreeBSD to limit socket buffer
   size resource.
2. make sokvareserve interruptible, so processes ltsleeping on it can be
   killed.


To generate a diff of this commit:
cvs rdiff -r1.191 -r1.192 src/sys/sys/proc.h
cvs rdiff -r1.22 -r1.23 src/sys/sys/resource.h
cvs rdiff -r1.20 -r1.21 src/sys/sys/resourcevar.h
cvs rdiff -r1.120 -r1.121 src/sys/sys/sysctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.