Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/sys



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.




Home | Main Index | Thread Index | Old Index