From: Roland McGrath Date: Tue, 14 Jan 2003 07:53:49 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~863 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da5ad2d9436561e8bf9292ee54057ab94782ac57;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 640b0725..82732097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2003-01-13 Roland McGrath + + * linux/powerpc/signalent.h: Add SIGRTMIN. + From Anton Blanchard . + + * linux/powerpc/syscallent.h: Add missing system calls. + Decode more system calls, we were just printargs for many things. + Remove some x86-specific system calls. + Remove two syscalls between the socket and ipc syscalls, + it was resulting in all IPC syscalls being off by two. + + * ioctl.c (ioctl_decode) [POWERPC]: Decode term ioctls like Alpha. + From Anton Blanchard . + + * defs.h [POWERPC] (UESP, EIP, EAX, ORIG_EAX): Remove this cruft. + [LINUX && POWERPC && !__powerpc64__] (ALIGN64): New macro. + * io.c (sys_pread, sys_pwrite): Use ALIGN64. + From Anton Blanchard . + + * term.c [LINUX]: Get kernel definition of struct termios. + From Anton Blanchard . + + * linux/ioctlent.sh: Look in sound/ directory too. + From Anton Blanchard . + + * desc.c (printflock64): Fix ADDR argument type. + From Anton Blanchard . + + * strace.c [! HAVE_STRSIGNAL]: Clean up #ifdefs on decls for + sys_siglist and _sys_siglist. + Reported by John Hughes . + + * net.c: HAVE_OPTHDR -> HAVE_STRUCT_OPTHDR + Reported by John Hughes . + + * linux/syscall.h [ARM] (SYS_socket_subcall): Set to 300. + 2003-01-10 Roland McGrath * configure.ac, NEWS: Version 4.4.91.