summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when dependencies are missingAndreas Schwab2011-05-272-5/+11
* Fix __if_freereq crash: Unlike the generic version which uses free, Hurd need...Samuel Thibault2011-05-272-0/+51
* Fix allocation when handling positional parameters in printf.Petr Baudis2011-05-274-3/+34
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-05-264-2/+124
* Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-05-262-0/+12
* Fix two printf handler issues.Jakub Jelinek2011-05-263-7/+21
* Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper2011-02-042-1/+8
* Fix range error handling in sgetspent.Andreas Schwab2011-02-042-3/+8
* Fix decoding of canonical name in getaddrinfo.Ulrich Drepper2011-02-032-0/+6
* Define AT_NO_AUTOMOUNT.Ulrich Drepper2011-02-032-1/+5
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-02-038-1/+9
* Define MADV_HUGEPAGE.Ulrich Drepper2011-02-038-7/+23
* Add definitions for new socket protocols.Ulrich Drepper2011-02-033-6/+20
* Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper2011-02-032-4/+31
* Fix PLT use due to __libc_alloca_cutoff.Ulrich Drepper2011-02-034-1/+5
* Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2011-02-032-2/+6
* Handle long lines in host lookups in the right place.Ulrich Drepper2011-02-034-6/+67
* Fix assertion when handling DSTs during auditing.Ulrich Drepper2011-02-032-6/+16
* Don't underestimate length of DST substitutionAndreas Schwab2011-02-032-8/+18
* Fix alignment in x86 destructor calls.Ulrich Drepper2011-02-032-0/+6
* Fix grouping when rounding increases number of integer digits.Ulrich Drepper2011-02-034-9/+111
* sparc64: Use i386 implementation for fxstat.David S. Miller2011-02-032-1/+7
* Fix infloop on persistent failing calloc in regex.Jim Meyering2011-02-032-0/+8
* Use fastbin macro everywhere.Ulrich Drepper2011-02-032-1/+6
* Fix ChangeLogs.Ulrich Drepper2011-02-031-1/+2
* More accurate computatin of reclen in readdir_r.Ulrich Drepper2011-02-033-1/+9
* Fix use of restrict in wchar.hAndreas Schwab2011-02-033-22/+36
* Fix typo in comment.Ulrich Drepper2011-02-031-1/+1
* Fix race in qsort_r initialization.Ulrich Drepper2011-02-032-1/+11
* Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2011-02-032-5/+7
* Relax libm tests for x86-32.Ulrich Drepper2011-02-032-2/+6
* Don't ignore zero TTL in DNS answersAndreas Schwab2011-02-032-4/+9
* glibc 2.11.3 releaseglibc-2.11.3Petr Baudis2010-11-301-1/+1
* Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis2010-11-302-8/+10
* Fix multiple nss_compat initgroups() bugsUlrich Drepper2010-11-302-8/+17
* Remove duplicate ChangeLog entry for f906814Petr Baudis2010-11-301-7/+0
* Re-sync INSTALL and manual/install.texiPetr Baudis2010-11-302-2/+4
* Allow arbitrary whitespace in INSTALL (autogenerated by makeinfo)Petr Baudis2010-11-301-0/+1
* Properly convert f_fsid in statvfsAndreas Schwab2010-11-202-1/+8
* Define MAP_HUGETLB.Ulrich Drepper2010-11-203-2/+10
* Define SWAP_FLAG_DISCARD.Ulrich Drepper2010-11-202-1/+6
* Fix memory leak in fnmatchAndreas Schwab2010-11-154-8/+24
* Avoid too much stack use in fnmatch.Ulrich Drepper2010-11-153-61/+134
* Fix comparison in sqrtl for IBM long double 128.Luis Machado2010-11-152-2/+7
* Fix warnings in __bswap_16.Ulrich Drepper2010-11-153-21/+29
* Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger2010-11-152-4/+8
* Don't mix pattern rules with normal rulesAndreas Schwab2010-11-152-1/+8
* Properly quote output of localeAndreas Schwab2010-11-152-7/+36
* Remove duplicate ChangeLog entry for 8e9f92ePetr Baudis2010-11-151-15/+0
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-11-155-38/+68