aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-03Fix PLT use due to __libc_alloca_cutoff.Ulrich Drepper4-1/+5
2011-02-03Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2-2/+6
2011-02-03Handle long lines in host lookups in the right place.Ulrich Drepper4-6/+67
2011-02-03Fix assertion when handling DSTs during auditing.Ulrich Drepper2-6/+16
2011-02-03Don't underestimate length of DST substitutionAndreas Schwab2-8/+18
2011-02-03Fix alignment in x86 destructor calls.Ulrich Drepper2-0/+6
2011-02-03Fix grouping when rounding increases number of integer digits.Ulrich Drepper4-9/+111
2011-02-03sparc64: Use i386 implementation for fxstat.David S. Miller2-1/+7
2011-02-03Fix infloop on persistent failing calloc in regex.Jim Meyering2-0/+8
2011-02-03Use fastbin macro everywhere.Ulrich Drepper2-1/+6
2011-02-03Fix ChangeLogs.Ulrich Drepper1-1/+2
2011-02-03More accurate computatin of reclen in readdir_r.Ulrich Drepper3-1/+9
2011-02-03Fix use of restrict in wchar.hAndreas Schwab3-22/+36
2011-02-03Fix typo in comment.Ulrich Drepper1-1/+1
2011-02-03Fix race in qsort_r initialization.Ulrich Drepper2-1/+11
2011-02-03Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2-5/+7
2011-02-03Relax libm tests for x86-32.Ulrich Drepper2-2/+6
2011-02-03Don't ignore zero TTL in DNS answersAndreas Schwab2-4/+9
2010-11-30glibc 2.11.3 releaseglibc-2.11.3Petr Baudis1-1/+1
2010-11-30Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis2-8/+10
2010-11-30Fix multiple nss_compat initgroups() bugsUlrich Drepper2-8/+17
2010-11-30Remove duplicate ChangeLog entry for f906814Petr Baudis1-7/+0
2010-11-30Re-sync INSTALL and manual/install.texiPetr Baudis2-2/+4
2010-11-30Allow arbitrary whitespace in INSTALL (autogenerated by makeinfo)Petr Baudis1-0/+1
2010-11-20Properly convert f_fsid in statvfsAndreas Schwab2-1/+8
2010-11-20Define MAP_HUGETLB.Ulrich Drepper3-2/+10
2010-11-20Define SWAP_FLAG_DISCARD.Ulrich Drepper2-1/+6
2010-11-15Fix memory leak in fnmatchAndreas Schwab4-8/+24
2010-11-15Avoid too much stack use in fnmatch.Ulrich Drepper3-61/+134
2010-11-15Fix comparison in sqrtl for IBM long double 128.Luis Machado2-2/+7
2010-11-15Fix warnings in __bswap_16.Ulrich Drepper3-21/+29
2010-11-15Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger2-4/+8
2010-11-15Don't mix pattern rules with normal rulesAndreas Schwab2-1/+8
2010-11-15Properly quote output of localeAndreas Schwab2-7/+36
2010-11-15Remove duplicate ChangeLog entry for 8e9f92ePetr Baudis1-15/+0
2010-11-15Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel5-38/+68
2010-11-09Fix perturbing in malloc on free.Ulrich Drepper2-2/+8
2010-11-09Work around shortest-stem feature in make 3.82+Andreas Schwab3-6/+22
2010-11-09Require suid bit on audit objects in privileged programsAndreas Schwab1-0/+15
2010-11-09Don't expand DST twice in dl_openAndreas Schwab2-29/+5
2010-11-09Expect PLT call to _Unwind_Find_FDE on s390*-linuxAndreas Schwab3-0/+19
2010-11-09Fix alignment of AVX safe area on x86-64.H.J. Lu1-0/+7
2010-11-09One more regex memory leak fixed.Ulrich Drepper3-0/+9
2010-11-09More regex memory leak fixes and testcasesUlrich Drepper5-5/+63
2010-11-09Fix memory leak for some invalid regular expressions.Ulrich Drepper2-1/+14
2010-11-09Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper2-5/+14
2010-11-09Remove specific binutils version recommendation in INSTALL file.Ulrich Drepper1-3/+3
2010-11-09Handle large requests.Ulrich Drepper2-1/+24
2010-11-09getdents64 fallback d_type supportJoseph Myers2-1/+11
2010-11-09Fix register conflict in s390 ____longjmp_chkAndreas Schwab3-10/+22