Age | Commit message (Expand) | Author | Files | Lines |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 3 | -3/+3 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 102 | -102/+102 |
2020-11-05 | Remove __warndecl | Siddhesh Poyarekar | 2 | -71/+1 |
2020-07-07 | signal: Move sys_siglist to a compat symbol | Adhemerval Zanella | 1 | -11/+7 |
2020-02-18 | mips: Fix bracktrace result for signal frames | Adhemerval Zanella | 1 | -0/+5 |
2020-02-11 | debug: Add missing locale dependencies of fortify tests | Florian Weimer | 1 | -0/+11 |
2020-01-21 | Fix array overflow in backtrace on PowerPC (bug 25423) | Andreas Schwab | 1 | -0/+12 |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 103 | -103/+103 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 103 | -103/+103 |
2019-08-23 | Refactor sigcontextinfo.h | Adhemerval Zanella | 1 | -3/+13 |
2019-08-19 | Do not print backtraces on fatal glibc errors | Florian Weimer | 2 | -29/+4 |
2019-02-03 | libio: Use stdin consistently for input functions [BZ #24153] | Florian Weimer | 1 | -8/+8 |
2019-01-03 | nptl: Fix testcases for new pthread cancellation mechanism | Adhemerval Zanella | 1 | -9/+10 |
2019-01-02 | Set behavior of sprintf-like functions with overlapping source and destination | Gabriel F. T. Gomes | 2 | -0/+8 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 103 | -103/+103 |
2018-12-05 | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) | Zack Weinberg | 21 | -493/+187 |
2018-12-05 | Add __v*printf_internal with flags arguments | Zack Weinberg | 10 | -10/+10 |
2018-08-21 | __readlink_chk: Remove micro-optimization | Florian Weimer | 1 | -4/+0 |
2018-07-05 | Compile debug/stack_chk_fail_local.c with stack protector | Florian Weimer | 1 | -2/+5 |
2018-06-01 | libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236] | Florian Weimer | 1 | -2/+2 |
2018-03-21 | Use x86_64 backtrace as generic version. | Joseph Myers | 1 | -57/+101 |
2018-02-21 | Remove _IO_file_flags define. | Zack Weinberg | 5 | -22/+19 |
2018-02-21 | Remove legacy configuration knobs from libio. | Zack Weinberg | 1 | -3/+0 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 8 | -15/+15 |
2018-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 102 | -102/+102 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -54/+54 |
2017-11-30 | x86: Make a space in jmpbuf for shadow stack pointer | H.J. Lu | 1 | -1/+1 |
2017-09-19 | Enable unwind info in libc-start.c and backtrace.c | Wilco Dijkstra | 1 | -1/+1 |
2017-09-05 | Fix pcprofiledump cross-endian condition (bug 22086). | Joseph Myers | 1 | -1/+1 |
2017-08-20 | Move ____longjmp_chk prototype to include/setjmp.h | H.J. Lu | 1 | -4/+0 |
2017-08-13 | __fortify_fail: Remove internal_function attribute | Florian Weimer | 1 | -2/+2 |
2017-07-24 | Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752] | H.J. Lu | 1 | -4/+8 |
2017-07-19 | Don't add stack_chk_fail_local.o to libc.a [BZ #21740] | H.J. Lu | 1 | -0/+4 |
2017-07-12 | Compile tst-ssp-1.c with -fstack-protector-all | H.J. Lu | 1 | -1/+1 |
2017-07-11 | Avoid backtrace from __stack_chk_fail [BZ #12189] | H.J. Lu | 4 | -3/+66 |
2017-06-05 | Fix struct sigaltstack namespace (bug 21517). | Joseph Myers | 1 | -1/+1 |
2017-03-23 | Update string tests to use the support test driver. | Wainer dos Santos Moschetta | 1 | -2/+3 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+0 |
2017-02-25 | Clean up conditionals for declaration of gets. | Zack Weinberg | 2 | -15/+21 |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 101 | -101/+101 |
2016-12-26 | PLT avoidance for __stack_chk_fail [BZ #7065] | Nick Alcock | 2 | -0/+8 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 4 | -0/+76 |
2016-12-10 | debug: Additional compiler barriers for backtrace tests [BZ #20956] | Florian Weimer | 5 | -22/+14 |
2016-08-19 | Add tests for fortification of bcopy and bzero. | Zack Weinberg | 1 | -0/+61 |
2016-06-23 | libio: Implement vtable verification [BZ #20191] | Florian Weimer | 4 | -4/+4 |
2016-06-23 | test-skeleton.c: Add write_message function | Florian Weimer | 1 | -10/+8 |