about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-01-19 13:03:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-01-19 13:03:33 +0000
commitf8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2 (patch)
tree3c62007e6c41f79e6d5ccaf700ee38fa66c38558 /ChangeLog
parent10199323ef41f9e2d4173b7241cb72190994770b (diff)
downloadzsh-f8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2.tar.gz
zsh-f8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2.tar.xz
zsh-f8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2.zip
20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,
also use ulimit -x for RLIMIT_LOCK
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07d3c9bd0..82003b7e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-19  Peter Stephenson  <pws@csr.com>
+
+	* 20728 (with typo fixed): configure.ac, Doc/Zsh/builtins.yo,
+	Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c: Handle
+	RLIMIT_MSGQUEUE (-q), RLIMIT_SIGPENDING (-i), also use
+	-x for RLIMIT_LOCKS in ulimit.
+
 2005-01-17  Peter Stephenson  <pws@csr.com>
 
 	* unposted: suggested by Bart: Etc/FAQ.yo: update a few entries.