Age | Commit message (Expand) | Author | Files | Lines |
2024-02-12 | malloc: Use __get_nprocs on arena_get2 (BZ 30945) | Adhemerval Zanella | 1 | -4/+0 |
2023-10-19 | Revert "elf: Move l_init_called_next to old place of l_text_end in link map" | Florian Weimer | 1 | -4/+4 |
2023-10-18 | Revert "elf: Remove unused l_text_end field from struct link_map" | Florian Weimer | 1 | -0/+2 |
2023-09-11 | elf: Move l_init_called_next to old place of l_text_end in link map | Florian Weimer | 1 | -4/+4 |
2023-09-11 | elf: Remove unused l_text_end field from struct link_map | Florian Weimer | 1 | -2/+0 |
2023-09-11 | elf: Always call destructors in reverse constructor order (bug 30785) | Florian Weimer | 1 | -0/+4 |
2023-08-11 | nscd: Do not rebuild getaddrinfo (bug 30709) | Florian Weimer | 1 | -4/+0 |
2023-07-30 | Increase version numbers | Andreas K. Hüttel | 1 | -1/+1 |
2023-07-05 | misc/bits/syslog.h: Clearly separate declaration from definition | Frédéric Bérat | 2 | -0/+5 |
2023-07-05 | misc/bits/select2.h: Clearly separate declaration from definitions | Frédéric Bérat | 2 | -0/+5 |
2023-07-05 | unistd: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat | 1 | -0/+4 |
2023-07-05 | posix/bits/unistd.h: Clearly separate declaration from definitions | Frédéric Bérat | 2 | -0/+2 |
2023-07-05 | wchar: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat | 1 | -0/+15 |
2023-07-05 | misc/sys/cdefs.h: Create FORTIFY redirects for internal calls | Frédéric Bérat | 1 | -0/+14 |
2023-07-05 | stdio: Ensure *_chk routines have their hidden builtin definition available | Frédéric Bérat | 1 | -1/+12 |
2023-07-05 | string: Ensure *_chk routines have their hidden builtin definition available | Frédéric Bérat | 1 | -0/+7 |
2023-06-22 | wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions | Frederic Berat | 1 | -0/+1 |
2023-06-14 | Add the wcslcpy, wcslcat functions | Florian Weimer | 1 | -0/+5 |
2023-06-14 | Implement strlcpy and strlcat [BZ #178] | Florian Weimer | 1 | -0/+4 |
2023-06-06 | Move {read,write}_all functions to a dedicated header | Frédéric Bérat | 1 | -0/+66 |
2023-06-02 | Fix a few more typos I missed in previous round -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 7 | -10/+10 |
2023-06-01 | Use __nonnull for the epoll_wait(2) family of syscalls | Alejandro Colomar | 1 | -1/+2 |
2023-05-01 | Mark various cold functions as __COLD | Sergey Bugaev | 1 | -2/+2 |
2023-05-01 | Fix regex type usage | наб | 1 | -11/+11 |
2023-03-27 | Remove set-hooks.h from generic includes | Adhemerval Zanella Netto | 1 | -96/+0 |
2023-03-27 | libio: Remove the usage of __libc_IO_vtables | Adhemerval Zanella Netto | 1 | -6/+12 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 2 | -73/+142 |
2023-03-02 | C2x scanf binary constant handling | Joseph Myers | 2 | -2/+43 |
2023-02-17 | string: Remove string_private.h | Adhemerval Zanella | 1 | -3/+0 |
2023-02-17 | resolv: Remove _STRING_ARCH_unaligned usage | Adhemerval Zanella | 1 | -36/+0 |
2023-02-16 | C2x strtol binary constant handling | Joseph Myers | 3 | -7/+101 |
2023-02-08 | string: Add libc_hidden_proto for memrchr | Adhemerval Zanella | 1 | -0/+1 |
2023-02-08 | string: Add libc_hidden_proto for strchrnul | Adhemerval Zanella | 1 | -0/+1 |
2023-02-01 | Linux: optimize clone3 internal usage | Adhemerval Zanella Netto | 1 | -0/+5 |
2023-02-01 | linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn | Adhemerval Zanella Netto | 1 | -0/+5 |
2023-02-01 | Linux: Do not align the stack for __clone3 | Adhemerval Zanella Netto | 1 | -0/+3 |
2023-02-01 | linux: Extend internal clone3 documentation | Adhemerval Zanella Netto | 1 | -5/+19 |
2023-01-31 | Prepare for glibc 2.37 release. | Carlos O'Donell | 1 | -1/+1 |
2023-01-31 | doc: correct _FORTIFY_SOURCE doc in features.h | fanquake | 1 | -1/+2 |
2023-01-25 | stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039) | Florian Weimer | 1 | -5/+14 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 44 | -44/+44 |
2022-12-19 | libio: Convert __vswprintf_internal to buffers (bug 27857) | Florian Weimer | 1 | -0/+1 |
2022-12-19 | libio: Convert __obstack_vprintf_internal to buffers (bug 27124) | Florian Weimer | 1 | -0/+4 |
2022-12-19 | libio: Convert __vdprintf_internal to buffers | Florian Weimer | 1 | -0/+9 |
2022-12-19 | libio: Convert __vasprintf_internal to buffers | Florian Weimer | 1 | -0/+9 |
2022-12-19 | libio: Convert __vsprintf_internal to buffers | Florian Weimer | 1 | -0/+2 |
2022-12-19 | stdio-common: Convert vfprintf and related functions to buffers | Florian Weimer | 2 | -9/+64 |
2022-12-19 | stdio-common: Add __translated_number_width | Florian Weimer | 1 | -1/+12 |
2022-12-19 | stdio-common: Add __printf_function_invoke | Florian Weimer | 1 | -0/+10 |