From: Roland McGrath Date: Mon, 9 May 2005 07:40:41 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3b565be86a5f32e3b3f73d0fb6661de28938cd6;p=strace . --- diff --git a/ChangeLog b/ChangeLog index cd7bfb6e..31f4b75a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2005-04-25 Anton Blanchard + + * file.c (openmodes): Add O_NOATIME flag if defined. + +2005-04-05 Anton Blanchard + + * 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 * desc.c (decode_select): Increase local buffer size.