summaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)Author
2014-01-01Update remaining copyright datesAllan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-05Remove unused variables in __stpncpy_chkSiddhesh Poyarekar
2013-12-04Refactor several debug routines.Ondřej Bílka
2013-08-29Fix typos.Ondřej Bílka
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella
2013-06-11Port remaining string benchmarksSiddhesh Poyarekar
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-06Move getlogin_r_chk to login/ subdir.Roland McGrath
2013-05-06Move ptsname_r_chk to login/ subdir.Roland McGrath
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers
2013-01-24Avoid backtrace tests matching filenames when searching for function names.Joseph Myers
2013-01-18Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2013-01-01Update copyright years.David S. Miller
2012-11-29Mention that __chk_fail is a public ABI in test-strcpy_chk.cFlorian Weimer
2012-11-15Update --version copyright dates for memusagestat and pcprofiledump.Joseph Myers
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers
2012-10-19Add debug IFUNC testsH.J. Lu
2012-09-07Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-06-13Suppress sign-conversion warning from FD_SET.Paul Pluzhnikov
2012-05-31tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-04-18Remove all traces of reg_char.David S. Miller
2012-03-27Merge branch 'elf-move'Andreas Jaeger
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-20Remove old debug/backtracesyms files, replace with elf versions.Andreas Jaeger
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-24Fix gets problemsUlrich Drepper
2012-01-08Add checking versions of poll and ppollUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-07Remove non-ELF supportUlrich Drepper
2012-01-01More fallout from gets removalUlrich Drepper
2012-01-01Update copyright yearUlrich Drepper
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper
2011-06-28Fix quoting in some installed shell scriptsUlrich Drepper
2011-05-28Unify messagesUlrich Drepper
2011-01-17Update copyright year.Ulrich Drepper
2010-09-25Add two forgotten licence exceptionsPetr Baudis
2010-09-05Remove undefined operationsAndreas Schwab
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu