summaryrefslogtreecommitdiff
path: root/strace.c
Commit message (Collapse)AuthorAge
* more FreeBSD updatesWichert Akkerman2000-09-03
|
* Add FreeBSD supportWichert Akkerman2000-09-01
|
* test/clone.c: minor fixupWichert Akkerman2000-08-10
| | | | | | | | | | | | 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
* net.c: add SOL_PACKET and SOL_RAW socket options, update SOL_IP and SOL_TCPWichert Akkerman2000-07-05
|
* Close outf fd when forkingWichert Akkerman2000-06-27
|
* The `too much stuff, just check the ChangeLog' updateWichert Akkerman2000-05-01
|
* test/vfork.c: new file to test vfork tracesWichert Akkerman2000-02-19
| | | | | | | | test/.cvsignore: new file defs.h: Up maximum number of traced processed to 64 strace.c: Disable some debugging code from davidm implement setarg for more architectures implement change_syscall
* Fixup isdigit callsWichert Akkerman2000-02-18
|
* Merge Trillian patches (Linux ia64)Wichert Akkerman2000-02-03
|
* Bunch of stuffWichert Akkerman1999-12-23
|
* Add UnixWare support to configureWichert Akkerman1999-11-29
|
* Add pollhackWichert Akkerman1999-11-26
|
* Add missing newline in errorWichert Akkerman1999-10-17
|
* Catching up on my mail-backlog, see ChangeLog for detailsWichert Akkerman1999-08-29
|
* Remove stupid error in strace.c. Looks like I pasted somethingWichert Akkerman1999-06-28
| | | | I shouldn't have in there :(
* Update documentation somewhatWichert Akkerman1999-06-28
|
* avoid leaking fd into childWichert Akkerman1999-06-14
|
* Add sparc patches from Jakub JelinekWichert Akkerman1999-06-03
|
* Add new function `signame', which returns name (SIGXXX) of numericNate Sammons1999-03-29
| | | | signal, and replace lookups in signalent[] with calls to it.
* Initial revisionWichert Akkerman1999-02-19