summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-03-30 23:52:46 +0000
committerRoland McGrath <roland@redhat.com>2003-03-30 23:52:46 +0000
commit5467f2681e5ac32ef6f67ab7b9e8874a388db3e5 (patch)
tree92c57bc0a9938873c3e01f9487b23ae9dc622baf /ChangeLog
parent1e35679bbb8c840bd0b107c68cb187feeb3e3282 (diff)
downloadstrace-5467f2681e5ac32ef6f67ab7b9e8874a388db3e5.tar.gz
strace-5467f2681e5ac32ef6f67ab7b9e8874a388db3e5.tar.bz2
strace-5467f2681e5ac32ef6f67ab7b9e8874a388db3e5.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6610665..86e5067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-03-30 Roland McGrath <roland@redhat.com>
+
+ * time.c [LINUX]: Handle new Linux 2.5 clock/timer syscalls.
+ * linux/syscall.h, linux/syscallent.h, linux/dummy.h: Likewise.
+ From Ulrich Drepper <drepper@redhat.com>.
+
+ * linux/syscallent.h: Use sys_getrlimit for 191.
+ Use name "old_getrlimit" for 76.
+ Reported by Ulrich Drepper <drepper@redhat.com>.
+
2003-03-18 Roland McGrath <roland@redhat.com>
* process.c [LINUX] (sys_clone): Don't dereference parent_tid argument.