Dmitry Chestnykh ce2eec56c3 Switch x86 NPTL impl to generic C code. hace 5 meses
..
aarch64 d0bc0d2bc8 riscv64: implement NPTL/TLS hace 4 años
alpha 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
arc 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
arm 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
bits 74ca8d6f5d remove UCLIBC_HAS_LFS hace 7 años
csky 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
i386 ce2eec56c3 Switch x86 NPTL impl to generic C code. hace 5 meses
kvx 672a303852 kvx: add support for kvx arch to uClibc-ng hace 4 años
m68k 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
metag 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
microblaze 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
mips 73017bba9d Add time64 support for MIPS32. hace 7 meses
nds32 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
nios2 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
or1k 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
powerpc 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
riscv32 6bb2d37af6 riscv32: sync with riscv64 hace 6 meses
riscv64 52b57f937f riscv64: clone behaves like on aarch64, fixes tst-basic3, reported by sorear hace 6 meses
sh 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
sparc 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
x86_64 c876d8a2cd nptl: remove asm from sysdep-cancel.h hace 7 años
xtensa 91daab6288 nptl: use generic lowlevellock.h for most architectures hace 6 años
Makefile c06619d7ab nptl: simplify buildsys hace 14 años
Makefile.commonarch a3e5bfd207 cleanup and fix static linking issues hace 8 años
__syscall_error.c 01e863c89f Make __syscall_error return long, as expected by syscall() callers hace 4 años
accept.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
connect.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
creat.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
createthread.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
fork.c eae96c1e2b nptl: Disable fork and atfork on MMU-less systems. hace 6 años
fork.h 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
getpid.c bddde5860f remove PID caching hace 7 años
internaltypes.h 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
jmp-unwind.c a3e5bfd207 cleanup and fix static linking issues hace 8 años
kernel-posix-timers.h c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
libc_multiple_threads.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
libc_pthread_init.c eae96c1e2b nptl: Disable fork and atfork on MMU-less systems. hace 6 años
lowlevelbarrier.sym a032a65870 mass sync with glibc nptl hace 14 años
lowlevelcond.sym a032a65870 mass sync with glibc nptl hace 14 años
lowlevellock.c a3e5bfd207 cleanup and fix static linking issues hace 8 años
lowlevellock.h ce2eec56c3 Switch x86 NPTL impl to generic C code. hace 5 meses
lowlevelrobustlock.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
lowlevelrobustlock.sym a032a65870 mass sync with glibc nptl hace 14 años
lowlevelrwlock.sym a032a65870 mass sync with glibc nptl hace 14 años
mq_notify.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
msync.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
nanosleep.c 8ea0140d5f Introduce time64 support. hace 7 meses
not-cancel.h faa3bc7b7c not-cancel.h: Use openat if arch does not have the open syscall hace 11 años
pt-fcntl.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-fsync.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-llseek.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-msgrcv.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-msgsnd.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-open64.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-pread_pwrite.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-tcdrain.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-tempname.c c79f09a9a3 nptl: add missing pt-tempname.c hace 13 años
pt-wait.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pt-waitpid.c c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años
pthread-pi-defines.sym a032a65870 mass sync with glibc nptl hace 14 años
pthread_attr_getaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
pthread_attr_setaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
pthread_getaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
pthread_getcpuclockid.c be6a02b9a0 pthread_getcpuclockid.c: fix clockid computation hace 7 años
pthread_kill.c 0ec1657186 silence gcc, add missing include hace 7 años
pthread_mutex_cond_lock.c a032a65870 mass sync with glibc nptl hace 14 años
pthread_setaffinity.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
pthread_sigqueue.c bddde5860f remove PID caching hace 7 años
pthread_yield.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
raise.c 71b3a63b64 librt: fix broken posix_spawn hace 6 años
recv.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
recvfrom.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
recvmsg.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
register-atfork.c eae96c1e2b nptl: Disable fork and atfork on MMU-less systems. hace 6 años
sem_post.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
sem_timedwait.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
sem_trywait.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
sem_wait.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
send.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
sendmsg.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
sendto.c dcbff4072b nptl: remove sysdep-cancel ASM macros, convert to C hace 7 años
smp.h 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
structsem.sym a032a65870 mass sync with glibc nptl hace 14 años
timer_create.c 8ea0140d5f Introduce time64 support. hace 7 meses
timer_delete.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
timer_getoverr.c 266bdc1f62 Replace FSF snail mail address with URLs hace 12 años
timer_gettime.c 48591e2a25 Provide fixups for riscv32. hace 5 meses
timer_routines.c 48591e2a25 Provide fixups for riscv32. hace 5 meses
timer_settime.c 48591e2a25 Provide fixups for riscv32. hace 5 meses
unregister-atfork.c eae96c1e2b nptl: Disable fork and atfork on MMU-less systems. hace 6 años
unwindbuf.sym c68d0fa2d8 libpthread/nptl: core of the "Native Posix Threading Library" for uClibc hace 15 años