about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-04-04 10:00:25 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-04-04 10:00:25 +0000
commitf12ca5fd8ee8922c6950a398e21286f2d59a428a (patch)
treec5ed303bac133ef9a5eb4ab5468cf8b862ea6fc1 /ChangeLog
parent6df44faf120b4abf8bf259a3d50deb1637335e54 (diff)
downloadzsh-f12ca5fd8ee8922c6950a398e21286f2d59a428a.tar.gz
zsh-f12ca5fd8ee8922c6950a398e21286f2d59a428a.tar.xz
zsh-f12ca5fd8ee8922c6950a398e21286f2d59a428a.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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d25f9fd2d..4488e135f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
+
 	* Dan Nelson: 21082: Src/exec.c, Test/A01grammar.ztst: fix zsh -c
 	exit status on parse error.