| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-18 | Fix riscv32 build with gcc-14. | Dmitry Chestnykh | 1 | -0/+2 |
| 2024-03-29 | riscv32: implement linuxthreads, from sorear | Waldemar Brodkorb | 1 | -0/+61 |
| 2024-03-28 | riscv64: implement Linuxthreads, from sorear | Waldemar Brodkorb | 1 | -0/+61 |
| 2022-07-20 | linuxthread/arm: Unlock ldrex/strex varsion of testandset for __ARM_ARCH >= 7 | Vladimir Murzin | 1 | -1/+1 |
| 2022-07-20 | linuxthreads/arm: fix ldrex/strex loop when built with O0 | Vladimir Murzin | 1 | -25/+9 |
| 2020-08-11 | xtensa: add exclusive access support | Max Filippov | 1 | -0/+56 |
| 2020-08-11 | xtensa: relax memory constraint in atomic assembly | Max Filippov | 1 | -8/+7 |
| 2018-04-22 | linuxthreads: implement pthread_condattr_{s,g}etclock() | Waldemar Brodkorb | 2 | -3/+18 |
| 2017-04-16 | or1k: silence gcc warnings | Waldemar Brodkorb | 1 | -2/+1 |
| 2017-01-22 | nds32: add NPTL/TLS, *context function, libm changes and code cleanup | Vincent Ren-Wei Chen | 2 | -2/+2 |
| 2016-11-30 | NONTLS_INIT_TP is never defined, remove dead code | Waldemar Brodkorb | 1 | -20/+0 |
| 2016-11-17 | libpthread: remove pthread_atfork for noMMU target | Romain Naour | 1 | -0/+2 |
| 2016-10-24 | linuxthreads: add back signal.h | Waldemar Brodkorb | 1 | -0/+1 |
| 2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb | 2 | -177/+2 |
| 2016-09-19 | linuxthreads: Fix up pthread.h for XPG7. | Leonid Lisovskiy | 1 | -6/+2 |
| 2016-06-30 | nds32: add support for new architecture | Waldemar Brodkorb | 2 | -0/+168 |
| 2016-05-24 | microblaze: fix linuxthreads support | Waldemar Brodkorb | 1 | -56/+30 |
| 2016-05-18 | remove linuxthreads.new, rename linuxthreads.old | Waldemar Brodkorb | 139 | -9857/+1089 |
| 2016-04-15 | replace FSF addresses with URLs | Nikola Forró | 1 | -2/+1 |
| 2015-10-09 | add new architecture support for or1k | Waldemar Brodkorb | 1 | -0/+55 |
| 2015-03-29 | merge uClibc git master | Waldemar Brodkorb | 1 | -18/+18 |
| 2015-03-13 | unistd.h: put getppid under XOPEN2K8 | Bernhard Reutner-Fischer | 1 | -18/+18 |
| 2015-02-14 | Revert "resolve merge" | Waldemar Brodkorb | 144 | -1257/+9945 |
| 2015-02-14 | resolve merge | Waldemar Brodkorb | 144 | -9945/+1257 |
| 2014-10-03 | m68k: fix linuxthreads compile for coldfire | Waldemar Brodkorb | 3 | -7/+26 |
| 2014-09-20 | linuxthreads: remove unused s390 code | Waldemar Brodkorb | 13 | -1214/+0 |
| 2014-09-04 | sparc: remove sparc64/sparcv9 code | Waldemar Brodkorb | 13 | -744/+260 |
| 2013-03-13 | LT{,.old}: include stddef.h for size_t | Vineet Gupta | 1 | -0/+3 |
| 2013-03-07 | libpthread: Remove useless .cvsignore files | Markos Chandras | 2 | -4/+0 |
| 2013-02-20 | not-cancel.h: Use openat if arch does not have the open syscall | Markos Chandras | 1 | -0/+9 |
| 2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger | 2 | -30/+30 |
| 2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | 131 | -377/+246 |
| 2012-06-15 | remove arm specific sysdep.h from linuxthreads new | Peter S. Mazinger | 1 | -137/+0 |
| 2012-06-15 | linuxthreads: guard *tsd* related stuff correctly | Peter S. Mazinger | 1 | -0/+2 |
| 2012-06-15 | linuxthreads: use __UCLIBC_HAS_TLS__ consistently | Peter S. Mazinger | 13 | -22/+21 |
| 2012-06-15 | move __libc_pthread_init prototype to pthread-functions.h | Peter S. Mazinger | 1 | -0/+2 |
| 2012-06-15 | jmp-unwind.c: add hidden _longjmp_unwind | Peter S. Mazinger | 1 | -0/+1 |
| 2012-06-15 | allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused | Peter S. Mazinger | 1 | -0/+2 |
| 2012-06-15 | signal.h: disable ssignal and gsignal | Peter S. Mazinger | 1 | -1/+0 |
| 2012-06-15 | cleanup fork() | Peter S. Mazinger | 13 | -17/+17 |
| 2012-06-15 | move *longjmp related prototypes to setjmp.h | Peter S. Mazinger | 1 | -7/+0 |
| 2012-06-06 | MIPS: Convert __syscall_error() callers to use $a0 for argument | Kevin Cernekee | 2 | -1/+2 |
| 2010-10-27 | mips: fix errno setting after syscall | Alexander Gordeev | 1 | -1/+2 |
| 2010-04-25 | enable building __fcntl_nocancel, as it used unconditionally now | Austin Foxley | 1 | -4/+47 |
| 2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso | 8 | -21/+21 |
| 2009-09-19 | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko | 1 | -6/+2 |
| 2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko | 1 | -3/+1 |
| 2009-05-21 | fix compilation of linuxthreads for sparc64 | Austin Foxley | 2 | -3/+0 |
| 2009-03-18 | fix compilation of linuxthreads for sparc | austinf | 3 | -13/+11 |
| 2009-03-12 | add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com) | Denis Vlasenko | 2 | -0/+208 |