Age | Commit message (Expand) | Author | Files | Lines |
2022-09-09 | Use C11 atomics instead of atomic_decrement(_val) | Wilco Dijkstra | 2 | -2/+2 |
2022-08-25 | Revert "Detect ld.so and libc.so version inconsistency during startup" | Florian Weimer | 1 | -9/+0 |
2022-08-24 | Detect ld.so and libc.so version inconsistency during startup | Florian Weimer | 1 | -0/+9 |
2022-08-04 | malloc: Correct the documentation of the top_pad default | Florian Weimer | 1 | -1/+1 |
2022-07-29 | Update install.texi, and regenerate INSTALL. | Carlos O'Donell | 1 | -6/+6 |
2022-07-27 | arc4random: simplify design for better safety | Jason A. Donenfeld | 1 | -10/+3 |
2022-07-26 | LoongArch: Update NEWS and README for the LoongArch port. | caiyinyu | 1 | -1/+1 |
2022-07-22 | manual: Add documentation for arc4random functions | Adhemerval Zanella Netto | 1 | -0/+46 |
2022-06-30 | AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunable | Tejas Belagod | 1 | -0/+3 |
2022-06-15 | x86: Add bounds `x86_non_temporal_threshold` | Noah Goldstein | 1 | -1/+1 |
2022-06-05 | grep: egrep -> grep -E, fgrep -> grep -F | Sam James | 1 | -1/+1 |
2022-05-31 | manual: fix reference to source file | Andreas Schwab | 1 | -1/+1 |
2022-05-13 | wcrtomb: Make behavior POSIX compliant | Siddhesh Poyarekar | 1 | -5/+6 |
2022-05-04 | manual: Clarify that abbreviations of long options are allowed | Siddhesh Poyarekar | 1 | -1/+2 |
2022-04-29 | dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo | Florian Weimer | 1 | -3/+12 |
2022-04-29 | manual: Document the dlinfo function | Florian Weimer | 1 | -1/+70 |
2022-04-26 | INSTALL: Rephrase -with-default-link documentation | Florian Weimer | 1 | -5/+5 |
2022-04-22 | Default to --with-default-link=no (bug 25812) | Florian Weimer | 1 | -0/+6 |
2022-04-14 | nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) | Adhemerval Zanella | 1 | -2/+1 |
2022-04-12 | hurd: Define ELIBEXEC | Samuel Thibault | 1 | -5/+5 |
2022-02-28 | manual: SA_ONSTACK is ignored without alternate stack | Florian Weimer | 1 | -1/+1 |
2022-02-03 | Update install.texi, and regenerate INSTALL. | Carlos O'Donell | 1 | -9/+12 |
2022-02-02 | Linux: Use ptrdiff_t for __rseq_offset | Florian Weimer | 1 | -1/+1 |
2022-01-19 | x86_64: Document libmvec vector functions accuracy [BZ #28766] | Sunil K Pandey | 1 | -2/+3 |
2022-01-14 | Add --with-rtld-early-cflags configure option | Florian Weimer | 1 | -0/+7 |
2022-01-12 | manual: Drop obsolete @refill | Siddhesh Poyarekar | 10 | -21/+21 |
2022-01-10 | math: Fix float conversion regressions with gcc-12 [BZ #28713] | Szabolcs Nagy | 1 | -3/+4 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 48 | -48/+48 |
2021-12-28 | elf: Add _dl_find_object function | Florian Weimer | 5 | -13/+140 |
2021-12-23 | stdio: Implement %#m for vfprintf and related functions | Florian Weimer | 1 | -2/+6 |
2021-12-17 | nss: Use "files dns" as the default for the hosts database (bug 28700) | Florian Weimer | 1 | -3/+2 |
2021-12-15 | malloc: Add Huge Page support for mmap | Adhemerval Zanella | 1 | -0/+7 |
2021-12-15 | malloc: Add madvise support for Transparent Huge Pages | Adhemerval Zanella | 1 | -0/+10 |
2021-12-14 | elf: Use new dependency sorting algorithm by default | Florian Weimer | 1 | -1/+1 |
2021-12-13 | Replace --enable-static-pie with --disable-default-pie | Siddhesh Poyarekar | 1 | -9/+7 |
2021-12-09 | nptl: Add public rseq symbols and <sys/rseq.h> | Florian Weimer | 1 | -0/+81 |
2021-12-09 | nptl: Add glibc.pthread.rseq tunable to control rseq registration | Florian Weimer | 1 | -0/+10 |
2021-12-04 | Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR | H.J. Lu | 1 | -0/+5 |
2021-11-10 | Support C2X printf %b, %B | Joseph Myers | 1 | -9/+21 |
2021-10-21 | elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645) | Chung-Lin Tang | 1 | -0/+11 |
2021-10-18 | manual: Update _TIME_BITS to clarify it's user defined | Stafford Horne | 1 | -2/+2 |
2021-09-30 | Add C2X _PRINTF_NAN_LEN_MAX | Joseph Myers | 1 | -1/+4 |
2021-09-28 | Add fmaximum, fminimum functions | Joseph Myers | 1 | -4/+106 |
2021-09-22 | Add narrowing fma functions | Joseph Myers | 1 | -0/+21 |
2021-09-10 | Add narrowing square root functions | Joseph Myers | 1 | -0/+19 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 2 | -2/+0 |
2021-08-26 | llio.texi: Wording fixes in description of closefrom() | Michael Kerrisk | 1 | -2/+2 |
2021-08-01 | Update install.texi, and regenerate INSTALL. | Carlos O'Donell | 1 | -4/+4 |
2021-07-27 | manual: Drop the .so suffix in libc_malloc_debug description | Siddhesh Poyarekar | 2 | -4/+4 |
2021-07-23 | manual: Document unsupported cases for interposition | Siddhesh Poyarekar | 1 | -0/+7 |