summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-05-09 07:40:41 +0000
committerRoland McGrath <roland@redhat.com>2005-05-09 07:40:41 +0000
commitf3b565be86a5f32e3b3f73d0fb6661de28938cd6 (patch)
tree4dd8343d28eb1b44b629336775c6c76fd4cf2a81 /ChangeLog
parent1025c3ed7f1043ffe66f763db81b85a537ebb023 (diff)
downloadstrace-f3b565be86a5f32e3b3f73d0fb6661de28938cd6.tar.gz
strace-f3b565be86a5f32e3b3f73d0fb6661de28938cd6.tar.bz2
strace-f3b565be86a5f32e3b3f73d0fb6661de28938cd6.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd7bfb6..31f4b75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-04-25 Anton Blanchard <anton@samba.org>
+
+ * file.c (openmodes): Add O_NOATIME flag if defined.
+
+2005-04-05 Anton Blanchard <anton@samba.org>
+
+ * linux/powerpc/ioctlent.h: Regenerated.
+
+ * signal.c (signame): Don't try and dereference negative index.
+
+ * linux/powerpc/syscallent.h: Add debug_setcontext, vserver,
+ mbind, *_mempolicy, mq_*, sys_kexec_load, add_key, request_key,
+ keyctl, waitid, sys_semtimedop. Fix various other syscalls.
+
+ * ipc.c (shm_resource_flags): New variable, table has SHM_HUGETLB
+ but not IPC_NOWAIT, which have the same value.
+ (sys_shmget): Use that instead of resource_flags.
+
2005-03-22 Roland McGrath <roland@redhat.com>
* desc.c (decode_select): Increase local buffer size.