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