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