Rich Felker 5f12ffe123 split internal lock API out of libc.h, creating lock.h vor 6 Jahren
..
aarch64 b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
arm b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
i386 b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
m68k f81e44a0d9 add m68k port vor 7 Jahren
microblaze b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
mips b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
mips64 b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
mipsn32 b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
or1k 51fc77c7c0 remove invalid PLT calls from or1k asm vor 10 Jahren
powerpc b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
powerpc64 b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
s390x b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
sh b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
x32 b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
x86_64 b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
block.c 2c074b0d6c transition to using functions for internal signal blocking/restoring vor 12 Jahren
getitimer.c aa398f56fa global cleanup to use the new syscall interface vor 14 Jahren
kill.c aa398f56fa global cleanup to use the new syscall interface vor 14 Jahren
killpg.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
psiginfo.c cd8d830997 prevent psignal/psiginfo from clobbering stderr orientation, errno vor 6 Jahren
psignal.c cd8d830997 prevent psignal/psiginfo from clobbering stderr orientation, errno vor 6 Jahren
raise.c 0b4c92b7ac optimize raise not to make a syscall for getting tid vor 6 Jahren
restore.c b6e59cd925 apply hidden visibility to sigreturn code fragments vor 6 Jahren
setitimer.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
sigaction.c 5f12ffe123 split internal lock API out of libc.h, creating lock.h vor 6 Jahren
sigaddset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG vor 11 Jahren
sigaltstack.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
sigandset.c 3500555db3 fix const-correctness in sigandset/sigorset arguments vor 11 Jahren
sigdelset.c 76fbf6ad4b change sigset_t functions to restrict to _NSIG vor 11 Jahren
sigemptyset.c 0753b1faf0 fix sigemptyset and sigfillset for mips vor 11 Jahren
sigfillset.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
sighold.c a7dbcf5c8c use 0 instead of NULL for null pointer constants vor 11 Jahren
sigignore.c a7dbcf5c8c use 0 instead of NULL for null pointer constants vor 11 Jahren
siginterrupt.c a7dbcf5c8c use 0 instead of NULL for null pointer constants vor 11 Jahren
sigisemptyset.c 941bd884cc optimize sigisemptyset vor 7 Jahren
sigismember.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
siglongjmp.c 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp vor 10 Jahren
signal.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
sigorset.c 3500555db3 fix const-correctness in sigandset/sigorset arguments vor 11 Jahren
sigpause.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
sigpending.c ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG vor 12 Jahren
sigprocmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
sigqueue.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
sigrelse.c a7dbcf5c8c use 0 instead of NULL for null pointer constants vor 11 Jahren
sigrtmax.c 7c440977db fix _NSIG and SIGRTMAX on mips vor 11 Jahren
sigrtmin.c 57b97b42bd add public interface headers to implementation files vor 7 Jahren
sigset.c a7dbcf5c8c use 0 instead of NULL for null pointer constants vor 11 Jahren
sigsetjmp.c deb85ab44d remove unused (and invalid) C version of sigsetjmp vor 9 Jahren
sigsetjmp_tail.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
sigsuspend.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
sigtimedwait.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
sigwait.c a7dbcf5c8c use 0 instead of NULL for null pointer constants vor 11 Jahren
sigwaitinfo.c a7dbcf5c8c use 0 instead of NULL for null pointer constants vor 11 Jahren