summary refs log tree commit diff
path: root/debug/Makefile
Commit message (Expand)AuthorAgeFilesLines
* debug: make __read_chk a cancellation point (bug 29274)Andreas Schwab2022-06-221-0/+7
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-2/+8
* debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar2022-01-121-42/+67
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-061-17/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* fortify: Fix spurious warning with realpathSiddhesh Poyarekar2021-12-171-1/+2
* debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar2021-10-201-4/+9
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-121-3/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Remove __warndeclSiddhesh Poyarekar2020-11-051-1/+1
* debug: Add missing locale dependencies of fortify testsFlorian Weimer2020-02-111-0/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-1/+1
* Compile debug/stack_chk_fail_local.c with stack protectorFlorian Weimer2018-07-051-2/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-54/+54
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-191-1/+1
* Don't add stack_chk_fail_local.o to libc.a [BZ #21740]H.J. Lu2017-07-191-0/+4
* Compile tst-ssp-1.c with -fstack-protector-allH.J. Lu2017-07-121-1/+1
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-0/+6
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-251-15/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock2016-12-261-0/+6
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove -fexceptions configure test.Joseph Myers2015-10-151-17/+17
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+7
* Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath2015-03-101-2/+4
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-041-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use -Werror by default, add --disable-werror.Joseph Myers2014-12-101-13/+15
* Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers2014-11-261-3/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-12/+0
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* tst-longjmp_chk3: new test for checking sigaltstack edge casesMike Frysinger2014-02-081-0/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella2013-08-201-1/+3
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-10/+0
* Move getlogin_r_chk to login/ subdir.Roland McGrath2013-05-061-4/+4
* Move ptsname_r_chk to login/ subdir.Roland McGrath2013-05-061-1/+4
* Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers2013-01-181-1/+13
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-091-2/+6
* Add debug IFUNC testsH.J. Lu2012-10-191-0/+3
* Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu2012-09-071-6/+6
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-27/+27
* tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger2012-05-311-4/+8