about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-04-04 09:58:44 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-04-04 09:58:44 +0000
commit8776b52d7d4c9adc5774a231e3a4a8ecfd8bad7b (patch)
tree638b7fdd0439936514d444badd61e0f61611cd4e /ChangeLog
parent82c9c7a42351c5b674153149c761eaa0103cd89e (diff)
downloadzsh-8776b52d7d4c9adc5774a231e3a4a8ecfd8bad7b.tar.gz
zsh-8776b52d7d4c9adc5774a231e3a4a8ecfd8bad7b.tar.xz
zsh-8776b52d7d4c9adc5774a231e3a4a8ecfd8bad7b.zip
Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X
ut_name needs to be ut_user in struct utmpx
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d31840ce..76cf675bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-04-04  Peter Stephenson  <pws@csr.com>
 
+	* Toby Peterson: 21083: On Mac OS X 10.4, the AS and RSS rlimits
+	are the same.  Also utmpx doesn't have ut_name.  In fact, it
+	doesn't seem to have it on any system.
+
 	* Dan Nelson: 21082: Src/exec.c, Test/A01grammar.ztst: fix zsh -c
 	exit status on parse error.