]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Mon, 9 May 2005 07:40:41 +0000 (07:40 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 9 May 2005 07:40:41 +0000 (07:40 +0000)
ChangeLog

index cd7bfb6e778f4ba886e8234ae3767dded8546f09..31f4b75ae7835cc6110804da89ddae8c942ed4fb 100644 (file)
--- 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.