Age | Commit message (Expand) | Author |
2015-03-10 | Let tests result in UNSUPPORTED; use that for unbuildable C++ cases | Roland McGrath |
2015-03-04 | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath |
2015-02-06 | Conditionalize some tests' use of SA_SIGINFO. | Roland McGrath |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-10 | 2014-12-10 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey |
2014-12-10 | Use -Werror by default, add --disable-werror. | Joseph Myers |
2014-11-26 | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers |
2014-07-03 | Fix -Wundef warning on PAGE_COPY_THRESHOLD | Siddhesh Poyarekar |
2014-06-27 | Remove unnecessary include in memmove_chk | Siddhesh Poyarekar |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers |
2014-03-13 | tst-longjmp_chk2: add comments/sanity check | Mike Frysinger |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-02-08 | tst-backtrace4: expand output even on failures | Mike Frysinger |
2014-02-08 | tst-longjmp_chk3: new test for checking sigaltstack edge cases | Mike Frysinger |
2014-02-08 | tests: unify fortification handler logic | Mike Frysinger |
2014-02-08 | tst-longjmp_chk: add comments and convert to test-skeleton | Mike Frysinger |
2014-01-01 | Update remaining copyright dates | Allan McRae |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-05 | Remove unused variables in __stpncpy_chk | Siddhesh Poyarekar |
2013-12-04 | Refactor several debug routines. | Ondřej Bílka |
2013-08-29 | Fix typos. | Ondřej Bílka |
2013-08-20 | PowerPC: fix backtrace to handle signal trampolines | Adhemerval Zanella |
2013-06-11 | Port remaining string benchmarks | Siddhesh Poyarekar |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold |
2013-05-06 | Move getlogin_r_chk to login/ subdir. | Roland McGrath |
2013-05-06 | Move ptsname_r_chk to login/ subdir. | Roland McGrath |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers |
2013-02-08 | Remove CHECK_N and bp-checks.h. | Joseph Myers |
2013-02-01 | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers |
2013-01-24 | Avoid backtrace tests matching filenames when searching for function names. | Joseph Myers |
2013-01-18 | Add tests that backtrace and backtrace_symbols produce correct results. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers |
2013-01-01 | Update copyright years. | David S. Miller |
2012-11-29 | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer |
2012-11-15 | Update --version copyright dates for memusagestat and pcprofiledump. | Joseph Myers |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers |
2012-10-19 | Add debug IFUNC tests | H.J. Lu |
2012-09-07 | Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ | H.J. Lu |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath |
2012-06-13 | Suppress sign-conversion warning from FD_SET. | Paul Pluzhnikov |
2012-05-31 | tests: move -D_FORTIFY_SOURCE to CPPFLAGS | Mike Frysinger |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek |