]> granicus.if.org Git - strace/history - signal.c
Add pollhack
[strace] / signal.c
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