summaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)Author
2018-07-05Compile debug/stack_chk_fail_local.c with stack protectorFlorian Weimer
2018-06-01libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers
2018-02-21Remove _IO_file_flags define.Zack Weinberg
2018-02-21Remove legacy configuration knobs from libio.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-30x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra
2017-09-05Fix pcprofiledump cross-endian condition (bug 22086).Joseph Myers
2017-08-20Move ____longjmp_chk prototype to include/setjmp.hH.J. Lu
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer
2017-07-24Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu
2017-07-19Don't add stack_chk_fail_local.o to libc.a [BZ #21740]H.J. Lu
2017-07-12Compile tst-ssp-1.c with -fstack-protector-allH.J. Lu
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-10debug: Additional compiler barriers for backtrace tests [BZ #20956]Florian Weimer
2016-08-19Add tests for fortification of bcopy and bzero.Zack Weinberg
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-06-23test-skeleton.c: Add write_message functionFlorian Weimer
2016-06-13debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248]Florian Weimer
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-21tst-backtrace4: fix a warning messageTulio Magno Quites Machado Filho
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-08-25Fix strcpy_chk and stpcpy_chk performance.Ondřej Bílka
2015-08-15Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov
2015-08-14stpncpy: fix size checking [BZ #18975]Zack Weinberg
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath
2015-02-06Conditionalize some tests' use of SA_SIGINFO.Roland McGrath
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-102014-12-10 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2014-12-10Use -Werror by default, add --disable-werror.Joseph Myers