Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 30 | -47/+47 |
| | |||||
* | tst-backtrace4: expand output even on failures | Mike Frysinger | 2014-02-08 | 1 | -7/+8 |
| | | | | | | | | When debugging failures in this test, it's helpful to see as much output as possible. So rather than returning immediately, let the code run as far as it can. We still mark failures as soon as they happen. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | tst-longjmp_chk3: new test for checking sigaltstack edge cases | Mike Frysinger | 2014-02-08 | 2 | -0/+87 |
| | | | | | | | Make sure the longjmp checking logic catches stacks that are slightly outside of a valid alternative signal stack. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | tests: unify fortification handler logic | Mike Frysinger | 2014-02-08 | 3 | -59/+15 |
| | | | | | | | We have multiple tests that copy & paste the same logic for disabling the fortification output. Let's unify this in the test-skeleton instead. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | tst-longjmp_chk: add comments and convert to test-skeleton | Mike Frysinger | 2014-02-08 | 1 | -2/+7 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Update remaining copyright dates | Allan McRae | 2014-01-01 | 3 | -3/+3 |
| | | | | Update copyright years that are not handled by scripts/update-copyright. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 101 | -101/+101 |
| | |||||
* | Remove unused variables in __stpncpy_chk | Siddhesh Poyarekar | 2013-12-05 | 1 | -3/+0 |
| | |||||
* | Refactor several debug routines. | Ondřej Bílka | 2013-12-04 | 6 | -288/+6 |
| | | | | | To simplify additions of debug routines we replace a custom function implementation by a simple call. | ||||
* | Fix typos. | Ondřej Bílka | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | PowerPC: fix backtrace to handle signal trampolines | Adhemerval Zanella | 2013-08-20 | 3 | -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. | ||||
* | Port remaining string benchmarks | Siddhesh Poyarekar | 2013-06-11 | 1 | -24/+0 |
| | | | | | There were a few more string benchmarks (strcpy_chk and stpcpy_check) in the debug directory that needed to be ported over. | ||||
* | Avoid use of "register" as optimization hint. | Joseph Myers | 2013-06-07 | 2 | -4/+4 |
| | |||||
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 2013-05-31 | 1 | -10/+0 |
| | |||||
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 2 | -0/+2 |
| | |||||
* | Move getlogin_r_chk to login/ subdir. | Roland McGrath | 2013-05-06 | 3 | -33/+5 |
| | |||||
* | Move ptsname_r_chk to login/ subdir. | Roland McGrath | 2013-05-06 | 3 | -30/+5 |
| | |||||
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -2/+2 |
| | |||||
* | Remove CHECK_N and bp-checks.h. | Joseph Myers | 2013-02-08 | 1 | -2/+0 |
| | |||||
* | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 2013-02-01 | 1 | -3/+2 |
| | |||||
* | Avoid backtrace tests matching filenames when searching for function names. | Joseph Myers | 2013-01-24 | 5 | -65/+65 |
| | |||||
* | Add tests that backtrace and backtrace_symbols produce correct results. | Joseph Myers | 2013-01-18 | 5 | -1/+501 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 96 | -111/+96 |
| | |||||
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -2/+1 |
| | |||||
* | Update copyright years. | David S. Miller | 2013-01-01 | 3 | -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. | ||||
* | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer | 2012-11-29 | 1 | -0/+3 |
| | | | | * debug/test-strcpy_chk.c: Mention __chk_fail ABI test. | ||||
* | Update --version copyright dates for memusagestat and pcprofiledump. | Joseph Myers | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 4 | -13/+21 |
| | |||||
* | Add debug IFUNC tests | H.J. Lu | 2012-10-19 | 5 | -2/+47 |
| | |||||
* | Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ | H.J. Lu | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 1 | -27/+27 |
| | |||||
* | Suppress sign-conversion warning from FD_SET. | Paul Pluzhnikov | 2012-06-13 | 1 | -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. | ||||
* | tests: move -D_FORTIFY_SOURCE to CPPFLAGS | Mike Frysinger | 2012-05-31 | 1 | -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> | ||||
* | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 2012-05-24 | 10 | -41/+30 |
| | |||||
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Remove all traces of reg_char. | David S. Miller | 2012-04-18 | 4 | -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. | ||||
* | Merge branch 'elf-move' | Andreas Jaeger | 2012-03-27 | 2 | -20/+147 |
|\ | | | | | | | | | | | | | Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in | ||||
| * | Remove old debug/backtracesyms files, replace with elf versions. | Andreas Jaeger | 2012-03-20 | 2 | -20/+147 |
| | | |||||
* | | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2012-03-20 | 2 | -2/+2 |
|/ | |||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -2/+0 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 95 | -285/+190 |
| | |||||
* | Fix gets problems | Ulrich Drepper | 2012-01-24 | 1 | -5/+0 |
| | |||||
* | Add checking versions of poll and ppoll | Ulrich Drepper | 2012-01-08 | 5 | -2/+81 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 6 | -13/+13 |
| | | | | No more __const. | ||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 1 | -3/+1 |
| | |||||
* | More fallout from gets removal | Ulrich Drepper | 2012-01-01 | 1 | -0/+6 |
| | |||||
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 2 | -4/+4 |
| | |||||
* | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 2011-09-08 | 4 | -6/+62 |
| | |||||
* | Fix quoting in some installed shell scripts | Ulrich Drepper | 2011-06-28 | 1 | -1/+1 |
| |