summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-06-17libc: Fix non-NPTL threads buildCarmelo Amoroso
2010-06-17librt: simplify handling LDFLAGSBernhard Reutner-Fischer
2010-06-15libm: typo fix NO_LONG_DOUBLE variant of gamma_rBernhard Reutner-Fischer
2010-06-14sh4: Fixes for SH-4 without an FPUCarmelo Amoroso
2010-06-13handle i386 TARGET_SUBARCHBernhard Reutner-Fischer
2010-06-13nptl: fix symlinking headersBernhard Reutner-Fischer
2010-06-12nptl: avoid spurious rebuilds of libpthread*.aBernhard Reutner-Fischer
2010-06-12nptl: handle PTHREADS_DEBUG_SUPPORT properlyBernhard Reutner-Fischer
2010-06-12nptl: fix race condition when generating libpthread.soBernhard Reutner-Fischer
2010-06-11hcreate_r: silence warning in helper funcBernhard Reutner-Fischer
2010-06-11wordexp: silence warningBernhard Reutner-Fischer
2010-06-11nptl: remove relocation in pthread_rwlock_init()Bernhard Reutner-Fischer
2010-06-11silence some warnings about missing prototypesBernhard Reutner-Fischer
2010-06-11testsuite: disable some tests for !LFSBernhard Reutner-Fischer
2010-06-11nptl: fix wrong path to nptl_dbBernhard Reutner-Fischer
2010-06-11lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer
2010-06-11buildsys: fix clean vs. headercleanBernhard Reutner-Fischer
2010-06-11buildsys: conceal install_headersBernhard Reutner-Fischer
2010-06-11buildsys: fix lib/ directory prerequisiteBernhard Reutner-Fischer
2010-06-10libm: unbreak scalbn for 64-bit processorsRoman I Khimov
2010-06-10testsuite: .gitignore symlinkBernhard Reutner-Fischer
2010-06-10testsuite: do not run inet tests if !ipv4 && !ipv6Bernhard Reutner-Fischer
2010-06-10lgamma: fix sign handlingBernhard Reutner-Fischer
2010-06-10libm: unhide signgamRoman I Khimov
2010-06-08do not generate garbled interpBernhard Reutner-Fischer
2010-06-08nptl: fix for !ipv4 && !ipv6Bernhard Reutner-Fischer
2010-06-07mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj
2010-06-04strverscmp: I forgot to export itDenys Vlasenko
2010-06-02ldso/mips: Fix relocation parsing so that they work on both mips32/mips64Khem Raj
2010-06-01inotify: add inotify_init1 system call supportVladimir Zapolskiy
2010-06-01bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK supportVladimir Zapolskiy
2010-05-24utils: Fix ldd segfaultNatanael Copa
2010-05-19mips: Add vfork to libcKhem Raj
2010-05-19mips/bits/pthreadtypes.h: Re-include sgidefs.hKhem Raj
2010-05-17static build: define pthreads wrappers only for threaded buildsTimo Teräs
2010-05-17some (all?) archs don't define asm, so use builtin __asm__Austin Foxley
2010-05-17Fix fcntl64 for 64 bit targets.Rob Landley
2010-05-17workaround GCC PR32219Denys Vlasenko