Rich Felker 7c440977db fix _NSIG and SIGRTMAX on mips 11 年之前
..
arm e6129e6d83 fix sigsetjmp on arm (needs asm) 13 年之前
i386 c7d19f9923 restore use of .type in asm, but use modern @function (vs %function) 14 年之前
microblaze f1e7a5e5f6 fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp 12 年之前
mips 532cd3a717 sigsetjmp asm for mips 13 年之前
powerpc ac562aa1ef fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets 12 年之前
x86_64 ae0c1de530 fix reversed argument order x86_64 sigsetjmp's call to sigprocmask 12 年之前
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 2c074b0d6c transition to using functions for internal signal blocking/restoring 12 年之前
restore.c fcaec912ed changes to kernel sigaction struct handling in preparation for mips port 13 年之前
setitimer.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
sigaction.c 3c5c5e6f92 optimize posix_spawn to avoid spurious sigaction syscalls 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 6bffcc2335 fix sigorset/sigandset: _NSIG/8 is the size in bytes 12 年之前
sigdelset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG 11 年之前
sigemptyset.c 99b8a25e94 overhaul implementation-internal signal protections 14 年之前
sigfillset.c 99b8a25e94 overhaul implementation-internal signal protections 14 年之前
sighold.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
sigignore.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
siginterrupt.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
sigisemptyset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG 11 年之前
sigismember.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG 11 年之前
siglongjmp.c 9693501c15 change jmp_buf to share an underlying type and struct tag with sigjmp_buf 11 年之前
signal.c 48748143a3 use separate sigaction buffers for old and new data 11 年之前
sigorset.c 6bffcc2335 fix sigorset/sigandset: _NSIG/8 is the size in bytes 12 年之前
sigpause.c c8c4ef7d44 remove useless return value checks for functions that cannot fail 14 年之前
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 07827d1a82 fix race condition in sigqueue 13 年之前
sigrelse.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
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 0b44a0315b initial check-in, version 0.5.0 14 年之前
sigsetjmp.c 9693501c15 change jmp_buf to share an underlying type and struct tag with sigjmp_buf 11 年之前
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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
sigwaitinfo.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前