.. |
arm
|
e6129e6d83
fix sigsetjmp on arm (needs asm)
|
пре 13 година |
i386
|
c7d19f9923
restore use of .type in asm, but use modern @function (vs %function)
|
пре 14 година |
microblaze
|
f1e7a5e5f6
fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp
|
пре 12 година |
mips
|
532cd3a717
sigsetjmp asm for mips
|
пре 13 година |
powerpc
|
ac562aa1ef
fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets
|
пре 12 година |
x86_64
|
ae0c1de530
fix reversed argument order x86_64 sigsetjmp's call to sigprocmask
|
пре 12 година |
block.c
|
2c074b0d6c
transition to using functions for internal signal blocking/restoring
|
пре 12 година |
getitimer.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
пре 14 година |
kill.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
пре 14 година |
killpg.c
|
0b44a0315b
initial check-in, version 0.5.0
|
пре 14 година |
psiginfo.c
|
adb7093caa
fix missing prototypes/wrong signature for psiginfo, psignal
|
пре 13 година |
psignal.c
|
ecc0f5138d
implement psignal and psiginfo
|
пре 14 година |
raise.c
|
2c074b0d6c
transition to using functions for internal signal blocking/restoring
|
пре 12 година |
restore.c
|
fcaec912ed
changes to kernel sigaction struct handling in preparation for mips port
|
пре 13 година |
setitimer.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
пре 12 година |
sigaction.c
|
3c5c5e6f92
optimize posix_spawn to avoid spurious sigaction syscalls
|
пре 11 година |
sigaddset.c
|
76fbf6ad4b
change sigset_t functions to restrict to _NSIG
|
пре 11 година |
sigaltstack.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
пре 12 година |
sigandset.c
|
6bffcc2335
fix sigorset/sigandset: _NSIG/8 is the size in bytes
|
пре 12 година |
sigdelset.c
|
76fbf6ad4b
change sigset_t functions to restrict to _NSIG
|
пре 11 година |
sigemptyset.c
|
99b8a25e94
overhaul implementation-internal signal protections
|
пре 14 година |
sigfillset.c
|
99b8a25e94
overhaul implementation-internal signal protections
|
пре 14 година |
sighold.c
|
0b44a0315b
initial check-in, version 0.5.0
|
пре 14 година |
sigignore.c
|
0b44a0315b
initial check-in, version 0.5.0
|
пре 14 година |
siginterrupt.c
|
0b44a0315b
initial check-in, version 0.5.0
|
пре 14 година |
sigisemptyset.c
|
76fbf6ad4b
change sigset_t functions to restrict to _NSIG
|
пре 11 година |
sigismember.c
|
76fbf6ad4b
change sigset_t functions to restrict to _NSIG
|
пре 11 година |
siglongjmp.c
|
9693501c15
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
|
пре 11 година |
signal.c
|
48748143a3
use separate sigaction buffers for old and new data
|
пре 11 година |
sigorset.c
|
6bffcc2335
fix sigorset/sigandset: _NSIG/8 is the size in bytes
|
пре 12 година |
sigpause.c
|
c8c4ef7d44
remove useless return value checks for functions that cannot fail
|
пре 14 година |
sigpending.c
|
ccc7b4c3a1
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
|
пре 12 година |
sigprocmask.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
пре 12 година |
sigqueue.c
|
07827d1a82
fix race condition in sigqueue
|
пре 13 година |
sigrelse.c
|
0b44a0315b
initial check-in, version 0.5.0
|
пре 14 година |
sigrtmax.c
|
7c440977db
fix _NSIG and SIGRTMAX on mips
|
пре 11 година |
sigrtmin.c
|
016a5dc192
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
|
пре 14 година |
sigset.c
|
0b44a0315b
initial check-in, version 0.5.0
|
пре 14 година |
sigsetjmp.c
|
9693501c15
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
|
пре 11 година |
sigsuspend.c
|
ccc7b4c3a1
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
|
пре 12 година |
sigtimedwait.c
|
ccc7b4c3a1
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
|
пре 12 година |
sigwait.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
пре 12 година |
sigwaitinfo.c
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
пре 12 година |