| .. |
|
arm
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 years ago |
|
i386
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 years ago |
|
microblaze
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 years ago |
|
mips
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 years ago |
|
powerpc
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 years ago |
|
sh
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 years ago |
|
x32
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 years ago |
|
x86_64
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 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
|
include cleanups: remove unused headers and add feature test macros
|
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
|
always initialize thread pointer at program start
|
12 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 const-correctness in sigandset/sigorset arguments
|
13 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
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
sighold.c
|
use 0 instead of NULL for null pointer constants
|
13 years ago |
|
sigignore.c
|
use 0 instead of NULL for null pointer constants
|
13 years ago |
|
siginterrupt.c
|
use 0 instead of NULL for null pointer constants
|
13 years ago |
|
sigisemptyset.c
|
change sigset_t functions to restrict to _NSIG
|
13 years ago |
|
sigismember.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
siglongjmp.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
signal.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
sigorset.c
|
fix const-correctness in sigandset/sigorset arguments
|
13 years ago |
|
sigpause.c
|
include cleanups: remove unused headers and add feature test macros
|
13 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
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
sigrelse.c
|
use 0 instead of NULL for null pointer constants
|
13 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
|
use 0 instead of NULL for null pointer constants
|
13 years ago |
|
sigsetjmp.c
|
add __sigsetjmp ABI-compat alias for sigsetjmp
|
12 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 0 instead of NULL for null pointer constants
|
13 years ago |
|
sigwaitinfo.c
|
use 0 instead of NULL for null pointer constants
|
13 years ago |