summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-26enable fcntl nocancel prototype for all threadsMike Frysinger
2010-07-26daemon: drop cruft incorrectly re-introduced by nptl mergeMike Frysinger
2010-07-26bfin: pull in common/sysdep.hMike Frysinger
2010-07-26msync: skip if syscall is missingMike Frysinger
2010-07-26nommu: fix building of fork.c when stubs are disabledMike Frysinger
2010-07-26bfin: add exec stack markings to assembly filesMike Frysinger
2010-07-26ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono
2010-07-22Rules.mak: ARM926T is really an armv5t and arm9e core.Khem Raj
2010-07-21arm/crt1.S: Avoid dependency on PC+4 or PC+8Khem Raj
2010-07-21ldso/arm: Correct protected symbol resolutionKhem Raj
2010-07-19ldso/mips: pltgot should array not address of array to dynamic info.Khem Raj
2010-07-15arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _...Khem Raj
2010-07-15nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_errorBernhard Reutner-Fischer
2010-07-14silence shadow warningsBernhard Reutner-Fischer
2010-07-14nptl: remove superfluous =1 from definesBernhard Reutner-Fischer
2010-07-14nptl: x86_64: fix compilation of unwinderBernhard Reutner-Fischer
2010-07-14nptl i686: fix pthread_cond_wait.S compilationRoman I Khimov
2010-07-09include/param.h: Dont use ARG_MAX from kernel headersKhem Raj
2010-07-07arm: Silence warning about shadow declarationsKhem Raj
2010-07-06nptl: disregard generated tcb-offsets.cBernhard Reutner-Fischer
2010-07-06nptl: Filter out gen_tcb-offsets.c from CSRC for libpthread.Khem Raj
2010-07-06nptl: fix buildsysBernhard Reutner-Fischer
2010-07-06nptl: fix subdirs handlingBernhard Reutner-Fischer
2010-07-06nptl: simplify buildsysBernhard Reutner-Fischer
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2010-07-03remove extra comma in lock macroAustin Foxley
2010-06-30more workarounds for GCC PR32219Timo Teräs
2010-06-30mips/syscall-error: Choose the correct version for setting up errno.Khem Raj
2010-06-30nptl/errno: Use a separate __errno_location for libpthread.Khem Raj
2010-06-30nptl/generic: Build generic libc-tls.c for non-mips architectures.Khem Raj
2010-06-29arm/nptl: Use the old C version of _Unwind_Resume in thumb mode.Khem Raj
2010-06-29remove redundant args to do_lnBernhard Reutner-Fischer
2010-06-25test/nptl: move eintr.c to where it belongsBernhard Reutner-Fischer
2010-06-25test: silence shadow warningBernhard Reutner-Fischer
2010-06-24nptl: arm: make it compile againBernhard Reutner-Fischer
2010-06-24use uniform form of C99 keywordsBernhard Reutner-Fischer
2010-06-24intl, nptl_db: fix prerequisitesBernhard Reutner-Fischer
2010-06-24buildsys: add brief mode; show defines and ld-flagsBernhard Reutner-Fischer
2010-06-24libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer
2010-06-24fix race condition when generating linker scriptsBernhard Reutner-Fischer
2010-06-23arm/nptl: Sync unwinding with glibc.Khem Raj
2010-06-23arm/nptl: sysdep-cancel.h needs syscall handing for EABIKhem Raj
2010-06-22MIPS: Fix build error with linuxthreads.oldAbdoulaye Walsimou Gaye
2010-06-21avoid using c99 syntaxMirko Vogt
2010-06-21get rid of needless c99 constructAustin Foxley
2010-06-17nptl: i386 needs atomic.h for atomic_exchange_acqBernhard Reutner-Fischer
2010-06-17nptl: fix order of includes for out-of-tree buildsBernhard Reutner-Fischer
2010-06-17libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer
2010-06-17librt: fix linking WRT pthreadsBernhard Reutner-Fischer