..
arm
fix sigsetjmp on arm (needs asm)
14 years ago
i386
restore use of .type in asm, but use modern @function (vs %function)
15 years ago
microblaze
fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp
14 years ago
mips
sigsetjmp asm for mips
14 years ago
powerpc
fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets
14 years ago
x86_64
fix reversed argument order x86_64 sigsetjmp's call to sigprocmask
13 years ago
block.c
transition to using functions for internal signal blocking/restoring
13 years ago
getitimer.c
global cleanup to use the new syscall interface
15 years ago
kill.c
global cleanup to use the new syscall interface
15 years ago
killpg.c
initial check-in, version 0.5.0
15 years ago
psiginfo.c
fix missing prototypes/wrong signature for psiginfo, psignal
15 years ago
psignal.c
implement psignal and psiginfo
15 years ago
raise.c
transition to using functions for internal signal blocking/restoring
13 years ago
restore.c
changes to kernel sigaction struct handling in preparation for mips port
14 years ago
setitimer.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
sigaction.c
clean up sloppy nested inclusion from pthread_impl.h
14 years ago
sigaddset.c
fix off-by-one error in checks for implementation-internal signal numbers
13 years ago
sigaltstack.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
sigandset.c
fix sigorset/sigandset: _NSIG/8 is the size in bytes
14 years ago
sigdelset.c
fix off-by-one error in checks for implementation-internal signal numbers
13 years ago
sigemptyset.c
overhaul implementation-internal signal protections
15 years ago
sigfillset.c
overhaul implementation-internal signal protections
15 years ago
sighold.c
initial check-in, version 0.5.0
15 years ago
sigignore.c
initial check-in, version 0.5.0
15 years ago
siginterrupt.c
initial check-in, version 0.5.0
15 years ago
sigisemptyset.c
implement gnu sigisemptyset
15 years ago
sigismember.c
fix off-by-one error in checks for implementation-internal signal numbers
13 years ago
siglongjmp.c
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
13 years ago
signal.c
header cleanup, conformance fixes - signals
15 years ago
sigorset.c
fix sigorset/sigandset: _NSIG/8 is the size in bytes
14 years ago
sigpause.c
remove useless return value checks for functions that cannot fail
15 years ago
sigpending.c
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
13 years ago
sigprocmask.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
sigqueue.c
fix race condition in sigqueue
15 years ago
sigrelse.c
initial check-in, version 0.5.0
15 years ago
sigrtmax.c
initial check-in, version 0.5.0
15 years ago
sigrtmin.c
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
15 years ago
sigset.c
initial check-in, version 0.5.0
15 years ago
sigsetjmp.c
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
13 years ago
sigsuspend.c
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
13 years ago
sigtimedwait.c
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
13 years ago
sigwait.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
sigwaitinfo.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago