Age | Commit message (Expand) | Author |
2021-04-18 | libpthread/nptl: create timer thread with sufficiant stack size (account for ... | Peter Seiderer |
2020-10-02 | kvx: add support for kvx arch to uClibc-ng | Yann Sionneau |
2020-09-02 | Revert "Fix static linking with GCC-10" | Waldemar Brodkorb |
2020-08-11 | Fix static linking with GCC-10 | Lance Fredrickson |
2020-08-11 | xtensa: add exclusive access support | Max Filippov |
2020-07-02 | Rename __unused struct members to include a namespace | Ed Wildgoose |
2019-11-17 | riscv64: fix DB_THREAD_SELF, fixes 4 testsuite failures | Waldemar Brodkorb |
2019-11-17 | riscv64: fix comments borrowed from or1k port | Yann Sionneau |
2019-11-08 | riscv64: implement NPTL/TLS | Waldemar Brodkorb |
2019-10-30 | Make __syscall_error return long, as expected by syscall() callers | Carlos Santos |
2019-04-14 | Fix _dl_deallocate_tls in !SHARED case | Yann Sionneau |
2018-08-10 | nptl: Replace sbrk with mmap | Christophe Lyon |
2018-08-10 | nptl: Clear TLS area for static binaries. | Christophe Lyon |
2018-08-10 | nptl: Use linker-defined symbol to find start of .tdata section. | Christophe Lyon |
2018-08-10 | nptl: Disable fork and atfork on MMU-less systems. | Christophe Lyon |
2018-02-03 | add libc version compatibility | Waldemar Brodkorb |
2018-01-15 | libpthread/nptl: bugfix malloc segfault in race conditions. | Guo Ren |
2018-01-15 | nptl: use generic lowlevellock.h for most architectures | Waldemar Brodkorb |
2017-12-31 | m68k: add NPTL/TLS support | Waldemar Brodkorb |
2017-12-28 | csky: add Copyright. | Guo Ren |
2017-12-16 | sh: remove assembly code from NPTL | Waldemar Brodkorb |
2017-11-25 | or1k: Fix tls value passed during clone | Stafford Horne |
2017-11-25 | or1k: correctly pass tid in 4th param | Stafford Horne |
2017-11-22 | librt: fix broken posix_spawn | Waldemar Brodkorb |
2017-11-19 | csky: port to uclibc-ng | Guo Ren |
2017-11-18 | use the right file for tls in build | Stafford Horne |
2017-11-18 | use atomic instructions for atomics | Stafford Horne |
2017-10-10 | libpthread/nptl: bugfix compile warning. | Guo Ren |
2017-07-28 | nptl: remove asm from sysdep-cancel.h | Waldemar Brodkorb |
2017-07-28 | nptl: remove sysdep-cancel ASM macros, convert to C | Waldemar Brodkorb |
2017-07-05 | Remove CALL_THREAD_FCT macro | Waldemar Brodkorb |
2017-06-06 | silence gcc, add missing include | Waldemar Brodkorb |
2017-05-14 | or1k: add NPTL/TLS support | Waldemar Brodkorb |
2017-05-12 | pthread_getcpuclockid.c: fix clockid computation | Sergey Korolev |
2017-04-22 | remove unused HP_TIMING_AVAIL and header | Waldemar Brodkorb |
2017-04-22 | remove unused pt-raise.c files | Waldemar Brodkorb |
2017-02-17 | arm: fix static linking issues | Waldemar Brodkorb |
2017-02-01 | add experimental aarch64 support | Waldemar Brodkorb |
2017-01-28 | remove PID caching | Waldemar Brodkorb |
2017-01-22 | nds32: add NPTL/TLS, *context function, libm changes and code cleanup | Vincent Ren-Wei Chen |
2016-12-10 | xtensa: fix static linking | Waldemar Brodkorb |
2016-12-02 | remove libintl stub and libintl.h header | Waldemar Brodkorb |
2016-11-30 | NONTLS_INIT_TP is never defined, remove dead code | Waldemar Brodkorb |
2016-11-29 | libpthread: Fix inclusion of unwind code. | Ignacy Gawędzki |
2016-11-27 | remove UCLIBC_HAS_LFS | Waldemar Brodkorb |
2016-11-27 | microblaze: fixup gcc warnings | Waldemar Brodkorb |
2016-11-27 | microblaze: sync sysdep-cancel.h/sydep.h with GNU libc | Waldemar Brodkorb |
2016-11-27 | sh: remove duplicate code | Waldemar Brodkorb |
2016-11-27 | Revert "sh: fix static linking issue" | Waldemar Brodkorb |
2016-11-10 | nptl: add pthread_getname_np/pthread_setname_np from GNU libc | Waldemar Brodkorb |