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