]> granicus.if.org Git - strace/log
strace
26 years agoAdd new function `signame', which returns name (SIGXXX) of numeric
Nate Sammons [Mon, 29 Mar 1999 23:23:13 +0000 (23:23 +0000)]
Add new function `signame', which returns name (SIGXXX) of numeric
signal, and replace lookups in signalent[] with calls to it.

26 years agoDon't try to follow clone, until special handling for all of its
Nate Sammons [Mon, 29 Mar 1999 23:02:29 +0000 (23:02 +0000)]
Don't try to follow clone, until special handling for all of its
possible modes has been implemented.

26 years agoAdd capability for Linux to change a vfork call into plain fork, which
Nate Sammons [Mon, 29 Mar 1999 22:57:54 +0000 (22:57 +0000)]
Add capability for Linux to change a vfork call into plain fork, which
can be followed.  (Requires a kernel patch for now.)  Also document it.

26 years agoChange EXEC_vfork to SYS_vfork; broke compilation on at least
Nate Sammons [Mon, 29 Mar 1999 21:46:56 +0000 (21:46 +0000)]
Change EXEC_vfork to SYS_vfork; broke compilation on at least
glibc2.1.

26 years agosys/reg apparently only exists on i386 and m68k, so fix the test in
Wichert Akkerman [Wed, 17 Mar 1999 00:42:25 +0000 (00:42 +0000)]
sys/reg apparently only exists on i386 and m68k, so fix the test in
a couple of files

26 years agoSimply bugfixes, see patch to debian/changelog for details
Wichert Akkerman [Mon, 15 Mar 1999 19:49:42 +0000 (19:49 +0000)]
Simply bugfixes, see patch to debian/changelog for details

26 years agoInitial revision
Wichert Akkerman [Fri, 19 Feb 1999 00:21:36 +0000 (00:21 +0000)]
Initial revision