summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-01-14 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-141-43/+46
* 2003-01-14 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-141-11/+26
* 2003-01-10 Roland McGrath <roland@redhat.com>v4.4.90Roland McGrath2003-01-101-0/+1
* 2003-01-08 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-091-9/+102
* 2002-12-21 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-221-2/+60
* 2002-12-21 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-211-3/+24
* 2002-12-17 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-181-18/+37
* 2002-12-16 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-171-1/+13
* 2002-12-15 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-161-0/+11
* 2002-12-15 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-151-13/+90
* 2002-10-07 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2002-10-071-10/+41
* 2002-09-23 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2002-09-231-2/+42
* handle svr4 procpriv callJohn Hughes2002-05-171-0/+138
* Merge patch from Greg Banks for Linux/SuperH supportWichert Akkerman2002-05-011-3/+62
* Merge SVR4/Linux printsiginfoJohn Hughes2001-10-181-208/+1
* Import lots of ia64 related changes from David MosbergerWichert Akkerman2001-10-091-6/+31
* fix display of ptrace args on FreeBSDJohn Hughes2001-09-281-1/+3
* seems Linux/IA64 changed register names on us, switch to using new namesWichert Akkerman2001-08-031-6/+6
* Handle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw n...John Hughes2001-04-181-0/+34
* Fix wrong cast in powerpc codeWichert Akkerman2001-04-121-1/+1
* several Linux/sparc fixesWichert Akkerman2001-03-281-2/+16
* Add Linux/hppa port, patch from Richard HirstWichert Akkerman2001-03-271-1/+27
* more FreeBSD updatesWichert Akkerman2000-09-031-1/+1
* process.c: perform bpt trick for clone as well so we can get the pid of the c...Wichert Akkerman2000-09-031-5/+22
* Add FreeBSD supportWichert Akkerman2000-09-011-8/+64
* Implement setargs for MIPS.Ralf Baechle2000-08-011-0/+18
* The `too much stuff, just check the ChangeLog' updateWichert Akkerman2000-05-011-0/+67
* README-linux: updated to note that strace might not compileWichert Akkerman2000-04-101-3/+3
* test/vfork.c: new file to test vfork tracesWichert Akkerman2000-02-191-24/+46
* S390 updatesWichert Akkerman2000-02-141-5/+10
* Merge Trillian patches (Linux ia64)Wichert Akkerman2000-02-031-34/+116
* Wrap changing of syscall into nice function.Pavel Machek2000-02-011-7/+16
* (internal_clone): Fix a few typos and add definitions to make it atUlrich Drepper1999-12-241-3/+6
* Begin work on supporting cloneWichert Akkerman1999-12-231-4/+101
* Bunch of stuffWichert Akkerman1999-12-231-108/+189
* Start merging linux-ip-routing forkWichert Akkerman1999-11-181-5/+42
* Add Linux MIPS supportWichert Akkerman1999-10-311-1/+5
* Compilation updatesWichert Akkerman1999-10-061-1/+6
* Add test for sys/reg.h and use that instead of asm/ptrace.hWichert Akkerman1999-07-131-4/+5
* Various fixes, see ChangeLog for detailsWichert Akkerman1999-06-111-0/+9
* Merged in a bunch of patches that I got as reaction to the 3.99 release.Wichert Akkerman1999-05-091-24/+41
* Add new function `signame', which returns name (SIGXXX) of numericNate Sammons1999-03-291-2/+2
* Don't try to follow clone, until special handling for all of itsNate Sammons1999-03-291-0/+6
* Add capability for Linux to change a vfork call into plain fork, whichNate Sammons1999-03-291-3/+14
* Change EXEC_vfork to SYS_vfork; broke compilation on at leastNate Sammons1999-03-291-1/+1
* sys/reg apparently only exists on i386 and m68k, so fix the test inWichert Akkerman1999-03-171-1/+1
* Simply bugfixes, see patch to debian/changelog for detailsWichert Akkerman1999-03-151-3/+3
* Initial revisionWichert Akkerman1999-02-191-0/+1645