Age | Commit message (Expand) | Author |
2024-02-28 | libc: Pass 64bit-only time structures to syscalls. | Dmitry Chestnykh |
2024-02-22 | Introduce time64 support. | Dmitry Chestnykh |
2023-10-28 | Fix -Warray-parameter warning for __sigsetjmp | Pavel Kozlov |
2020-10-02 | kvx: add support for kvx arch to uClibc-ng | Yann Sionneau |
2018-02-03 | add libc version compatibility | Waldemar Brodkorb |
2018-01-15 | libpthread/nptl: bugfix malloc segfault in race conditions. | Guo Ren |
2017-01-28 | remove PID caching | Waldemar Brodkorb |
2016-11-29 | libpthread: Fix inclusion of unwind code. | Ignacy Gawędzki |
2016-11-10 | nptl: add pthread_getname_np/pthread_setname_np from GNU libc | Waldemar Brodkorb |
2016-10-13 | cleanup and fix static linking issues | Waldemar Brodkorb |
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb |
2016-09-26 | always assume tgkill is present | Waldemar Brodkorb |
2016-07-17 | cleanup PTR_MANGLE/PTR_DEMANGLE support | Waldemar Brodkorb |
2016-05-28 | sigaction: fix for THREADS_NATIVE | Baruch Siach |
2015-08-22 | quieten compile warnings | Waldemar Brodkorb |
2015-06-10 | buildsys: pregen depends on xlocale | Bernhard Reutner-Fischer |
2015-03-13 | unistd.h: put getppid under XOPEN2K8 | Bernhard Reutner-Fischer |
2014-09-16 | buildsys: fix IS_IN_lib* | Bernhard Reutner-Fischer |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | nptl: remove sigaction, sigprocmask, and sigfillset from libpthread | Austin Foxley |
2012-06-15 | unwind-{resume,forcedunwind}.c: add missing prototypes | Peter S. Mazinger |
2012-06-15 | fix a bunch of build warnings | Peter S. Mazinger |
2012-03-26 | nptl: fix compiler warning due to missing prototype | Carmelo Amoroso |
2012-03-26 | nptl: fix compiler warning due to unused-but-set-variable | Carmelo Amoroso |
2012-01-29 | nptl_db: handle SUSv4-OB | Bernhard Reutner-Fischer |
2012-01-28 | buildsys: fixup sigaction handling | Bernhard Reutner-Fischer |
2011-06-14 | buildsys: pt-initfini.s depends on uClibc_config.h | Bernhard Reutner-Fischer |
2011-06-13 | nptl/pthread: Correct path for machine specific pt-initfini.c | Khem Raj |
2011-06-13 | ctor/dtor nptl: Fix init and fini function compilation | Khem Raj |
2011-05-31 | NPTL: Fix CTOR_DTOR | Bernhard Reutner-Fischer |
2011-05-11 | commentary typo fix | Bernhard Reutner-Fischer |
2011-03-03 | use common sigthread.h | Peter S. Mazinger |
2011-01-04 | nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not defined | Carmelo Amoroso |
2010-12-18 | nptl: If DOPIC is set then we missed a rule to generate .os variants for pt-*... | Khem Raj |
2010-07-14 | nptl: remove superfluous =1 from defines | Bernhard Reutner-Fischer |
2010-07-06 | nptl: fix buildsys | Bernhard Reutner-Fischer |
2010-07-06 | nptl: fix subdirs handling | Bernhard Reutner-Fischer |
2010-06-24 | use uniform form of C99 keywords | Bernhard Reutner-Fischer |
2010-06-11 | silence some warnings about missing prototypes | Bernhard Reutner-Fischer |
2010-05-09 | powerpc: Add TLS and NPTL support | Khem Raj |
2010-04-25 | nptl: Harmonize objects and headers makefile clean targets | Carmelo Amoroso |
2010-04-22 | nptl: fix warnings of shadowing __self | Timo Teräs |
2010-04-16 | nptl: mark forwarded functions protected | Timo Teras |
2010-04-16 | libc: remove libc weak __pthreads_* wrappers | Timo Teras |
2010-04-16 | Revert "nptl: mark symbols with libc forwarder hidden" | Timo Teras |
2010-04-15 | PTR_DEMANGLE: add documentation | Bernhard Reutner-Fischer |
2010-04-14 | nptl: turn pointer demangling off | Timo Teräs |
2010-04-14 | nptl: mark symbols with libc forwarder hidden | Timo Teräs |
2010-04-12 | use user-provided host binaries | Bernhard Reutner-Fischer |