Bobby Bingham e31c8c2d79 ppc64: fix setjmp/longjmp handling of TOC pointer 7 years ago
..
aarch64 94f4c8237a fix build regression in aarch64 sigsetjmp 10 years ago
arm 4e73d12117 explicitly assemble all arm asm sources as UAL 9 years ago
i386 8ed66ecbcb remove the last of possible-textrels from i386 asm 10 years ago
microblaze a880e6ceb9 remove invalid PLT calls from microblaze asm 10 years ago
mips 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp 10 years ago
mips64 83933573af add mips64 port 9 years ago
mipsn32 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 9 years ago
or1k 51fc77c7c0 remove invalid PLT calls from or1k asm 10 years ago
powerpc cf1a9d9d16 remove possible-textrels from powerpc asm 10 years ago
powerpc64 e31c8c2d79 ppc64: fix setjmp/longjmp handling of TOC pointer 7 years ago
s390x c1020cf21e fix crashing sigsetjmp on s390x 8 years ago
sh b61df2294f fix signal return for sh/fdpic 9 years ago
x32 54991729fd work around gdb issues recognizing sigreturn trampoline on x86_64 8 years ago
x86_64 54991729fd work around gdb issues recognizing sigreturn trampoline on x86_64 8 years ago
block.c 2c074b0d6c transition to using functions for internal signal blocking/restoring 12 years ago
getitimer.c aa398f56fa global cleanup to use the new syscall interface 14 years ago
kill.c aa398f56fa global cleanup to use the new syscall interface 14 years ago
killpg.c 0b44a0315b initial check-in, version 0.5.0 14 years ago
psiginfo.c adb7093caa fix missing prototypes/wrong signature for psiginfo, psignal 13 years ago
psignal.c ecc0f5138d implement psignal and psiginfo 14 years ago
raise.c 7d3512126d use tkill instead of tgkill in implementing raise 10 years ago
restore.c fcaec912ed changes to kernel sigaction struct handling in preparation for mips port 12 years ago
setitimer.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
sigaction.c 42216742cd fix crash when signal number 0 is passed to sigaction 9 years ago
sigaddset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG 11 years ago
sigaltstack.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
sigandset.c 3500555db3 fix const-correctness in sigandset/sigorset arguments 11 years ago
sigdelset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG 11 years ago
sigemptyset.c 0753b1faf0 fix sigemptyset and sigfillset for mips 11 years ago
sigfillset.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
sighold.c a7dbcf5c8c use 0 instead of NULL for null pointer constants 11 years ago
sigignore.c a7dbcf5c8c use 0 instead of NULL for null pointer constants 11 years ago
siginterrupt.c a7dbcf5c8c use 0 instead of NULL for null pointer constants 11 years ago
sigisemptyset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG 11 years ago
sigismember.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
siglongjmp.c 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp 10 years ago
signal.c 6ce1fade49 add __sysv_signal abi-compat alias for the signal function 11 years ago
sigorset.c 3500555db3 fix const-correctness in sigandset/sigorset arguments 11 years ago
sigpause.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
sigpending.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 12 years ago
sigprocmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
sigqueue.c 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
sigrelse.c a7dbcf5c8c use 0 instead of NULL for null pointer constants 11 years ago
sigrtmax.c 7c440977db fix _NSIG and SIGRTMAX on mips 11 years ago
sigrtmin.c 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers 14 years ago
sigset.c a7dbcf5c8c use 0 instead of NULL for null pointer constants 11 years ago
sigsetjmp.c deb85ab44d remove unused (and invalid) C version of sigsetjmp 9 years ago
sigsetjmp_tail.c 8a8fdf6398 eliminate use of SHARED macro to suppress visibility attributes 9 years ago
sigsuspend.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 12 years ago
sigtimedwait.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 12 years ago
sigwait.c a7dbcf5c8c use 0 instead of NULL for null pointer constants 11 years ago
sigwaitinfo.c a7dbcf5c8c use 0 instead of NULL for null pointer constants 11 years ago