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
6315004f61
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
basically, this version of the code was obtained by starting with
rdp's work from his ellcc source tree, adapting it to musl's build
system and coding style, auditing the bits headers for discrepencies
with kernel definitions or glibc/LSB ABI or large file issues, fixing
up incompatibility with the old binutils from aboriginal linux, and
adding some new special cases to deal with the oddities of sigaction
and pipe syscall interfaces on mips.
at present, minimal test programs work, but some interfaces are broken
or missing. threaded programs probably will not link.
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
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
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
overhaul implementation-internal signal protections
15 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
jmp_buf overhaul fixing several issues
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
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
15 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
overhaul pthread cancellation
15 years ago
sigtimedwait.c
overhaul pthread cancellation
15 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