Rich Felker dac084a4c5 work around "signal loses thread pointer" issue with "approach 2" hace 13 años
..
arm d960d4f2cb initial commit of the arm port hace 13 años
i386 c7d19f9923 restore use of .type in asm, but use modern @function (vs %function) hace 14 años
x86_64 c7d19f9923 restore use of .type in asm, but use modern @function (vs %function) hace 14 años
getitimer.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
kill.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
killpg.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
psiginfo.c adb7093caa fix missing prototypes/wrong signature for psiginfo, psignal hace 13 años
psignal.c ecc0f5138d implement psignal and psiginfo hace 14 años
raise.c 99b8a25e94 overhaul implementation-internal signal protections hace 14 años
restore.c dc3776d445 fix previous commit that broke sigreturn. looks like the asm is needed. hace 14 años
setitimer.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
sigaction.c dac084a4c5 work around "signal loses thread pointer" issue with "approach 2" hace 13 años
sigaddset.c 99b8a25e94 overhaul implementation-internal signal protections hace 14 años
sigaltstack.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
sigdelset.c 99b8a25e94 overhaul implementation-internal signal protections hace 14 años
sigemptyset.c 99b8a25e94 overhaul implementation-internal signal protections hace 14 años
sigfillset.c 99b8a25e94 overhaul implementation-internal signal protections hace 14 años
sighold.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
sigignore.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
siginterrupt.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
sigisemptyset.c fb80e047cc implement gnu sigisemptyset hace 13 años
sigismember.c 99b8a25e94 overhaul implementation-internal signal protections hace 14 años
siglongjmp.c 338b663ddb fix off-by-one bug in siglongjmp that caused unpredictable behavior hace 14 años
signal.c 1322cb82a3 header cleanup, conformance fixes - signals hace 14 años
sigpause.c c8c4ef7d44 remove useless return value checks for functions that cannot fail hace 14 años
sigpending.c c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix hace 14 años
sigprocmask.c ad5881842e clean up pthread_sigmask/sigprocmask dependency order hace 14 años
sigqueue.c 07827d1a82 fix race condition in sigqueue hace 14 años
sigrelse.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
sigrtmax.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
sigrtmin.c 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers hace 14 años
sigset.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
sigsetjmp.c 5b91c22335 fix generic sigsetjmp (unused anyway) pointer signedness error hace 13 años
sigsuspend.c feee98903c overhaul pthread cancellation hace 14 años
sigtimedwait.c feee98903c overhaul pthread cancellation hace 14 años
sigwait.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
sigwaitinfo.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años