Age | Commit message (Expand) | Author | Files | Lines |
2010-05-12 | Missing memory barrier in DES initialization. | Ulrich Drepper | 2 | -48/+57 |
2010-05-12 | Fix set_max_fast in malloc. | Ulrich Drepper | 2 | -1/+6 |
2010-05-12 | Fix spurious UNAVAIL status is getaddrinfo | Andreas Schwab | 2 | -0/+6 |
2010-05-12 | Fix typo in cuserid | Andreas Schwab | 2 | -1/+5 |
2010-05-12 | calls to cuserid() can result in buffer overruns and/or overflows | Jonathan Geisler | 2 | -2/+10 |
2010-05-12 | Fix missing dependency of localedata tests on gconv-modules | Paul Pluzhnikov | 2 | -0/+9 |
2010-05-12 | Fix R_X86_64_PC32 overflow detection | Richard Guenther | 2 | -2/+7 |
2010-05-12 | Fix reporting of I/O errors in *dprintf functions. | Ulrich Drepper | 2 | -1/+9 |
2010-05-12 | Fix assertion in palloc and pvalloc as well. | Petr Baudis | 2 | -7/+15 |
2010-05-12 | manual: fix typo: s/are/is/ | Jim Meyering | 2 | -1/+3 |
2010-05-12 | manual: adjust grammar | Jim Meyering | 2 | -5/+7 |
2010-05-12 | manual: fix doubled-words and typos | Jim Meyering | 9 | -8/+19 |
2010-05-12 | S/390: Disable two UTF conversion instructions | Andreas Krebbel | 3 | -4/+23 |
2010-05-12 | Fix file descriotor leak in nftw with FTW_CHDIR | Ulrich Drepper | 2 | -1/+8 |
2010-05-12 | Fix i386 __mpn_lshift unwind info | Ulrich Drepper | 2 | -1/+7 |
2010-05-12 | Fix endless loop with invalid /etc/shells file. | Ulrich Drepper | 2 | -2/+8 |
2010-05-12 | Don't map U00DF to U1E9E in toupper table. | Andreas Schwab | 2 | -2/+5 |
2010-05-12 | Fix error checking in iconv. | Andreas Schwab | 2 | -1/+5 |
2010-05-12 | Add BZ number. | Ulrich Drepper | 1 | -0/+1 |
2010-05-12 | _nl_load_locale() incorrectly handles mmap() failures | Joe Landers | 2 | -0/+6 |
2010-05-12 | Extend overflow detection in re_dfa_add_node. | Ulrich Drepper | 2 | -2/+10 |
2010-05-12 | regex: avoid internal re_realloc overflow | Ulrich Drepper | 2 | -1/+13 |
2010-05-12 | Fix ____longjmp_chk for s390/s390x. | Andreas Schwab | 3 | -2/+9 |
2010-05-12 | Remove unnecessary returns. | Ulrich Drepper | 2 | -3/+8 |
2010-05-12 | Use correct type when casting d_tag. | Andreas Schwab | 2 | -5/+13 |
2010-05-12 | Ignore negative dynamic entry types. | Andreas Schwab | 2 | -1/+6 |
2010-05-12 | Make unistd.h pre-c((-safe. | Ulrich Drepper | 2 | -1/+5 |
2010-05-11 | memchr overshoots on ia64 | H.J. Lu | 2 | -2/+12 |
2010-05-10 | Remove incorrect paring of /proc/stat etc. | Ryan S. Arnold | 2 | -13/+7 |
2010-01-18 | regcomp.c: do not ignore memory allocation failure | Paul Eggert | 2 | -55/+64 |
2010-01-18 | Fix typo in feature selection macro use. | Ulrich Drepper | 2 | -2/+6 |
2010-01-18 | Avoid ELF lookup race. | Ulrich Drepper | 4 | -8/+23 |
2010-01-18 | Fix a few error cases in *name4_r lookup handling. | Ulrich Drepper | 5 | -56/+75 |
2009-12-08 | glibc 2.11.1 releaseglibc-2.11.1 | Petr Baudis | 1 | -1/+1 |
2009-12-04 | Fix infloop in __pthread_disable_asynccancel on x86_64 | Andreas Schwab | 2 | -2/+8 |
2009-12-04 | Avoid local PLTs. | Ulrich Drepper | 1 | -3/+3 |
2009-12-04 | Prevent unintended file desriptor leak in grantpt. | Ulrich Drepper | 4 | -3/+54 |
2009-12-04 | Fix startup to security-relevant statically linked binaries. | Ulrich Drepper | 3 | -6/+28 |
2009-12-04 | Define week, first_weekday, and first_workday for hsb_DE locale. | Ulrich Drepper | 2 | -10/+18 |
2009-12-04 | Define week, first_weekday, and first_workday for en_DK locale. | Ulrich Drepper | 2 | -25/+32 |
2009-12-04 | Fix week information for nl_NL locale. | Ulrich Drepper | 2 | -24/+32 |
2009-12-04 | Reinitialize _create_xid state after fork. | Ulrich Drepper | 2 | -5/+11 |
2009-11-20 | Properly recover from shorter read. | H.J. Lu | 2 | -1/+16 |
2009-11-19 | Fix sync_file_range on ppc/ppc64. | Jakub Jelinek | 3 | -1/+61 |
2009-11-19 | Fix getwc* and putwc* on non-wide streams. | Ulrich Drepper | 2 | -6/+13 |
2009-11-19 | Avoid warnings in CPU_* macros when using const bitsets. | Ulrich Drepper | 2 | -6/+14 |
2009-11-18 | Whitespace fixes. | Ulrich Drepper | 1 | -2/+2 |
2009-11-18 | Add missing test files. | Ulrich Drepper | 2 | -0/+34 |
2009-11-18 | Fix ranges with multibyte characters as endpoints. | Paolo Bonzini | 4 | -2/+114 |
2009-11-18 | Handle LC_GLOBAL_LOCALE in duplocale. | Ulrich Drepper | 3 | -2/+11 |