Age | Commit message (Expand) | Author | Files | Lines |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+2 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 30 | -47/+47 |
2014-02-08 | tst-backtrace4: expand output even on failures | Mike Frysinger | 1 | -7/+8 |
2014-02-08 | tst-longjmp_chk3: new test for checking sigaltstack edge cases | Mike Frysinger | 2 | -0/+87 |
2014-02-08 | tests: unify fortification handler logic | Mike Frysinger | 3 | -59/+15 |
2014-02-08 | tst-longjmp_chk: add comments and convert to test-skeleton | Mike Frysinger | 1 | -2/+7 |
2014-01-01 | Update remaining copyright dates | Allan McRae | 3 | -3/+3 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 101 | -101/+101 |
2013-12-05 | Remove unused variables in __stpncpy_chk | Siddhesh Poyarekar | 1 | -3/+0 |
2013-12-04 | Refactor several debug routines. | Ondřej Bílka | 6 | -288/+6 |
2013-08-29 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-20 | PowerPC: fix backtrace to handle signal trampolines | Adhemerval Zanella | 3 | -4/+32 |
2013-06-11 | Port remaining string benchmarks | Siddhesh Poyarekar | 1 | -24/+0 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 2 | -4/+4 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 1 | -1/+1 |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 1 | -10/+0 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2 | -0/+2 |
2013-05-06 | Move getlogin_r_chk to login/ subdir. | Roland McGrath | 3 | -33/+5 |
2013-05-06 | Move ptsname_r_chk to login/ subdir. | Roland McGrath | 3 | -30/+5 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -2/+2 |
2013-02-08 | Remove CHECK_N and bp-checks.h. | Joseph Myers | 1 | -2/+0 |
2013-02-01 | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 1 | -3/+2 |
2013-01-24 | Avoid backtrace tests matching filenames when searching for function names. | Joseph Myers | 5 | -65/+65 |
2013-01-18 | Add tests that backtrace and backtrace_symbols produce correct results. | Joseph Myers | 5 | -1/+501 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 96 | -111/+96 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2013-01-01 | Update copyright years. | David S. Miller | 3 | -6/+6 |
2012-11-29 | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer | 1 | -0/+3 |
2012-11-15 | Update --version copyright dates for memusagestat and pcprofiledump. | Joseph Myers | 1 | -1/+1 |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 4 | -13/+21 |
2012-10-19 | Add debug IFUNC tests | H.J. Lu | 5 | -2/+47 |
2012-09-07 | Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ | H.J. Lu | 1 | -6/+6 |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 1 | -27/+27 |
2012-06-13 | Suppress sign-conversion warning from FD_SET. | Paul Pluzhnikov | 1 | -4/+4 |
2012-05-31 | tests: move -D_FORTIFY_SOURCE to CPPFLAGS | Mike Frysinger | 1 | -4/+8 |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 10 | -41/+30 |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | 1 | -1/+1 |
2012-04-18 | Remove all traces of reg_char. | David S. Miller | 4 | -4/+4 |
2012-03-27 | Merge branch 'elf-move' | Andreas Jaeger | 2 | -20/+147 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2 | -2/+2 |
2012-03-20 | Remove old debug/backtracesyms files, replace with elf versions. | Andreas Jaeger | 2 | -20/+147 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -2/+0 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 95 | -285/+190 |
2012-01-24 | Fix gets problems | Ulrich Drepper | 1 | -5/+0 |
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | 5 | -2/+81 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 6 | -13/+13 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -3/+1 |
2012-01-01 | More fallout from gets removal | Ulrich Drepper | 1 | -0/+6 |
2012-01-01 | Update copyright year | Ulrich Drepper | 2 | -4/+4 |
2011-09-08 | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 4 | -6/+62 |