Age | Commit message (Expand) | Author |
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb |
2016-09-26 | always assume tgkill is present | Waldemar Brodkorb |
2016-09-26 | remove dead code and documentation | Waldemar Brodkorb |
2016-07-31 | deduplicate jmpbuf-unwind.h | Waldemar Brodkorb |
2016-07-17 | cleanup PTR_MANGLE/PTR_DEMANGLE support | Waldemar Brodkorb |
2016-07-10 | x86_64: use C implementation for pthread_cond_wait/pthread_cond_timedwait | Waldemar Brodkorb |
2016-06-23 | libs: install backward compatibility symlinks | Alexey Brodkin |
2016-06-18 | remove unused Makefiles | Waldemar Brodkorb |
2016-06-12 | xtensa: use generic lowlevellock | Waldemar Brodkorb |
2016-06-12 | metag: use generic lowlevellock | Waldemar Brodkorb |
2016-06-12 | arc: use generic lowlevellock | Waldemar Brodkorb |
2016-05-31 | ARM: nptl: Use generic lowlevellock.c, patch from glibc | Leonid Lisovskiy |
2016-05-31 | arm: add non-assembly versions of pthread_spin_lock/pthread_spin_trylock | Waldemar Brodkorb |
2016-05-28 | sigaction: fix for THREADS_NATIVE | Baruch Siach |
2016-04-15 | replace FSF addresses with URLs | Nikola Forró |
2016-04-05 | remove accidentally added files while cleaning up incomplete sparcv9 support | Waldemar Brodkorb |
2016-04-05 | nptl: remove useless text files | Waldemar Brodkorb |
2016-01-10 | NPTL: fix infinite recursion | Waldemar Brodkorb |
2016-01-10 | NPTL: Fix __pthread_once old style declaration | Waldemar Brodkorb |
2015-12-22 | use arch specific thread stack size for nptl | Waldemar Brodkorb |
2015-12-17 | reduce stack cache size to save memory space | Waldemar Brodkorb |
2015-12-09 | Do not support localised optimizations this helps to have a global -O level | Khem Raj |
2015-12-05 | remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ | Waldemar Brodkorb |
2015-11-30 | xtensa: avoid some compiler warnings | Waldemar Brodkorb |
2015-10-22 | NPTL/ARC: fix __lll_lock_wait_private redefinition for static links | Vineet Gupta |
2015-10-12 | fix static binaries linked with pthread and compiled with ssp | Waldemar Brodkorb |
2015-10-08 | xtensa: support call0 ABI | Max Filippov |
2015-09-15 | NPTL: fix CFLAGS for cancellation points | Max Filippov |
2015-08-22 | quieten compile warnings | Waldemar Brodkorb |
2015-08-14 | add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions | Romain Naour |
2015-08-02 | sh: fix static linking issue | Waldemar Brodkorb |
2015-08-02 | simplify, as the other does not work correctly, suggested by tg | Waldemar Brodkorb |
2015-07-22 | fix static builds of pthread apps for x86/x86_64 | Waldemar Brodkorb |
2015-07-11 | Merge branch '1.0' of git+ssh://uclibc-ng.org/git/uclibc-ng into 1.0 | Waldemar Brodkorb |
2015-07-11 | builtin_unreachable is not available for older gcc | Waldemar Brodkorb |
2015-06-30 | NPTL/arc: notify kernel of the TP value | Vineet Gupta |
2015-06-23 | xtensa: fix stack frame size for NPTL | Max Filippov |
2015-06-18 | Fix libgcc_s_resume issue with gcc 5.1 | Thomas Petazzoni |
2015-06-10 | buildsys: pregen depends on xlocale | Bernhard Reutner-Fischer |
2015-04-13 | buildsys: tweak ucontext_i.h prerequisites | Bernhard Reutner-Fischer |
2015-04-12 | remove more of the link_warnings | Waldemar Brodkorb |
2015-03-29 | merge uClibc git master | Waldemar Brodkorb |
2015-03-26 | NPTL: SH: silence warning | Bernhard Reutner-Fischer |
2015-03-22 | nptl/atfork: Hide pthread_atfork in shared versions | Khem Raj |
2015-03-17 | nptl: fix exclusion of pthread_setconcurrency.c | Bernhard Reutner-Fischer |
2015-03-13 | unistd.h: put getppid under XOPEN2K8 | Bernhard Reutner-Fischer |
2015-01-26 | merge upstream changes | Waldemar Brodkorb |
2015-01-23 | nptl: compile pt-vfork in ARM-mode | Bernhard Reutner-Fischer |
2015-01-01 | maybe fix an "noreturn function does return" warning | Thorsten Glaser |
2015-01-01 | fix cast warning | Thorsten Glaser |