about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar2023-10-242-2/+2
* Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar2023-10-241-1/+1
* Remove 'shadow' and merge into 'nss'Arjun Shankar2023-10-241-1/+1
* Remove 'pwd' and merge into 'nss'Arjun Shankar2023-10-241-1/+1
* Remove 'gshadow' and merge into 'nss'Arjun Shankar2023-10-241-1/+1
* Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar2023-10-242-2/+2
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-181-4/+0
* stdio: Remove __libc_message alloca usageJoe Simmons-Talbott2023-09-111-1/+28
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-081-2/+0
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-081-0/+4
* posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto2023-09-051-0/+4
* __call_tls_dtors: Use call_function_static_weakSamuel Thibault2023-09-041-5/+1
* nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer2023-08-111-4/+0
* chk: Add and fix hidden builtin definitions for *_chkSamuel Thibault2023-08-033-0/+11
* 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