From: Roland McGrath Date: Fri, 2 Dec 2005 03:57:20 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89e94ff094ba4c1e3368c2b369d14d0bd0423740;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 5c07dbc2..dae7952e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ +2005-12-01 Roland McGrath + + * ipc.c (indirect_ipccall): New function. + (sys_msgctl, sys_msgsnd, sys_msgrcv, sys_semop): Use that predicate + instead of #ifdef LINUX test. + [LINUX] (sys_semtimedop): Likewise. + (sys_shmctl, sys_shmat, sys_shmdt): Likewise. + Fixes RH#164755. + 2005-07-31 Ulrich Drepper + * linux/x86_64/syscallent.h: Fix syscall parameter count for msgrcv and + msgctl. + * ipc.c (sys_msgrcv): Add entering handling and print first parameter there. Fixes RH#164757.