aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Additional POWER7 string optimizations.ibm/2.11/masterLuis Machado15-0/+2105
2010-08-12POWER6/7 optimizations for copysign.Luis Machado5-0/+121
2010-06-14This patch adds 32-bit and 64-bit string compare optimizations forLuis Machado5-0/+2388
2010-06-14Experimental Implies fix for all PowerPC platforms.luis48-58/+44
2010-06-11Experimental patch to default PPC64 to no-execstack support. This will needRyan Arnold4-0/+26
2010-05-28Exchange srdi for srwi in 32-bit memset.Luis Machado2-2/+6
2010-05-28Small fix to POWER7 32-bit memsetLuis Machado2-3/+6
2010-05-20Add missing files.Luis Machado3-4/+837
2010-05-20Revert "Power7 memset powerpc32 and powerpc64 .S optimizations."Ryan Arnold3-838/+0
2010-05-14Power7 memset powerpc32 and powerpc64 .S optimizations.Luis Machado3-0/+838
2010-05-11Fix PowerPC64 glibc assembly to properly work with the linker automaticAlan Modra16-234/+309
2010-05-11Merge commit 'origin/release/2.11/master' into local_ibm_2.11Ryan Arnold57-214/+726
2010-05-11Enable common version of pthread_cond_timedwait to use clock_gettime in VDSOLuis Machado2-2/+17
2010-05-12Fix typos I added in malloc.cUlrich Drepper1-2/+2
2010-05-11power7-optimized 64-bit and 32-bit memcpyRyan Arnold3-0/+922
2010-05-12Fix a const warning in ldconfig.Roland McGrath2-1/+5
2010-05-12Fix lookup of collation sequence value during regexp matchingAndreas Schwab2-1/+6
2010-05-12Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper2-1/+15
2010-05-12Simplify OOM handling in ldconfig.Ulrich Drepper2-7/+5
2010-05-12One more bug in ldconfig -r handling.Ulrich Drepper2-1/+8
2010-05-12Fix handling if newline in addmntent.Ulrich Drepper2-3/+9
2010-05-12BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible3-5/+20
2010-05-12BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible2-3/+9
2010-05-12Hurd: Fix file_name_lookup_at error case return value.Emilio Pozuelo Monfort2-2/+6
2010-05-12Don't crash in trace mode when dependencies are missingAndreas Schwab2-4/+13
2010-05-12Fix crash on reloading of gai data in nscd.Ulrich Drepper3-18/+16
2010-05-12Fix fallocate error return on i386.Andreas Schwab3-2/+19
2010-05-12getopt mishandles optstring of "+:"Eric Blake2-2/+8
2010-05-12getopt mistakenly allows '-;' as short optionEric Blake2-2/+8
2010-05-12Fix -W with optional parameters in getopt.Eric Blake2-1/+12
2010-05-12Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2-6/+16
2010-05-12Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2-7/+20
2010-05-12Fix printing error messages in getopt.Ulrich Drepper2-12/+17
2010-05-12Declare iruserok and iruserok_af.Ulrich Drepper2-0/+27
2010-05-12Add test case for last argp bug.Ulrich Drepper3-2/+63
2010-05-12Fix option aliasing in argp.Sergey Poznyakoff2-6/+12
2010-05-12Fix retrieving of kernel header version.Ulrich Drepper2-2/+19
2010-05-12Fix concurrent handling of __cpu_features.Ulrich Drepper3-14/+35
2010-05-12Handle unnecessary padding in getdents64.Ulrich Drepper3-3/+20
2010-05-12Add missing include.Ulrich Drepper1-0/+1
2010-05-12Fix changes to interface list during getifaddrs calls.Ulrich Drepper2-12/+53
2010-05-12Document problem with NATs in getaddrinfo.Ulrich Drepper2-4/+13
2010-05-12Missing memory barrier in DES initialization.Ulrich Drepper2-48/+57
2010-05-12Fix set_max_fast in malloc.Ulrich Drepper2-1/+6
2010-05-12Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab2-0/+6
2010-05-12Fix typo in cuseridAndreas Schwab2-1/+5
2010-05-12calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler2-2/+10
2010-05-12Fix missing dependency of localedata tests on gconv-modulesPaul Pluzhnikov2-0/+9
2010-05-12Fix R_X86_64_PC32 overflow detectionRichard Guenther2-2/+7
2010-05-12Fix reporting of I/O errors in *dprintf functions.Ulrich Drepper2-1/+9