summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support for following IA32 forks.obsolete/ia64.0n0ano2001-03-073-2/+75
* Add support for new IA64 system calls.n0ano2001-02-139-24/+213
* Fix network includes for GLIBC2.2 and also fix IA64 sigcontext.hn0ano2000-12-112-1/+4
* Fix IA32 support on IA64 systems to handle the sub-codes for IPC andn0ano2000-12-016-27/+100
* fix formating error in sys_setsockoptWichert Akkerman2000-11-262-11/+69
* FreeBSD updates, make things compile on Linux 2.2 kernelsWichert Akkerman2000-10-133-1/+12
* more FreeBSD updatesWichert Akkerman2000-09-037-20/+55
* add cloneWichert Akkerman2000-09-031-0/+1
* update ChangeLogWichert Akkerman2000-09-031-0/+1
* process.c: perform bpt trick for clone as well so we can get the pid of the c...Wichert Akkerman2000-09-034-7/+32
* Add FreeBSD supportWichert Akkerman2000-09-018-0/+1899
* Add FreeBSD supportWichert Akkerman2000-09-0127-193/+1608
* Handle change in Linux 2.4.0-test6 stat structureWichert Akkerman2000-08-102-0/+13
* test/clone.c: minor fixupWichert Akkerman2000-08-1015-20/+377
* Implement setargs for MIPS.Ralf Baechle2000-08-011-0/+18
* Linux/MIPS doesn't pass mmap argument in a structure like Intel.Ralf Baechle2000-07-311-1/+1
* net.c: add SOL_PACKET and SOL_RAW socket options, update SOL_IP and SOL_TCPWichert Akkerman2000-07-055-20/+189
* Merge changes from UlrichWichert Akkerman2000-06-275-2/+27
* Close outf fd when forkingWichert Akkerman2000-06-272-0/+7
* The `too much stuff, just check the ChangeLog' updateWichert Akkerman2000-05-0120-44/+247
* Update mips syscall tableWichert Akkerman2000-04-222-4/+8
* added names for SVR4, SYSV, BSD4.3 and POSIX syscallsWichert Akkerman2000-04-172-2480/+2488
* Linux/MIPS uses syscalls up to >4k, so set MAX_QUALS to 4999Wichert Akkerman2000-04-132-0/+8
* add clone testWichert Akkerman2000-04-101-0/+16
* README-linux: updated to note that strace might not compileWichert Akkerman2000-04-1027-1548/+1875
* test/vfork.c: new file to test vfork tracesWichert Akkerman2000-02-1912-89/+117
* Fixup isdigit callsWichert Akkerman2000-02-185-3/+11
* S390 updatesWichert Akkerman2000-02-147-12/+46
* Fixup ia64 stuff, part 1Wichert Akkerman2000-02-038-0/+2308
* Merge Trillian patches (Linux ia64)Wichert Akkerman2000-02-0316-68/+398
* Split trace_syscall into few functions to make code readable.Pavel Machek2000-02-012-166/+217
* Cleaned up __NR_SYSCALL_BASE: less number of #ifdef's in main code isPavel Machek2000-02-011-15/+6
* Wrap changing of syscall into nice function.Pavel Machek2000-02-012-7/+20
* Automatically probe for sys/poll.hPavel Machek2000-02-014-2/+38
* Fix type on aclocal.m4Wichert Akkerman2000-01-271-1/+1
* Release version 4.2v4.2Wichert Akkerman2000-01-212-1/+6
* Add 1900 to tm_year in sprinttimeWichert Akkerman2000-01-112-1/+5
* fix loop for armWichert Akkerman1999-12-241-1/+1
* update changelog&newsWichert Akkerman1999-12-242-0/+2
* Use STAT64 test for the new stat64 functionsWichert Akkerman1999-12-243-4/+11
* Update.Ulrich Drepper1999-12-241-6/+19
* Add AC_STAT64.Ulrich Drepper1999-12-241-0/+1
* Define HAVE_STAT64.Ulrich Drepper1999-12-241-0/+3
* Define AC_STAT64.Ulrich Drepper1999-12-241-0/+15
* Implement sys_stat64, sys_fstat64, sys_lstat64, and printstat64.Ulrich Drepper1999-12-241-0/+122
* Define table entries for sys_stat64, sys_lstat64, and sys_fstat64.Ulrich Drepper1999-12-241-3/+3
* Declare sys_stat64, sys_lstat64, and sys_fstat64.Ulrich Drepper1999-12-241-1/+2
* (internal_clone): Fix a few typos and add definitions to make it atUlrich Drepper1999-12-241-3/+6
* Use ugly libc_stat trick also for stat64.Ulrich Drepper1999-12-241-0/+2
* Begin work on supporting cloneWichert Akkerman1999-12-235-11/+111