]> granicus.if.org Git - strace/history - signal.c
mtd: clamp ubi name strings
[strace] / signal.c
2003-09-23 Roland McGrath2003-09-23 Roland McGrath <roland@redhat.com>
2003-07-09 Roland McGrath2003-07-08 Roland McGrath <roland@redhat.com>
2003-06-03 Roland McGrath2003-06-03 Roland McGrath <roland@redhat.com>
2003-05-23 Roland McGrath2003-05-22 Roland McGrath <roland@redhat.com>
2003-01-30 Roland McGrath2003-01-23 Roland McGrath <roland@redhat.com>
2003-01-14 Roland McGrath2003-01-14 Roland McGrath <roland@redhat.com>
2002-12-17 Roland McGrath2002-12-16 Roland McGrath <roland@redhat.com>
2002-12-15 Roland McGrath2002-12-15 Roland McGrath <roland@redhat.com>
2002-10-07 Michal Ludvig2002-10-07 Michal Ludvig <mludvig@suse.cz>
2002-09-23 Michal Ludvig2002-09-23 Michal Ludvig <mludvig@suse.cz>
2001-10-18 John HughesMerge SVR4/Linux printsiginfo
2001-10-18 John Hugheshandle sigwait on svr4
2001-10-09 Wichert AkkermanImport lots of ia64 related changes from David Mosberger
2001-08-19 Wichert Akkermando not include asm/sigcontext.h on Linux/IA64 since...
2001-05-15 John Hughesprintcontext should pass sigmask addr to printsigmask
2001-04-12 Wichert Akkermanswitch to using /proc/<pid>/status on Linux
2001-03-28 Wichert Akkermanseveral Linux/sparc fixes
2001-03-27 Wichert AkkermanAdd Linux/hppa port, patch from Richard Hirst
2001-03-06 John HughesMerge Harald Böhme's solaris patches
2001-03-06 John Hughesfix compile on UW
2000-09-01 Wichert AkkermanAdd FreeBSD support
2000-08-10 Wichert Akkermantest/clone.c: minor fixup
2000-05-01 Wichert AkkermanThe `too much stuff, just check the ChangeLog' update
2000-04-10 Wichert AkkermanREADME-linux: updated to note that strace might not...
2000-02-19 Wichert Akkermantest/vfork.c: new file to test vfork traces
2000-02-03 Wichert AkkermanMerge Trillian patches (Linux ia64)
1999-12-23 Wichert AkkermanBunch of stuff
1999-11-26 Wichert AkkermanSeems like some systems treat sigmask_t and sigmask_t...
1999-11-26 Wichert AkkermanOnly use long_to_sigset on Linux systems
1999-10-31 Wichert AkkermanAdd Linux MIPS support
1999-10-06 Wichert AkkermanCompilation updates
1999-08-29 Wichert AkkermanCatching up on my mail-backlog, see ChangeLog for details
1999-07-13 Wichert AkkermanAdd test for sys/reg.h and use that instead of asm...
1999-07-09 Wichert AkkermanRemove hack in signal.c for arm architecture
1999-06-03 Wichert AkkermanAdd sparc patches from Jakub Jelinek
1999-05-09 Wichert AkkermanMerged in a bunch of patches that I got as reaction...
1999-04-06 Nate SammonsRealtime signals are named starting with 0. Fix `signa...
1999-04-06 Nate SammonsConvert all sigsets correctly into libc sigset_t. ...
1999-03-30 Nate SammonsFix a silly bug in signame. A signal should be *greate...
1999-03-29 Nate SammonsFix wrong argument of rt_sigprocmask being used.
1999-03-29 Nate SammonsAdd new function `signame', which returns name (SIGXXX...
1999-03-17 Wichert Akkermansys/reg apparently only exists on i386 and m68k, so...
1999-03-15 Wichert AkkermanSimply bugfixes, see patch to debian/changelog for...
1999-02-19 Wichert AkkermanInitial revision