Age | Commit message (Expand) | Author | Files | Lines |
2016-08-19 | Add tests for fortification of bcopy and bzero. | Zack Weinberg | 1 | -0/+61 |
2016-06-23 | libio: Implement vtable verification [BZ #20191] | Florian Weimer | 4 | -4/+4 |
2016-06-23 | test-skeleton.c: Add write_message function | Florian Weimer | 1 | -10/+8 |
2016-06-13 | debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248] | Florian Weimer | 1 | -5/+18 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 1 | -1/+1 |
2016-01-04 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 100 | -100/+100 |
2015-10-21 | tst-backtrace4: fix a warning message | Tulio Magno Quites Machado Filho | 1 | -2/+2 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 1 | -3/+2 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 1 | -3/+1 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 12 | -54/+12 |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers | 1 | -17/+17 |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 1 | -0/+7 |
2015-08-25 | Fix strcpy_chk and stpcpy_chk performance. | Ondřej Bílka | 2 | -55/+11 |
2015-08-15 | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 1 | -0/+6 |
2015-08-14 | stpncpy: fix size checking [BZ #18975] | Zack Weinberg | 1 | -10/+159 |
2015-03-10 | Let tests result in UNSUPPORTED; use that for unbuildable C++ cases | Roland McGrath | 1 | -2/+4 |
2015-03-04 | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath | 1 | -1/+4 |
2015-02-06 | Conditionalize some tests' use of SA_SIGINFO. | Roland McGrath | 1 | -2/+9 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 100 | -100/+100 |
2014-12-10 | 2014-12-10 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey | 1 | -0/+1 |
2014-12-10 | Use -Werror by default, add --disable-werror. | Joseph Myers | 1 | -13/+15 |
2014-11-26 | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers | 3 | -43/+0 |
2014-07-03 | Fix -Wundef warning on PAGE_COPY_THRESHOLD | Siddhesh Poyarekar | 2 | -2/+0 |
2014-06-27 | Remove unnecessary include in memmove_chk | Siddhesh Poyarekar | 1 | -1/+0 |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers | 1 | -12/+0 |
2014-03-13 | tst-longjmp_chk2: add comments/sanity check | Mike Frysinger | 1 | -1/+6 |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 1 | -1/+1 |
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 |