Rich Felker dac084a4c5 work around "signal loses thread pointer" issue with "approach 2" 13 年之前
..
arm d960d4f2cb initial commit of the arm port 13 年之前
i386 c7d19f9923 restore use of .type in asm, but use modern @function (vs %function) 14 年之前
x86_64 c7d19f9923 restore use of .type in asm, but use modern @function (vs %function) 14 年之前
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 99b8a25e94 overhaul implementation-internal signal protections 14 年之前
restore.c dc3776d445 fix previous commit that broke sigreturn. looks like the asm is needed. 14 年之前
setitimer.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
sigaction.c dac084a4c5 work around "signal loses thread pointer" issue with "approach 2" 13 年之前
sigaddset.c 99b8a25e94 overhaul implementation-internal signal protections 14 年之前
sigaltstack.c aa398f56fa global cleanup to use the new syscall interface 14 年之前
sigdelset.c 99b8a25e94 overhaul implementation-internal signal protections 14 年之前
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 fb80e047cc implement gnu sigisemptyset 13 年之前
sigismember.c 99b8a25e94 overhaul implementation-internal signal protections 14 年之前
siglongjmp.c 338b663ddb fix off-by-one bug in siglongjmp that caused unpredictable behavior 13 年之前
signal.c 1322cb82a3 header cleanup, conformance fixes - signals 14 年之前
sigpause.c c8c4ef7d44 remove useless return value checks for functions that cannot fail 14 年之前
sigpending.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 年之前
sigprocmask.c ad5881842e clean up pthread_sigmask/sigprocmask dependency order 13 年之前
sigqueue.c 07827d1a82 fix race condition in sigqueue 13 年之前
sigrelse.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
sigrtmax.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
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 5b91c22335 fix generic sigsetjmp (unused anyway) pointer signedness error 13 年之前
sigsuspend.c feee98903c overhaul pthread cancellation 14 年之前
sigtimedwait.c feee98903c overhaul pthread cancellation 14 年之前
sigwait.c 0b44a0315b initial check-in, version 0.5.0 14 年之前
sigwaitinfo.c 0b44a0315b initial check-in, version 0.5.0 14 年之前