aboutsummaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar2-2/+0
2014-06-27Remove unnecessary include in memmove_chkSiddhesh Poyarekar1-1/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-12/+0
2014-03-13tst-longjmp_chk2: add comments/sanity checkMike Frysinger1-1/+6
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka30-47/+47
2014-02-08tst-backtrace4: expand output even on failuresMike Frysinger1-7/+8
2014-02-08tst-longjmp_chk3: new test for checking sigaltstack edge casesMike Frysinger2-0/+87
2014-02-08tests: unify fortification handler logicMike Frysinger3-59/+15
2014-02-08tst-longjmp_chk: add comments and convert to test-skeletonMike Frysinger1-2/+7
2014-01-01Update remaining copyright datesAllan McRae3-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae101-101/+101
2013-12-05Remove unused variables in __stpncpy_chkSiddhesh Poyarekar1-3/+0
2013-12-04Refactor several debug routines.Ondřej Bílka6-288/+6
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella3-4/+32
2013-06-11Port remaining string benchmarksSiddhesh Poyarekar1-24/+0
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers2-4/+4
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-10/+0
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2-0/+2
2013-05-06Move getlogin_r_chk to login/ subdir.Roland McGrath3-33/+5
2013-05-06Move ptsname_r_chk to login/ subdir.Roland McGrath3-30/+5
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-2/+2
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers1-2/+0
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers1-3/+2
2013-01-24Avoid backtrace tests matching filenames when searching for function names.Joseph Myers5-65/+65
2013-01-18Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers5-1/+501
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers96-111/+96
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2013-01-01Update copyright years.David S. Miller3-6/+6
2012-11-29Mention that __chk_fail is a public ABI in test-strcpy_chk.cFlorian Weimer1-0/+3
2012-11-15Update --version copyright dates for memusagestat and pcprofiledump.Joseph Myers1-1/+1
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers4-13/+21
2012-10-19Add debug IFUNC testsH.J. Lu5-2/+47
2012-09-07Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu1-6/+6
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath1-27/+27
2012-06-13Suppress sign-conversion warning from FD_SET.Paul Pluzhnikov1-4/+4
2012-05-31tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger1-4/+8
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab10-41/+30
2012-04-29Fix attributes for fortify functions.Marek Polacek1-1/+1
2012-04-18Remove all traces of reg_char.David S. Miller4-4/+4
2012-03-27Merge branch 'elf-move'Andreas Jaeger2-20/+147
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2-2/+2
2012-03-20Remove old debug/backtracesyms files, replace with elf versions.Andreas Jaeger2-20/+147
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-2/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert95-285/+190
2012-01-24Fix gets problemsUlrich Drepper1-5/+0
2012-01-08Add checking versions of poll and ppollUlrich Drepper5-2/+81