Age | Commit message (Expand) | Author | Files | Lines |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 216 | -216/+216 |
2023-01-06 | Remove trailing whitespace in gmp.h | Joseph Myers | 1 | -1/+1 |
2022-12-19 | stdio-common: Convert vfprintf and related functions to buffers | Florian Weimer | 2 | -151/+83 |
2022-12-12 | stdlib: Move _IO_cleanup to call_function_static_weak | Adhemerval Zanella | 1 | -4/+2 |
2022-11-07 | Apply asm redirection in gmp.h before first use | Adhemerval Zanella | 1 | -33/+39 |
2022-11-02 | Fix OOB read in stdlib thousand grouping parsing [BZ #29727] | Szabolcs Nagy | 1 | -9/+7 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -0/+12 |
2022-10-28 | stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501) | Letu Ren | 1 | -1/+2 |
2022-10-28 | longlong.h: update from GCC for LoongArch clz/ctz support | Xi Ruoyao | 1 | -0/+12 |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 5 | -16/+4 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 5 | -4/+5 |
2022-09-30 | malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624) | Adhemerval Zanella | 1 | -1/+1 |
2022-09-30 | stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638) | Adhemerval Zanella | 1 | -1/+1 |
2022-08-30 | stdlib: Fix macro expansion producing 'defined' has undefined behavior | Adhemerval Zanella | 1 | -3/+6 |
2022-08-10 | inet: Turn __ivaliduser into a compatibility symbol | Florian Weimer | 1 | -0/+2 |
2022-08-03 | assert: Do not use stderr in libc-internal assert | Florian Weimer | 1 | -1/+1 |
2022-08-01 | stdlib: Simplify arc4random_uniform | Adhemerval Zanella | 1 | -99/+30 |
2022-07-29 | stdlib: Tuned down tst-arc4random-thread internal parameters | Adhemerval Zanella | 1 | -6/+18 |
2022-07-27 | arc4random: simplify design for better safety | Jason A. Donenfeld | 5 | -559/+45 |
2022-07-22 | aarch64: Add optimized chacha20 | Adhemerval Zanella Netto | 1 | -2/+6 |
2022-07-22 | stdlib: Add arc4random tests | Adhemerval Zanella Netto | 5 | -0/+860 |
2022-07-22 | stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) | Adhemerval Zanella Netto | 7 | -0/+603 |
2022-07-05 | stdlib: Simplify buffer management in canonicalize | Florian Weimer | 1 | -64/+51 |
2022-06-30 | Refactor internal-signals.h | Adhemerval Zanella | 1 | -5/+5 |
2022-06-23 | stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279] | Noah Goldstein | 1 | -4/+4 |
2022-06-22 | stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265] | Noah Goldstein | 3 | -5/+21 |
2022-06-22 | stdlib: Remove trailing whitespace from Makefile | Noah Goldstein | 1 | -1/+1 |
2022-04-13 | stdlib: Reflow and sort most variable assignments | Adhemerval Zanella | 1 | -63/+227 |
2022-03-31 | realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996] | Siddhesh Poyarekar | 2 | -5/+8 |
2022-03-31 | stdlib: Fix tst-getrandom memcmp call | Adhemerval Zanella | 1 | -1/+1 |
2022-03-31 | stdlib: Fix tst-rand48.c printf types | Adhemerval Zanella | 1 | -3/+3 |
2022-03-10 | Add some missing access function attributes | Steve Grubb | 1 | -2/+4 |
2022-02-21 | realpath: Do not copy result on failure (BZ #28815) | Siddhesh Poyarekar | 2 | -3/+5 |
2022-01-25 | stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779] | Martin Sebor | 1 | -2/+4 |
2022-01-24 | realpath: Avoid overwriting preexisting error (CVE-2021-3998) | Siddhesh Poyarekar | 1 | -1/+1 |
2022-01-24 | tst-realpath-toolong: Fix hurd build | Siddhesh Poyarekar | 1 | -0/+4 |
2022-01-21 | realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770] | Siddhesh Poyarekar | 3 | -2/+60 |
2022-01-13 | stdlib: Fix formatting of tests list in Makefile | Siddhesh Poyarekar | 1 | -75/+77 |
2022-01-13 | stdlib: Sort tests in Makefile | Siddhesh Poyarekar | 1 | -24/+75 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 211 | -211/+211 |
2021-12-17 | fortify: Fix spurious warning with realpath | Siddhesh Poyarekar | 1 | -1/+1 |
2021-10-21 | Add alloc_align attribute to memalign et al | Jonathan Wakely | 1 | -1/+3 |
2021-10-20 | stdlib: Fix tst-canon-bz26341 when the glibc build current working directory ... | omain GEISSLER | 1 | -0/+6 |
2021-10-20 | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar | 1 | -40/+17 |
2021-10-20 | Don't add access size hints to fortifiable functions | Siddhesh Poyarekar | 1 | -2/+3 |
2021-10-05 | Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compare | Joseph Myers | 1 | -1/+1 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 51 | -52/+0 |
2021-08-04 | test-dlclose-exit-race: avoid hang on pthread_create error | DJ Delorie | 1 | -1/+13 |
2021-07-28 | __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524] | Siddhesh Poyarekar | 1 | -0/+4 |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 1 | -5/+6 |