- 2f1d87e use __WALL for wait4 if we can by Wichert Akkerman · 24 years ago
- 8ab1a3c fix typo by Wichert Akkerman · 24 years ago
- b8a85a4 Check for endianness of long long by John Hughes · 24 years ago
- 6156357 Fix compile errors with SCO UDK compiler by John Hughes · 24 years ago
- 072ea8a retro-actively mention Linux/hppa support in the changelog by Wichert Akkerman · 24 years ago
- 8e075fb Fix bad merge of solaris patch by John Hughes · 24 years ago
- e3bf56a add getdents64 and fcntl64 (not decoded yet) by Wichert Akkerman · 24 years ago
- 6f2bbe2 update config.guess by Wichert Akkerman · 24 years ago
- 407be9a Update Linux/mips syscall table by Wichert Akkerman · 24 years ago
- a966785 Implement new way to get the ioctl list for Linux: instead of by Wichert Akkerman · 24 years ago
- cf1de75 cope with FreeBSD compatability syscalls by John Hughes · 24 years ago
- c0fc3fd replace some #if FREEBSD by #if HAVE_ST_xxx by John Hughes · 24 years ago
- 0c79e01 replace wimpy get64 by powerful LONG_LONG :-) by John Hughes · 24 years ago
- 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 24 years ago
- b8c9f77 FreeBSD uses 64 bit off_t, fix stat&fcntl(flock) by John Hughes · 24 years ago
- e2f6d87 add missing bit of solaris patches by John Hughes · 24 years ago
- 9dec06c minor svr4 fixes by John Hughes · 24 years ago
- 5a826b8 Fix off_t args on FreeBSD by John Hughes · 24 years ago
- 7737c8a Implement truncate64 & ftruncate64 for them that wants 'em by John Hughes · 24 years ago
- c524990 Fix for freebsd 4.1 by John Hughes · 24 years ago
- bb55723 Fix for freebsd 4.1 by John Hughes · 24 years ago
- cb8b69d Merge Harald Böhme's solaris patches by John Hughes · 24 years ago
- bc4935a Fixup unimplemented UW syscalls by John Hughes · 24 years ago
- c8f2e8a Use pr_syscall on UW by John Hughes · 24 years ago
- 091fe83 fix stat64 on UW by John Hughes · 24 years ago
- 95ea9c0 fix compile on UW by John Hughes · 24 years ago
- fa30618 Fix format for Unix domain sockets by Wichert Akkerman · 24 years ago
- 0cbfb32 Add sys_sysmips decoding by Wichert Akkerman · 24 years ago
- f185065 add support for IPv6 scope ids by Wichert Akkerman · 24 years ago
- edf2dcc Use @bindir@ and @mandir@ by Wichert Akkerman · 24 years ago
- 8c7122c Test for netinet/tcp.h and udp.h and use those by Wichert Akkerman · 24 years ago
- efdecac fix formating error in sys_setsockopt by Wichert Akkerman · 24 years ago
- d856b99 FreeBSD updates, make things compile on Linux 2.2 kernels by Wichert Akkerman · 24 years ago
- 2e4ffe5 more FreeBSD updates by Wichert Akkerman · 24 years ago
- b8b0b0d update ChangeLog by Wichert Akkerman · 24 years ago
- 9b0c31d process.c: perform bpt trick for clone as well so we can get the pid of the child before it starts doing something by Wichert Akkerman · 24 years ago
- bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago
- d077c45 Handle change in Linux 2.4.0-test6 stat structure by Wichert Akkerman · 24 years ago
- 16a03d2 test/clone.c: minor fixup by Wichert Akkerman · 24 years ago
- 7987cdf net.c: add SOL_PACKET and SOL_RAW socket options, update SOL_IP and SOL_TCP by Wichert Akkerman · 24 years ago
- 43a7482 Merge changes from Ulrich by Wichert Akkerman · 24 years ago
- bd4125c Close outf fd when forking by Wichert Akkerman · 24 years ago
- 5ae21ea The `too much stuff, just check the ChangeLog' update by Wichert Akkerman · 25 years ago
- 10dfa56 Update mips syscall table by Wichert Akkerman · 25 years ago
- 481e45b added names for SVR4, SYSV, BSD4.3 and POSIX syscalls by Wichert Akkerman · 25 years ago
- fd89ced Linux/MIPS uses syscalls up to >4k, so set MAX_QUALS to 4999 by Wichert Akkerman · 25 years ago
- c792698 README-linux: updated to note that strace might not compile by Wichert Akkerman · 25 years ago
- faf7222 test/vfork.c: new file to test vfork traces by Wichert Akkerman · 25 years ago
- 2ee6e45 Fixup isdigit calls by Wichert Akkerman · 25 years ago
- 12f75d1 S390 updates by Wichert Akkerman · 25 years ago
- 8b1b40c Merge Trillian patches (Linux ia64) by Wichert Akkerman · 25 years ago
- 4dc3b14 Split trace_syscall into few functions to make code readable. by Pavel Machek · 25 years ago
- 3016018 Release version 4.2 by Wichert Akkerman · 25 years ago
- 3ed6dc2 Add 1900 to tm_year in sprinttime by Wichert Akkerman · 25 years ago
- 9148a3b update changelog&news by Wichert Akkerman · 25 years ago
- 0396bdc Use STAT64 test for the new stat64 functions by Wichert Akkerman · 25 years ago
- c921cb2 Update. by Ulrich Drepper · 25 years ago
- 7a0b649 Begin work on supporting clone by Wichert Akkerman · 25 years ago
- 4dc8a2a Bunch of stuff by Wichert Akkerman · 25 years ago
- e5be0de Note that Linux has semop by Wichert Akkerman · 25 years ago
- ea78f0f Add UnixWare support to configure by Wichert Akkerman · 25 years ago
- 9123ac8 fully decode the query_module syscall by Wichert Akkerman · 25 years ago
- 3377df7 Parse UnixWare mount options by Wichert Akkerman · 25 years ago
- 9dbf154 Add pollhack by Wichert Akkerman · 25 years ago
- 4695657 Seems like some systems treat sigmask_t and sigmask_t* as the same thing. by Wichert Akkerman · 25 years ago
- 48214be Only use long_to_sigset on Linux systems by Wichert Akkerman · 25 years ago
- e4aafd4 Merge patches from John Hughes by Wichert Akkerman · 25 years ago
- 2a64b43 Update for 4.1 release by Wichert Akkerman · 25 years ago
- f5eeabb Start merging linux-ip-routing fork by Wichert Akkerman · 25 years ago
- 60456d7 update Linux MIPS syscall table by Wichert Akkerman · 25 years ago
- 2f473da Fix duplicate for sys_create_module Include linux/in6.h only for Linux MIPS by Wichert Akkerman · 25 years ago
- f90da01 Add Linux MIPS support by Wichert Akkerman · 25 years ago
- 5052482 Update Linux module syscalls by Wichert Akkerman · 25 years ago
- 15dea97 Compilation updates by Wichert Akkerman · 25 years ago
- 7b27ba0 Update strace-graph copyright to BSD by Wichert Akkerman · 25 years ago
- 9ce1a63 Catching up on my mail-backlog, see ChangeLog for details by Wichert Akkerman · 25 years ago
- 5a77766 Add sys_poll to Linux/alpha syscall list by Wichert Akkerman · 25 years ago
- 527a805 Update sys_createmodule and sys_initmodule by Wichert Akkerman · 25 years ago
- 36915a1 Add test for sys/reg.h and use that instead of asm/ptrace.h by Wichert Akkerman · 25 years ago
- ca44699 Remove hack in signal.c for arm architecture by Wichert Akkerman · 25 years ago
- 5b4d128 Update patch from drow for file.c kernel types by Wichert Akkerman · 25 years ago
- a601370 Add patch from drow to get proper kernel types in file.c by Wichert Akkerman · 25 years ago
- 2b483ba Fix conditions for including sys/reg.h and linux/ptrace.h by Wichert Akkerman · 25 years ago
- e6f876c Linux/powerpc and SunOS fixes by Wichert Akkerman · 25 years ago
- 789ed35 avoid leaking fd into child by Wichert Akkerman · 26 years ago
- 8829a55 Various fixes, see ChangeLog for details by Wichert Akkerman · 26 years ago
- cc4b8f4 Update syscall list for Linux/alpha by Wichert Akkerman · 26 years ago
- dacfb6e Add sparc patches from Jakub Jelinek by Wichert Akkerman · 26 years ago
- 8783c01 Don't include linux/ptrace.h for glibc. by Ulrich Drepper · 26 years ago
- 0d2d323 Fix typo. by Ulrich Drepper · 26 years ago
- 22fe9d2 added `a bit of sysctl support', patch from Ulrich Drepper by Wichert Akkerman · 26 years ago
- 9524bb9 use kernel dirent structure for Linux by Wichert Akkerman · 26 years ago
- 2e2553a Merged in a bunch of patches that I got as reaction to the 3.99 release. by Wichert Akkerman · 26 years ago
- d4d8e92 Update linux sparc support so it compiles and works reasonably by Wichert Akkerman · 26 years ago
- 7a1f0e9 Update syscalls for Linux alpha by Wichert Akkerman · 26 years ago
- 25d0c4f Fix stat structures for Linux once again by Wichert Akkerman · 26 years ago
- 328c5e7 Added support for old*stat syscalls for Linux by Wichert Akkerman · 26 years ago
- 1786d81 Update the ChangeLog and NEWS files to reflect new maintainer by Wichert Akkerman · 26 years ago
- 76baf7c Initial revision by Wichert Akkerman · 26 years ago