aboutsummaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01Update remaining copyright datesAllan McRae3-3/+3
Update copyright years that are not handled by scripts/update-copyright.
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
To simplify additions of debug routines we replace a custom function implementation by a simple call.
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella3-4/+32
This patch fixes backtrace for PPC32 and PPC64 to correctly handle signal trampolines. The 'debug/tst-backtrace6.c' also check for SA_SIGINFO handling, where is triggers another vDSO symbols for PPC32.
2013-06-11Port remaining string benchmarksSiddhesh Poyarekar1-24/+0
There were a few more string benchmarks (strcpy_chk and stpcpy_check) in the debug directory that needed to be ported over.
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
* catgets/gencat.c: Update copyright year. * csu/version.c: Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c: Likewise. * debug/xtrace.sh: Likewise. * elf/ldconfig.c: Likewise. * elf/ldd.bash.in: Likewise. * elf/pldd.c: Likewise. * elf/sotruss.ksh: Likewise. * elf/sprof.c: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/iconvconfig.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * login/programs/pt_chown.c: Likewise. * malloc/memusage.sh: Likewise. * malloc/memusagestat.c: Likewise. * malloc/mtrace.pl: Likewise. * nscd/nscd.c: Likewise. * nss/getent.c: Likewise. * nss/makedb.c: Likewise. * posix/getconf.c: Likewise.
2012-11-29Mention that __chk_fail is a public ABI in test-strcpy_chk.cFlorian Weimer1-0/+3
* debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
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
[BZ #14210] See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>. * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int, not unsigned long int. * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
2012-05-31tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger1-4/+8
The -D_FORTIFY_SOURCE flags are being added to the test-specific CFLAGS values when they should be the test-specific CPPFLAGS values. Otherwise the values don't override the user-specified CPPFLAGS and might end up breaking the tests. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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
* sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise.
2012-03-27Merge branch 'elf-move'Andreas Jaeger2-20/+147
Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in
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
2012-01-07Remove pre-ISO C supportUlrich Drepper6-13/+13
No more __const.
2012-01-07Remove non-ELF supportUlrich Drepper1-3/+1
2012-01-01More fallout from gets removalUlrich Drepper1-0/+6
2012-01-01Update copyright yearUlrich Drepper2-4/+4
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper4-6/+62
2011-06-28Fix quoting in some installed shell scriptsUlrich Drepper1-1/+1
2011-05-28Unify messagesUlrich Drepper1-2/+2
Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators.
2011-01-17Update copyright year.Ulrich Drepper2-4/+4
2010-09-25Add two forgotten licence exceptionsPetr Baudis2-0/+34
The two files in debug/ are included in libc_nonshared.a and the functions may be included in linked executables. Use the same text as in other files going to libc_nonshared.a.
2010-09-05Remove undefined operationsAndreas Schwab1-5/+5
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu1-1/+5
This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and Core i7. It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and up to 1X on Core i7. It also improves memmove by up to 3X on Atom, up to 4X on Core 2 and up to 2X on Core i7.