summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-05-16resolv.h: fix wring indentation of #ifdef/#endif pairsDenys Vlasenko
2010-05-11utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.Khem Raj
2010-05-09powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL.Khem Raj
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-05-07mips/Makefile.arch: Remove -f option to $(do_awk)Khem Raj
2010-05-07resolv: various memory corruption and off by one fixesTimo Teras
2010-05-07static build: fix internal locking weaks to get pulled in alwaysTimo Teras
2010-05-05ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov
2010-05-05Fix gen_wc8bit support for finding a UTF8 locale on host.Andy Gibbs
2010-05-03nptl: use arch-specific pthread_cond_timedwait and pthread_cond_wait on x86_64Roman I Khimov
2010-05-03nptl: use arch-specific cancellation routines for x86_64Roman I Khimov
2010-05-03nptl: fix sem_open with O_CREATRoman I Khimov
2010-04-29time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko
2010-04-29optional /etc/localtime supportDenys Vlasenko
2010-04-28include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley
2010-04-28fix a few build errors for the no threads caseAustin Foxley
2010-04-28Fix typo (OPTIMIZATIONS -> OPTIMIZATION)Tony Wu
2010-04-27MIPS: restore INLINE_SYSCALL macroGabor Juhos
2010-04-27nptl: mips needs updated clone() implementationAndreas Schultz
2010-04-27libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov
2010-04-27libc/regex: fix internal_function declarationsRoman I Khimov
2010-04-27libpthread/x86_64: fix cleanRoman I Khimov
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley
2010-04-25Makefile.in: install sgtty.hRoman I Khimov
2010-04-25nptl: Harmonize objects and headers makefile clean targetsCarmelo Amoroso
2010-04-25build: Fix infinite loop when no threading support is enabledCarmelo Amoroso
2010-04-25libpthread/nptl_db: define NOT_IN_libcRoman I Khimov
2010-04-25nptl_db: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-04-25nptl: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-04-23change ABI_VERSION back to just include the major numberAustin Foxley
2010-04-23Merge commit 'origin/master' into nptlAustin Foxley
2010-04-23utils: fix install prefix for getconfNatanael Copa