about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-05-123-14/+35
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-05-123-3/+20
* Add missing include.Ulrich Drepper2010-05-121-0/+1
* Fix changes to interface list during getifaddrs calls.Ulrich Drepper2010-05-122-12/+53
* Document problem with NATs in getaddrinfo.Ulrich Drepper2010-05-122-4/+13
* Missing memory barrier in DES initialization.Ulrich Drepper2010-05-122-48/+57
* Fix set_max_fast in malloc.Ulrich Drepper2010-05-122-1/+6
* Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab2010-05-122-0/+6
* Fix typo in cuseridAndreas Schwab2010-05-122-1/+5
* calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler2010-05-122-2/+10
* Fix missing dependency of localedata tests on gconv-modulesPaul Pluzhnikov2010-05-122-0/+9
* Fix R_X86_64_PC32 overflow detectionRichard Guenther2010-05-122-2/+7
* Fix reporting of I/O errors in *dprintf functions.Ulrich Drepper2010-05-122-1/+9
* Fix assertion in palloc and pvalloc as well.Petr Baudis2010-05-122-7/+15
* manual: fix typo: s/are/is/Jim Meyering2010-05-122-1/+3
* manual: adjust grammarJim Meyering2010-05-122-5/+7
* manual: fix doubled-words and typosJim Meyering2010-05-129-8/+19
* S/390: Disable two UTF conversion instructionsAndreas Krebbel2010-05-123-4/+23
* Fix file descriotor leak in nftw with FTW_CHDIRUlrich Drepper2010-05-122-1/+8
* Fix i386 __mpn_lshift unwind infoUlrich Drepper2010-05-122-1/+7
* Fix endless loop with invalid /etc/shells file.Ulrich Drepper2010-05-122-2/+8
* Don't map U00DF to U1E9E in toupper table.Andreas Schwab2010-05-122-2/+5
* Fix error checking in iconv.Andreas Schwab2010-05-122-1/+5
* Add BZ number.Ulrich Drepper2010-05-121-0/+1
* _nl_load_locale() incorrectly handles mmap() failuresJoe Landers2010-05-122-0/+6
* Extend overflow detection in re_dfa_add_node.Ulrich Drepper2010-05-122-2/+10
* regex: avoid internal re_realloc overflowUlrich Drepper2010-05-122-1/+13
* Fix ____longjmp_chk for s390/s390x.Andreas Schwab2010-05-123-2/+9
* Remove unnecessary returns.Ulrich Drepper2010-05-122-3/+8
* Use correct type when casting d_tag.Andreas Schwab2010-05-122-5/+13
* Ignore negative dynamic entry types.Andreas Schwab2010-05-122-1/+6
* Make unistd.h pre-c((-safe.Ulrich Drepper2010-05-122-1/+5
* memchr overshoots on ia64H.J. Lu2010-05-112-2/+12
* Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2010-05-102-13/+7
* regcomp.c: do not ignore memory allocation failurePaul Eggert2010-01-182-55/+64
* Fix typo in feature selection macro use.Ulrich Drepper2010-01-182-2/+6
* Avoid ELF lookup race.Ulrich Drepper2010-01-184-8/+23
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2010-01-185-56/+75
* glibc 2.11.1 release glibc-2.11.1Petr Baudis2009-12-081-1/+1
* Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab2009-12-042-2/+8
* Avoid local PLTs.Ulrich Drepper2009-12-041-3/+3
* Prevent unintended file desriptor leak in grantpt.Ulrich Drepper2009-12-044-3/+54
* Fix startup to security-relevant statically linked binaries.Ulrich Drepper2009-12-043-6/+28
* Define week, first_weekday, and first_workday for hsb_DE locale.Ulrich Drepper2009-12-042-10/+18
* Define week, first_weekday, and first_workday for en_DK locale.Ulrich Drepper2009-12-042-25/+32
* Fix week information for nl_NL locale.Ulrich Drepper2009-12-042-24/+32
* Reinitialize _create_xid state after fork.Ulrich Drepper2009-12-042-5/+11
* Properly recover from shorter read.H.J. Lu2009-11-202-1/+16
* Fix sync_file_range on ppc/ppc64.Jakub Jelinek2009-11-193-1/+61
* Fix getwc* and putwc* on non-wide streams.Ulrich Drepper2009-11-192-6/+13