| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752] | H.J. Lu | 2017-07-24 | 1 | -4/+8 |
* | Don't add stack_chk_fail_local.o to libc.a [BZ #21740] | H.J. Lu | 2017-07-19 | 1 | -0/+4 |
* | Compile tst-ssp-1.c with -fstack-protector-all | H.J. Lu | 2017-07-12 | 1 | -1/+1 |
* | Avoid backtrace from __stack_chk_fail [BZ #12189] | H.J. Lu | 2017-07-11 | 4 | -3/+66 |
* | Fix struct sigaltstack namespace (bug 21517). | Joseph Myers | 2017-06-05 | 1 | -1/+1 |
* | Update string tests to use the support test driver. | Wainer dos Santos Moschetta | 2017-03-23 | 1 | -2/+3 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 1 | -1/+0 |
* | Clean up conditionals for declaration of gets. | Zack Weinberg | 2017-02-25 | 2 | -15/+21 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 3 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 101 | -101/+101 |
* | PLT avoidance for __stack_chk_fail [BZ #7065] | Nick Alcock | 2016-12-26 | 2 | -0/+8 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 4 | -0/+76 |
* | debug: Additional compiler barriers for backtrace tests [BZ #20956] | Florian Weimer | 2016-12-10 | 5 | -22/+14 |
* | Add tests for fortification of bcopy and bzero. | Zack Weinberg | 2016-08-19 | 1 | -0/+61 |
* | libio: Implement vtable verification [BZ #20191] | Florian Weimer | 2016-06-23 | 4 | -4/+4 |
* | test-skeleton.c: Add write_message function | Florian Weimer | 2016-06-23 | 1 | -10/+8 |
* | debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248] | Florian Weimer | 2016-06-13 | 1 | -5/+18 |
* | Make shebang interpreter directives consistent | Marko Myllynen | 2016-01-07 | 1 | -1/+1 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 3 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 100 | -100/+100 |
* | tst-backtrace4: fix a warning message | Tulio Magno Quites Machado Filho | 2015-10-21 | 1 | -2/+2 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 1 | -3/+2 |
* | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 2015-10-20 | 1 | -3/+1 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 12 | -54/+12 |
* | Remove -fexceptions configure test. | Joseph Myers | 2015-10-15 | 1 | -17/+17 |
* | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 2015-10-12 | 1 | -0/+7 |
* | Fix strcpy_chk and stpcpy_chk performance. | Ondřej Bílka | 2015-08-25 | 2 | -55/+11 |
* | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 2015-08-15 | 1 | -0/+6 |
* | stpncpy: fix size checking [BZ #18975] | Zack Weinberg | 2015-08-14 | 1 | -10/+159 |
* | Let tests result in UNSUPPORTED; use that for unbuildable C++ cases | Roland McGrath | 2015-03-10 | 1 | -2/+4 |
* | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath | 2015-03-04 | 1 | -1/+4 |
* | Conditionalize some tests' use of SA_SIGINFO. | Roland McGrath | 2015-02-06 | 1 | -2/+9 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 3 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 100 | -100/+100 |
* | 2014-12-10 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey | 2014-12-10 | 1 | -0/+1 |
* | Use -Werror by default, add --disable-werror. | Joseph Myers | 2014-12-10 | 1 | -13/+15 |
* | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers | 2014-11-26 | 3 | -43/+0 |
* | Fix -Wundef warning on PAGE_COPY_THRESHOLD | Siddhesh Poyarekar | 2014-07-03 | 2 | -2/+0 |
* | Remove unnecessary include in memmove_chk | Siddhesh Poyarekar | 2014-06-27 | 1 | -1/+0 |
* | Include LOCPATH in default test environment. | Joseph Myers | 2014-06-04 | 1 | -12/+0 |
* | tst-longjmp_chk2: add comments/sanity check | Mike Frysinger | 2014-03-13 | 1 | -1/+6 |
* | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2014-02-28 | 1 | -1/+1 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -2/+2 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 30 | -47/+47 |
* | tst-backtrace4: expand output even on failures | Mike Frysinger | 2014-02-08 | 1 | -7/+8 |
* | tst-longjmp_chk3: new test for checking sigaltstack edge cases | Mike Frysinger | 2014-02-08 | 2 | -0/+87 |
* | tests: unify fortification handler logic | Mike Frysinger | 2014-02-08 | 3 | -59/+15 |
* | tst-longjmp_chk: add comments and convert to test-skeleton | Mike Frysinger | 2014-02-08 | 1 | -2/+7 |
* | Update remaining copyright dates | Allan McRae | 2014-01-01 | 3 | -3/+3 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 101 | -101/+101 |