You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich Felker
2f437040e7
fix (hopefully) all hard-coded 8's for kernel sigset_t size
some minor changes to how hard-coded sets for thread-related purposes
are handled were also needed, since the old object sizes were not
necessarily sufficient. things have gotten a bit ugly in this area,
and i think a cleanup is in order at some point, but for now the goal
is just to get the code working on all supported archs including mips,
which was badly broken by linux rejecting syscalls with the wrong
sigset_t size.
14 years ago
..
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
mips
sigsetjmp asm for mips
14 years ago
x86_64
update license of njk contributed code (x86_64 asm)
14 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
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
restore.c
changes to kernel sigaction struct handling in preparation for mips port
14 years ago
setitimer.c
global cleanup to use the new syscall interface
15 years ago
sigaction.c
remove unused var in new sigaction code
14 years ago
sigaddset.c
overhaul implementation-internal signal protections
15 years ago
sigaltstack.c
global cleanup to use the new syscall interface
15 years ago
sigdelset.c
overhaul implementation-internal signal protections
15 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
overhaul implementation-internal signal protections
15 years ago
siglongjmp.c
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
signal.c
header cleanup, conformance fixes - signals
15 years ago
sigpause.c
remove useless return value checks for functions that cannot fail
15 years ago
sigpending.c
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
sigprocmask.c
clean up pthread_sigmask/sigprocmask dependency order
15 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
jmp_buf overhaul fixing several issues
14 years ago
sigsuspend.c
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
sigtimedwait.c
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
sigwait.c
initial check-in, version 0.5.0
15 years ago
sigwaitinfo.c
initial check-in, version 0.5.0
15 years ago