about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-121-4/+0
* Revert "elf: Move l_init_called_next to old place of l_text_end in link map"Florian Weimer2023-10-191-4/+4
* Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer2023-10-181-0/+2
* elf: Move l_init_called_next to old place of l_text_end in link mapFlorian Weimer2023-09-111-4/+4
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-111-2/+0
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-111-0/+4
* nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer2023-08-111-4/+0
* Increase version numbersAndreas K. Hüttel2023-07-301-1/+1
* misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2023-07-052-0/+5
* misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-052-0/+5
* unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-0/+4
* posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-052-0/+2
* wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-0/+15
* misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat2023-07-051-0/+14
* stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-051-1/+12
* string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-051-0/+7
* wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat2023-06-221-0/+1
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+5
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-141-0/+4
* Move {read,write}_all functions to a dedicated headerFrédéric Bérat2023-06-061-0/+66
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-022-2/+2
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-027-10/+10
* Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar2023-06-011-1/+2
* Mark various cold functions as __COLDSergey Bugaev2023-05-011-2/+2
* Fix regex type usageнаб2023-05-011-11/+11
* Remove set-hooks.h from generic includesAdhemerval Zanella Netto2023-03-271-96/+0
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-271-6/+12
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-272-73/+142
* C2x scanf binary constant handlingJoseph Myers2023-03-022-2/+43
* string: Remove string_private.hAdhemerval Zanella2023-02-171-3/+0
* resolv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella2023-02-171-36/+0
* C2x strtol binary constant handlingJoseph Myers2023-02-163-7/+101
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-081-0/+1
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-081-0/+1
* Linux: optimize clone3 internal usageAdhemerval Zanella Netto2023-02-011-0/+5
* linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto2023-02-011-0/+5
* Linux: Do not align the stack for __clone3Adhemerval Zanella Netto2023-02-011-0/+3
* linux: Extend internal clone3 documentationAdhemerval Zanella Netto2023-02-011-5/+19
* Prepare for glibc 2.37 release.Carlos O'Donell2023-01-311-1/+1
* doc: correct _FORTIFY_SOURCE doc in features.hfanquake2023-01-311-1/+2
* stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer2023-01-251-5/+14
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0644-44/+44
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-191-0/+1
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-191-0/+4
* libio: Convert __vdprintf_internal to buffersFlorian Weimer2022-12-191-0/+9
* libio: Convert __vasprintf_internal to buffersFlorian Weimer2022-12-191-0/+9
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-191-0/+2
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-192-9/+64
* stdio-common: Add __translated_number_widthFlorian Weimer2022-12-191-1/+12
* stdio-common: Add __printf_function_invokeFlorian Weimer2022-12-191-0/+10