summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* buildsys: add brief mode; show defines and ld-flagsBernhard Reutner-Fischer2010-06-242-1/+33
* libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer2010-06-244-5/+5
* fix race condition when generating linker scriptsBernhard Reutner-Fischer2010-06-242-6/+8
* arm/nptl: Sync unwinding with glibc.Khem Raj2010-06-232-94/+116
* arm/nptl: sysdep-cancel.h needs syscall handing for EABIKhem Raj2010-06-231-25/+142
* MIPS: Fix build error with linuxthreads.oldAbdoulaye Walsimou Gaye2010-06-221-1/+1
* avoid using c99 syntaxMirko Vogt2010-06-216-6/+12
* get rid of needless c99 constructAustin Foxley2010-06-211-2/+2
* nptl: i386 needs atomic.h for atomic_exchange_acqBernhard Reutner-Fischer2010-06-171-0/+1
* nptl: fix order of includes for out-of-tree buildsBernhard Reutner-Fischer2010-06-171-4/+7
* libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer2010-06-171-0/+11
* librt: fix linking WRT pthreadsBernhard Reutner-Fischer2010-06-171-3/+2
* libc: Fix non-NPTL threads buildCarmelo Amoroso2010-06-171-1/+3
* librt: simplify handling LDFLAGSBernhard Reutner-Fischer2010-06-171-9/+6
* libm: typo fix NO_LONG_DOUBLE variant of gamma_rBernhard Reutner-Fischer2010-06-151-1/+1
* sh4: Fixes for SH-4 without an FPUCarmelo Amoroso2010-06-143-3/+7
* handle i386 TARGET_SUBARCHBernhard Reutner-Fischer2010-06-131-0/+4
* nptl: fix symlinking headersBernhard Reutner-Fischer2010-06-133-23/+18
* nptl: avoid spurious rebuilds of libpthread*.aBernhard Reutner-Fischer2010-06-121-2/+0
* nptl: handle PTHREADS_DEBUG_SUPPORT properlyBernhard Reutner-Fischer2010-06-121-4/+3
* nptl: fix race condition when generating libpthread.soBernhard Reutner-Fischer2010-06-121-3/+3
* hcreate_r: silence warning in helper funcBernhard Reutner-Fischer2010-06-111-4/+4
* wordexp: silence warningBernhard Reutner-Fischer2010-06-111-1/+2
* nptl: remove relocation in pthread_rwlock_init()Bernhard Reutner-Fischer2010-06-111-1/+1
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-119-9/+10
* testsuite: disable some tests for !LFSBernhard Reutner-Fischer2010-06-114-3/+11
* nptl: fix wrong path to nptl_dbBernhard Reutner-Fischer2010-06-111-1/+1
* lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer2010-06-112-2/+6
* buildsys: fix clean vs. headercleanBernhard Reutner-Fischer2010-06-111-2/+2
* buildsys: conceal install_headersBernhard Reutner-Fischer2010-06-112-6/+15
* buildsys: fix lib/ directory prerequisiteBernhard Reutner-Fischer2010-06-112-16/+7
* libm: unbreak scalbn for 64-bit processorsRoman I Khimov2010-06-101-1/+1
* testsuite: .gitignore symlinkBernhard Reutner-Fischer2010-06-101-0/+1
* testsuite: do not run inet tests if !ipv4 && !ipv6Bernhard Reutner-Fischer2010-06-101-0/+7
* lgamma: fix sign handlingBernhard Reutner-Fischer2010-06-104-2/+26
* libm: unhide signgamRoman I Khimov2010-06-102-2/+0
* do not generate garbled interpBernhard Reutner-Fischer2010-06-081-3/+4
* nptl: fix for !ipv4 && !ipv6Bernhard Reutner-Fischer2010-06-082-7/+8
* mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj2010-06-071-7/+21
* strverscmp: I forgot to export itDenys Vlasenko2010-06-041-0/+1
* ldso/mips: Fix relocation parsing so that they work on both mips32/mips64Khem Raj2010-06-021-2/+2
* inotify: add inotify_init1 system call supportVladimir Zapolskiy2010-06-012-0/+17
* bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK supportVladimir Zapolskiy2010-06-011-1/+11
* utils: Fix ldd segfaultNatanael Copa2010-05-241-1/+1
* mips: Add vfork to libcKhem Raj2010-05-193-6/+18
* mips/bits/pthreadtypes.h: Re-include sgidefs.hKhem Raj2010-05-191-0/+1
* static build: define pthreads wrappers only for threaded buildsTimo Teräs2010-05-171-0/+2
* some (all?) archs don't define asm, so use builtin __asm__Austin Foxley2010-05-171-1/+1
* Fix fcntl64 for 64 bit targets.Rob Landley2010-05-171-2/+2
* workaround GCC PR32219Denys Vlasenko2010-05-171-2/+13