Age | Commit message (Expand) | Author |
2010-02-01 | Add -DNOT_IN_libc=1 -DIS_IN_libpthread=1 to some sources in nptl/libpthread b... | Khem Raj |
2010-01-25 | Makefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1 -DIS_IN_libpthread=1 | Khem Raj |
2010-01-25 | mips/dl-tls.h: Adjust TLS_TPREL_VALUE and TLS_DTPREL_VALUE | Khem Raj |
2010-01-23 | nptl: timer_routines.c (timer_helper_thread): | Austin Foxley |
2010-01-23 | nptl: need to build generic timer_* functions for x86_64 and sparc | Austin Foxley |
2010-01-23 | nptl: fix a few more old style prototypes | Austin Foxley |
2009-12-19 | Merge commit 'origin/master' into nptl | Austin Foxley |
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt |
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt |
2009-12-16 | x86_64: fix up the rest of the includes and aliases for nptl | Austin Foxley |
2009-12-16 | x86_64: add missing includes to sem_*.S | Austin Foxley |
2009-12-16 | fix multiple definitions of pthread_once for x86_64 | Austin Foxley |
2009-12-16 | x86_64: no waitpid syscall exists, so use wait4 | Austin Foxley |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-12-15 | fix typo that sneaked in with 9a7506 | Natanael Copa |
2009-12-11 | Go back to using nptl_arch_headers | Austin Foxley |
2009-12-11 | Revert "nptl: make build depend directly on nptl headers" | Austin Foxley |
2009-12-11 | get x86_64 nptl building | Austin Foxley |
2009-12-11 | nptl: fix even more old style declarations | Austin Foxley |
2009-12-09 | nptl: fix a few more old style declerations | Austin Foxley |
2009-12-09 | nptl: fix old style function declerations | Austin Foxley |
2009-12-09 | nptl: make build depend directly on nptl headers | Austin Foxley |
2009-12-04 | i386 nptl: add missing weak_alias for pthread_cond_signal | Austin Foxley |
2009-11-29 | generate nptl headers without a recursive make call | Austin Foxley |
2009-11-29 | don't use __i686 in symbol names as it seems gcc can define it | Austin Foxley |
2009-11-27 | PIC fixes for hardened | Timo Teräs |
2009-11-22 | Merge remote branch 'origin/master' into nptl_merge | Austin Foxley |
2009-11-22 | Revert "libc: add hidden calls to pthread cleanup funcs" | Austin Foxley |
2009-11-22 | remove wait callbacks for non-cancelation funcs | Bernhard Reutner-Fischer |
2009-11-22 | Makefile: fix indentation | Bernhard Reutner-Fischer |
2009-11-09 | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger |
2009-11-09 | make the sem_open changes actually compile | Austin Foxley |
2009-11-09 | Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not defined | Mikhail Gusarov |
2009-10-22 | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger |
2009-10-17 | whitespace fixes | Austin Foxley |
2009-10-17 | libpthread/nptl_db: debugging support for nptl | Austin Foxley |
2009-10-17 | libpthread/nptl: core of the "Native Posix Threading Library" for uClibc | Austin Foxley |
2009-10-17 | linuxthreads: check TLS_DTV_AT_TP define correctly | Austin Foxley |
2009-09-19 | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-26 | linuxthreads.old: define pthread_yield to sched_yield | Mike Frysinger |
2009-07-21 | linuxthreads.old: fix crash in debug code | Mike Frysinger |
2009-07-21 | libpthread: add format attribute to __pthread_message() | Mike Frysinger |
2009-07-20 | linuxthreads.old: extend workaround for asm rename warnings | Mike Frysinger |
2009-07-05 | Don't shadow the mask parameter with a local variable in the same function | Ron |
2009-07-05 | Check #if feature test macros are defined where they may not be | Ron |