Rich Felker 551c1d7a57 fix crash in x32 sigsetjmp %!s(int64=10) %!d(string=hai) anos
..
aarch64 94f4c8237a fix build regression in aarch64 sigsetjmp %!s(int64=10) %!d(string=hai) anos
arm 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp %!s(int64=10) %!d(string=hai) anos
i386 8ed66ecbcb remove the last of possible-textrels from i386 asm %!s(int64=10) %!d(string=hai) anos
microblaze a880e6ceb9 remove invalid PLT calls from microblaze asm %!s(int64=10) %!d(string=hai) anos
mips 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp %!s(int64=10) %!d(string=hai) anos
or1k 51fc77c7c0 remove invalid PLT calls from or1k asm %!s(int64=10) %!d(string=hai) anos
powerpc cf1a9d9d16 remove possible-textrels from powerpc asm %!s(int64=10) %!d(string=hai) anos
sh 85d12e0285 fix sh jmp_buf size to match ABI %!s(int64=10) %!d(string=hai) anos
x32 551c1d7a57 fix crash in x32 sigsetjmp %!s(int64=10) %!d(string=hai) anos
x86_64 b35c4c475b remove potentially PIC-incompatible relocations from x86_64 and x32 asm %!s(int64=10) %!d(string=hai) anos
block.c 2c074b0d6c transition to using functions for internal signal blocking/restoring %!s(int64=12) %!d(string=hai) anos
getitimer.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
kill.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
killpg.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
psiginfo.c adb7093caa fix missing prototypes/wrong signature for psiginfo, psignal %!s(int64=13) %!d(string=hai) anos
psignal.c ecc0f5138d implement psignal and psiginfo %!s(int64=14) %!d(string=hai) anos
raise.c 7d3512126d use tkill instead of tgkill in implementing raise %!s(int64=10) %!d(string=hai) anos
restore.c fcaec912ed changes to kernel sigaction struct handling in preparation for mips port %!s(int64=12) %!d(string=hai) anos
setitimer.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
sigaction.c dab441aea2 always initialize thread pointer at program start %!s(int64=11) %!d(string=hai) anos
sigaddset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG %!s(int64=11) %!d(string=hai) anos
sigaltstack.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
sigandset.c 3500555db3 fix const-correctness in sigandset/sigorset arguments %!s(int64=11) %!d(string=hai) anos
sigdelset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG %!s(int64=11) %!d(string=hai) anos
sigemptyset.c 0753b1faf0 fix sigemptyset and sigfillset for mips %!s(int64=11) %!d(string=hai) anos
sigfillset.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
sighold.c a7dbcf5c8c use 0 instead of NULL for null pointer constants %!s(int64=11) %!d(string=hai) anos
sigignore.c a7dbcf5c8c use 0 instead of NULL for null pointer constants %!s(int64=11) %!d(string=hai) anos
siginterrupt.c a7dbcf5c8c use 0 instead of NULL for null pointer constants %!s(int64=11) %!d(string=hai) anos
sigisemptyset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG %!s(int64=11) %!d(string=hai) anos
sigismember.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
siglongjmp.c 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp %!s(int64=10) %!d(string=hai) anos
signal.c 6ce1fade49 add __sysv_signal abi-compat alias for the signal function %!s(int64=11) %!d(string=hai) anos
sigorset.c 3500555db3 fix const-correctness in sigandset/sigorset arguments %!s(int64=11) %!d(string=hai) anos
sigpause.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
sigpending.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG %!s(int64=12) %!d(string=hai) anos
sigprocmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 %!s(int64=12) %!d(string=hai) anos
sigqueue.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
sigrelse.c a7dbcf5c8c use 0 instead of NULL for null pointer constants %!s(int64=11) %!d(string=hai) anos
sigrtmax.c 7c440977db fix _NSIG and SIGRTMAX on mips %!s(int64=11) %!d(string=hai) anos
sigrtmin.c 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers %!s(int64=14) %!d(string=hai) anos
sigset.c a7dbcf5c8c use 0 instead of NULL for null pointer constants %!s(int64=11) %!d(string=hai) anos
sigsetjmp.c b9b2db2f37 add __sigsetjmp ABI-compat alias for sigsetjmp %!s(int64=11) %!d(string=hai) anos
sigsetjmp_tail.c 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp %!s(int64=10) %!d(string=hai) anos
sigsuspend.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG %!s(int64=12) %!d(string=hai) anos
sigtimedwait.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG %!s(int64=12) %!d(string=hai) anos
sigwait.c a7dbcf5c8c use 0 instead of NULL for null pointer constants %!s(int64=11) %!d(string=hai) anos
sigwaitinfo.c a7dbcf5c8c use 0 instead of NULL for null pointer constants %!s(int64=11) %!d(string=hai) anos