Dmitry Chestnykh 81ed334f67 Add support for using time64 on big-endian machines. 3 ヶ月 前
..
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 年 前
kvx 672a303852 kvx: add support for kvx arch to uClibc-ng 3 年 前
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 81ed334f67 Add support for using time64 on big-endian machines. 3 ヶ月 前
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 8ea0140d5f Introduce time64 support. 3 ヶ月 前
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 8ea0140d5f Introduce time64 support. 3 ヶ月 前
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 8ea0140d5f Introduce time64 support. 3 ヶ月 前
timer_routines.c 12f6282b6b libpthread/nptl: create timer thread with sufficiant stack size (account for TLS) 3 年 前
timer_settime.c 81ed334f67 Add support for using time64 on big-endian machines. 3 ヶ月 前
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 年 前