Age | Commit message (Expand) | Author | Files | Lines |
2010-01-22 | prune_impossible_nodes: Avoid overflow in computing re_malloc buffer size | Paul Eggert | 1 | -0/+4 |
2010-01-22 | regexec.c: avoid arithmetic overflow in buffer size calculation | Paul Eggert | 1 | -0/+4 |
2010-01-22 | regexec.c: simplify re_search_2_stub | Paul Eggert | 1 | -0/+6 |
2010-01-22 | Simplify test in re_string_skip_chars. | Ulrich Drepper | 1 | -0/+5 |
2010-01-22 | regex_internal.c: don't assume WEOF fits in wchar_t | Ulrich Drepper | 1 | -0/+4 |
2010-01-22 | regex_internal.c: remove useless variable and the code to set it. | Ulrich Drepper | 1 | -0/+4 |
2010-01-22 | Extend overflow detection in re_dfa_add_node. | Ulrich Drepper | 1 | -0/+5 |
2010-01-22 | regex: avoid internal re_realloc overflow | Ulrich Drepper | 1 | -0/+5 |
2010-01-20 | Fix ____longjmp_chk for s390/s390x. | Andreas Schwab | 1 | -0/+7 |
2010-01-19 | Support __memmove_ssse3_rep when SHARED isn't defined. | H.J. Lu | 1 | -0/+5 |
2010-01-19 | Remove unnecessary returns. | Ulrich Drepper | 1 | -0/+5 |
2010-01-18 | Define __rtld_lock_recursive_* for Hurd. | Samuel Thibault | 1 | -0/+6 |
2010-01-18 | memcpy for ppc/cell. | Ulrich Drepper | 1 | -0/+7 |
2010-01-18 | Remove duplicate definitions of O_DSYNC and O_RSYNC for Linux/sparc. | Andreas Schwab | 1 | -0/+3 |
2010-01-18 | Use correct type when casting d_tag. | Andreas Schwab | 1 | -0/+3 |
2010-01-18 | Ignore negative dynamic entry types. | Andreas Schwab | 1 | -0/+5 |
2010-01-16 | sysdeps/ieee754/ldbl-128/ fixes | Jakub Jelinek | 1 | -0/+12 |
2010-01-15 | Fix a few more cases of ignored return values in regex. | Ulrich Drepper | 1 | -1/+5 |
2010-01-15 | Fix _XOPEN_SOURCE_EXTENDED handling. | Ulrich Drepper | 1 | -1/+16 |
2010-01-15 | ld.so: Adjust the auxv if ld.so is directly invoked. | Andreas Krebbel | 1 | -0/+10 |
2010-01-14 | Define IPTOS_CLASS_* macros according to RFC 2474. | Philip Prindeville | 1 | -0/+5 |
2010-01-14 | Always use IPv4 sockets for IPv4 addresses. | Ulrich Drepper | 1 | -0/+4 |
2010-01-14 | regcomp.c: do not ignore memory allocation failure | Paul Eggert | 1 | -0/+5 |
2010-01-14 | Make unistd.h pre-c((-safe. | Ulrich Drepper | 1 | -0/+4 |
2010-01-14 | Merge branch 'master' of ssh://sources.redhat.com/git/glibc | Ulrich Drepper | 1 | -0/+6 |
2010-01-14 | Relax conditions in unistd.h. | Ulrich Drepper | 1 | -0/+3 |
2010-01-14 | Relax onditions in strings.h. | Ulrich Drepper | 1 | -0/+3 |
2010-01-14 | elax some conditions in stdlib.h. | Ulrich Drepper | 1 | -0/+2 |
2010-01-14 | Pass $(sysdep-LDFLAGS) when using --print-file-name. | Ryan S. Arnold | 1 | -0/+6 |
2010-01-14 | Actually define pthread_mutex_consistent. | Ulrich Drepper | 1 | -0/+2 |
2010-01-14 | Fix malloc_info without prioor allocations. | Ulrich Drepper | 1 | -0/+4 |
2010-01-14 | Relax visibility of some more declaration. | Ulrich Drepper | 1 | -0/+3 |
2010-01-14 | Relax condition for resolver constant definition. | Ulrich Drepper | 1 | -0/+2 |
2010-01-14 | Declare getpagesize in _GNU_SOURCE mode again. | Ulrich Drepper | 1 | -0/+2 |
2010-01-14 | Prevent silent errors should x86-64 strncmp be needed outside libc. | Ulrich Drepper | 1 | -0/+6 |
2010-01-13 | Add nonnull attribute to unsetenv declaration. | Ulrich Drepper | 1 | -0/+4 |
2010-01-13 | Unroll the loop x86-64 SSE4.2 strlen. | H.J. Lu | 1 | -0/+4 |
2010-01-13 | Be a bit more relaxed about obsoleted mktemp symbol. | Ulrich Drepper | 1 | -0/+4 |
2010-01-12 | More test suite fixes. | Ulrich Drepper | 1 | -0/+6 |
2010-01-12 | Fix up grp.h for XPG7. | Ulrich Drepper | 1 | -0/+4 |
2010-01-12 | Fix up netdb.h for XPG7. | Ulrich Drepper | 1 | -2/+7 |
2010-01-12 | Internal namespace test improvements. | Ulrich Drepper | 1 | -0/+5 |
2010-01-12 | Fix up pthread.h for XPG7. | Ulrich Drepper | 1 | -0/+2 |
2010-01-12 | Fix up sched.h for XPG7. | Ulrich Drepper | 1 | -0/+4 |
2010-01-12 | Optimize 32bit memset/memcpy with SSE2/SSSE3. | H.J. Lu | 1 | -0/+62 |
2010-01-12 | Fix up sys/select.h test for XPG7. | Ulrich Drepper | 1 | -0/+4 |
2010-01-12 | Fix compile error with sys/wait.h. | Jakub Jelinek | 1 | -0/+5 |
2010-01-11 | Fix up sys/stat.h for XPG7. | Ulrich Drepper | 1 | -0/+3 |
2010-01-11 | Fix up termios.h for XPG7. | Ulrich Drepper | 1 | -0/+2 |
2010-01-11 | Fix up tests of math.h and tgmath.h for XPG[67]. | Ulrich Drepper | 1 | -0/+3 |