X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=ChangeLog;h=1785bd2e5d2afeee309812638a2b90dbe033500d;hb=5a826b8427383232940249ca16f543178fbeeba4;hp=f3d1773d349e5bdf251672d9fae4c4d8a4d68420;hpb=faf722234dc8af97776f94fdda7e100fb60650a2;p=strace diff --git a/ChangeLog b/ChangeLog index f3d1773d..1785bd2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,207 @@ +2001-03-07 John Hughes + + * defs.h: add ALIGN64 macro to cope with FreeBSD's strange insistence + on alignment for off_t (64 bit) arguments. Also simplify get64 so + we don't need to know endianness of long long. + * file.c: FreeBSD now uses 64 bit versions of lseek, truncate, + ftruncate, allows reduction in numvber of horrid #if's + * io.c: FreeBSD now uses 64 bit versions of pread, pwrite. + * mem.c: FreeBSD now uses 64 bit version of mmap. + * freebsd/syscalls.print: use 64 bit versions of various syscalls. + * freebsd/i386/syscall.h: use 64 bit versions of various syscalls. + * freebsd/i386/syscallent.h: use 64 bit versions of various syscalls. + +2001-03-06 John Hughes + + * file.c: Implement truncate64 and ftruncate64 + * svr4/dummy.h: add dummies for truncate64 and ftruncate64 for non + LFS64 systems. + * svr4/syscall.h: add declarations for truncate64 and ftruncate64. + +2001-03-06 John Hughes + + * freebsd/syscalls.pl: fix for FreeBSD 4.1 (new optional field in + syscall master file). + +2001-03-06 John Hughes + + * syscall.c: fix for FreeBSD 4.1 (SYS_semconfig has disappeared). Also + zap incorrect syscall subarg range check. + +2001-03-06 John Hughes + + * configure.in, defs.h, desc.c, file.c, io.c, mem.c, net.c, resource.c, + signal.c, syscall.c, svr4/dummy.h, svr4/syscall.h, svr4/syscallent.h: + merge Harald Böhme's solaris patches (_LFS64_LARGEFILE and kernel aio + mostly). + +2001-03-06 John Hughes + + * dummy.h: add unimplemented UW sycalls + * syscall.h: we can do settimeofday for UW, whopee! + * syscallent.h: fix unimplemented UW syscalls + +2001-03-06 John Hughes + + * aclocal.m4: look for pr_syscall in pr_lwp if we HAVE_MP_PROCFS + * defs.h: add PR_SYSCALL to allow use of pr_lwp.pr_syscall if it exists. + * syscall.c: use PR_SYSCALL instead of pr_syscall, fix up UnixWare code + so it doesn't try to use pr_sysarg. + +2001-03-06 John Hughes + + * aclocal.m4: on systems other than linux look for stat64 in sys/stat.h + * file.c: handle xstat version _STAT64_VER, aka stat64. + +2001-03-06 John Hughes + + * net.c: make sure SOL_ options are defined before using. + * signal.c: declare sigset variable, only used on linux, inside #ifdef. + +2001-02-21 Wichert Akkerman + + * net.c: fix format for printing Unix domain sockets + +2001-02-19 Wichert Akkerman + + * linux/mips/syscallent.h: use new sys_sysmips + * system.c: add sys_sysmips decoding + +2001-02-16 Wichert Akkerman + + * CREDITS: add Arkadiusz Miskiewicz who + submitted the IP6 scope ID updates + * acconfig.h: add HAVE_SIN6_SCOPE_ID and HAVE_SIN6_SCOPE_ID_LINUX + * aclocal.m4: add AC_SIN6_SCOPE_ID to check if sin6_scope_id is + available + * configure.in: check for if_indextoname function and sin6_scope_id + * net.c: teach printsock about IP6 scope ids + +2001-02-16 Wichert Akkerman + + * configure.in: test for netinet/tcp.h and netinet/udp.h existance + * net.c: include netinet/tcp.h and netinet/udp.h if they exist + * Makefile.in: use @mandir@ and @bindir@ + +2000-11-26 Wichert Akkerman + + * net.c: fix formating error in sys_setsockopt + * net.c: add list of socketlayers and use that for [gs]etsockopt + +2000-10-12 Wichert Akkerman + + * time.c: use sys/timex.h so things compile with 2.2 kernels + * stream.c: test if MSG_* constants are #defined + +2000-09-03 Wichert Akkerman + + * process.c: perform bpt trick for clone as well so we can get the + pid of the child before it starts doing something + * file.c: rename dirent64 struct to kernel_dirent64 so things compile + again with newer libcs + * test/clone.c: improve our testcase a bit + * Merge another patch from Gäel Roualland with FreeBSD updates + +2000-09-01 Wichert Akkerman + + * lots of files: merge patch from Gaël Roualland to add + support for FreeBSD. + +2000-08-09 Wichert Akkerman + + * file.c: update to reflect that st_ino suddenly became a long long + in the in Linux 2.4.0-test6 + +2000-08-09 Wichert Akkerman + + * test/clone.c: minor fixup + * Another bunch of patches from John Hughes merged: + * signal.c: + + SVR4 printcontext(): sigset_t != sigset_t* + + getcontext returns a value, so print on exit of syscall + + add UC_FP to ucontext_flags for OS writers that can't spell + + sys_signal(): special case SIG_{ERR,DFL,IGN} + + decode_subcall(): only do subcall range checking when needed + * bunch of UnixWare updates + * aclocal.m4, acconfig.h, configure.in: add test for long long type + +2000-07-04 Wichert Akkerman + + * net.c: add SOL_PACKET and SOL_RAW socket options, update + SOL_IP and SOL_TCP + +2000-06-23 Wichert Akkerman + + * strace.c: close outf before we exec a child process + +2000-06-09 Ulrich Drepper + + * configure.in: Don't link against libnsl on Linux, it's unnecessary. + * defs.h (struct tcb): Make auxstr member const. + * file.c (fsmagic): And many more magic numbers. + * util.c: Don't include for glibc 2.1 and up. + +2000-04-26 Wichert Akkerman + + * defs.h: balance #if/#endif again + * system.c: fix return statements in sys_capget() + * Merge updates from Topi Miettinen : + + file.c: add F_[SG]ETSIG to fcntl flags + + strace.c: don't setre[gu]id if not needed + + system.c: handle sys_reboot for Linux + + term.c: add baudrate constants up to B4000000 + + linux/**/syscallent.h: note that munlockall has no arguments + +2000-04-25 David Mosberger + + * CREDITS: fix email address + * process.c: handle PR_[GS]ET_UNALIGN and PR_[GS]ET_KEEPCAPS + * signal.c: honour offset of sigconfig in sigframe structure for + Linux/ia64 + * linux/ia64/syscallent.h: Add perfmonctl, pivotroot, mincore, and + madvise syscalls. + * syscall.c (syscall_enter): With Kevin's latest ptrace patches, + AR_BSP points to the _end_ of the active register frame, so we need + to adjust bsp by moving it back by the size of the active frame + before using it. + +2000-04-24 Wichert Akkerman + + * process.c: add sparc support to change_syscall + +2000-04-22 Wichert Akkerman + + * linux/mips/syscallent.h: fix some typos + +2000-04-14 Wichert Akkerman + + * linux/mips/syscallent.h: added names for SVR4, SYSV, BSD4.3 and POSIX + syscalls + +2000-04-13 Wichert Akkerman + + * defs.h: Linux/MIPS uses syscalls up to >4k, so set MAX_QUALS to + 4999 + +2000-04-09 Wichert Akkerman + + * README-linux: updated to note that strace might not compile + with development kernels + * bjm.c: sys_query_module: check if malloc succeeds + * system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once + * linux/syscallent.h: updated for 2.3.99pre3 + * linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls + even though Linux doesn't implement them + * syscall.c: add global variables for MIPS registers as well + * syscall.c: move global variables to before get_scno since that uses them + * util.c: oops, misspelled defined + * process.c: fix ptrace calls in change_syscall + * mem.c: decode sys_madvise + * Merge patch from Topi Miettinen + + add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct + + small fix for RLIMIT_* and RUSAGE_BOTH + + enhace support for capget and capset + 2000-02-19 Wichert Akkerman * test/vfork.c: new file to test vfork traces @@ -18,7 +222,7 @@ 2000-02-03 Wichert Akkerman - * Merge Trillian (ia64) patches + * Merge Linux/ia64 patches 2000-01-02 Pavel Machek