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