Module Name: src
Committed By: christos
Date: Sat Jun 9 02:57:12 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
mention RLIMIT_NTHR
To generate a diff of this commit:
cvs rdiff -u -r1.1706 -r1.1707 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1706 src/doc/CHANGES:1.1707
--- src/doc/CHANGES:1.1706 Wed Jun 6 19:59:17 2012
+++ src/doc/CHANGES Fri Jun 8 22:57:11 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1706 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1707 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -66,3 +66,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
bind: update to 9.9.1-P1 to fix the recent rdata exploit.
[christos 20120604]
empb(4): Add ELBOX Mediator PCI 1200 driver. [rkujawa 20120604]
+ kernel: Add a new RLIMIT_NTHR limit to limit the number of processes
+ per user and the corresponding kern.maxlwp sysctl. Expose
+ kern.uidinfo.* via sysctl. [christos 20120608]