| .. |
|
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
|
optimize posix_spawn to avoid spurious sigaction syscalls
|
13 years ago |
|
sigaddset.c
|
change sigset_t functions to restrict to _NSIG
|
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
|
change sigset_t functions to restrict to _NSIG
|
13 years ago |
|
sigemptyset.c
|
fix sigemptyset and sigfillset for mips
|
13 years ago |
|
sigfillset.c
|
fix sigemptyset and sigfillset for mips
|
13 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
|
change sigset_t functions to restrict to _NSIG
|
13 years ago |
|
sigismember.c
|
change sigset_t functions to restrict to _NSIG
|
13 years ago |
|
siglongjmp.c
|
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
|
13 years ago |
|
signal.c
|
use separate sigaction buffers for old and new data
|
13 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 breakage in synccall due to incorrect signal restoration in sigqueue
|
13 years ago |
|
sigrelse.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
sigrtmax.c
|
fix _NSIG and SIGRTMAX on mips
|
13 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 |