summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* resolv.h: fix wring indentation of #ifdef/#endif pairsDenys Vlasenko2010-05-161-5/+6
* utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.Khem Raj2010-05-111-0/+2
* powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL.Khem Raj2010-05-091-0/+2
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-0942-396/+957
* mips/Makefile.arch: Remove -f option to $(do_awk)Khem Raj2010-05-071-1/+1
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-073-41/+35
* ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov2010-05-051-2/+2
* Fix gen_wc8bit support for finding a UTF8 locale on host.Andy Gibbs2010-05-051-2/+3
* nptl: use arch-specific pthread_cond_timedwait and pthread_cond_wait on x86_64Roman I Khimov2010-05-032-3/+4
* nptl: use arch-specific cancellation routines for x86_64Roman I Khimov2010-05-033-17/+23
* nptl: fix sem_open with O_CREATRoman I Khimov2010-05-031-1/+2
* time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko2010-04-291-35/+48
* optional /etc/localtime supportDenys Vlasenko2010-04-292-3/+52
* include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley2010-04-281-0/+1
* fix a few build errors for the no threads caseAustin Foxley2010-04-282-0/+3
* Fix typo (OPTIMIZATIONS -> OPTIMIZATION)Tony Wu2010-04-281-4/+4
* MIPS: restore INLINE_SYSCALL macroGabor Juhos2010-04-271-2/+2
* nptl: mips needs updated clone() implementationAndreas Schultz2010-04-274-60/+147