aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-12Fix assertion in palloc and pvalloc as well.Petr Baudis2-7/+15
2010-05-12manual: fix typo: s/are/is/Jim Meyering2-1/+3
2010-05-12manual: adjust grammarJim Meyering2-5/+7
2010-05-12manual: fix doubled-words and typosJim Meyering9-8/+19
2010-05-12S/390: Disable two UTF conversion instructionsAndreas Krebbel3-4/+23
2010-05-12Fix file descriotor leak in nftw with FTW_CHDIRUlrich Drepper2-1/+8
2010-05-12Fix i386 __mpn_lshift unwind infoUlrich Drepper2-1/+7
2010-05-12Fix endless loop with invalid /etc/shells file.Ulrich Drepper2-2/+8
2010-05-12Don't map U00DF to U1E9E in toupper table.Andreas Schwab2-2/+5
2010-05-12Fix error checking in iconv.Andreas Schwab2-1/+5
2010-05-12Add BZ number.Ulrich Drepper1-0/+1
2010-05-12_nl_load_locale() incorrectly handles mmap() failuresJoe Landers2-0/+6
2010-05-12Extend overflow detection in re_dfa_add_node.Ulrich Drepper2-2/+10
2010-05-12regex: avoid internal re_realloc overflowUlrich Drepper2-1/+13
2010-05-12Fix ____longjmp_chk for s390/s390x.Andreas Schwab3-2/+9
2010-05-12Remove unnecessary returns.Ulrich Drepper2-3/+8
2010-05-12Use correct type when casting d_tag.Andreas Schwab2-5/+13
2010-05-12Ignore negative dynamic entry types.Andreas Schwab2-1/+6
2010-05-12Make unistd.h pre-c((-safe.Ulrich Drepper2-1/+5
2010-05-11memchr overshoots on ia64H.J. Lu2-2/+12
2010-05-10Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2-13/+7
2010-01-18regcomp.c: do not ignore memory allocation failurePaul Eggert2-55/+64
2010-01-18Fix typo in feature selection macro use.Ulrich Drepper2-2/+6
2010-01-18Avoid ELF lookup race.Ulrich Drepper4-8/+23
2010-01-18Fix a few error cases in *name4_r lookup handling.Ulrich Drepper5-56/+75
2009-12-08glibc 2.11.1 releaseglibc-2.11.1Petr Baudis1-1/+1
2009-12-04Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab2-2/+8
2009-12-04Avoid local PLTs.Ulrich Drepper1-3/+3
2009-12-04Prevent unintended file desriptor leak in grantpt.Ulrich Drepper4-3/+54
2009-12-04Fix startup to security-relevant statically linked binaries.Ulrich Drepper3-6/+28
2009-12-04Define week, first_weekday, and first_workday for hsb_DE locale.Ulrich Drepper2-10/+18
2009-12-04Define week, first_weekday, and first_workday for en_DK locale.Ulrich Drepper2-25/+32
2009-12-04Fix week information for nl_NL locale.Ulrich Drepper2-24/+32
2009-12-04Reinitialize _create_xid state after fork.Ulrich Drepper2-5/+11
2009-11-20Properly recover from shorter read.H.J. Lu2-1/+16
2009-11-19Fix sync_file_range on ppc/ppc64.Jakub Jelinek3-1/+61
2009-11-19Fix getwc* and putwc* on non-wide streams.Ulrich Drepper2-6/+13
2009-11-19Avoid warnings in CPU_* macros when using const bitsets.Ulrich Drepper2-6/+14
2009-11-18Whitespace fixes.Ulrich Drepper1-2/+2
2009-11-18Add missing test files.Ulrich Drepper2-0/+34
2009-11-18Fix ranges with multibyte characters as endpoints.Paolo Bonzini4-2/+114
2009-11-18Handle LC_GLOBAL_LOCALE in duplocale.Ulrich Drepper3-2/+11