about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-101-5/+0
* riscv: Enable multi-arg ifunc resolversEvan Green2024-03-011-11/+17
* arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella2024-02-231-1/+2
* string: Add hidden builtin definition for __strcpy_chk.Stefan Liebler2024-02-061-0/+1
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-015-26/+34
* version.h, include/features.h: Bump version to 2.39Andreas K. Hüttel2024-01-311-1/+1
* Implement C23 <stdbit.h>Joseph Myers2024-01-031-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0145-45/+45
* aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay2023-12-201-0/+2
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-221-4/+0
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-211-0/+5
* linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella2023-11-071-0/+5
* stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella2023-10-311-2/+0
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-3/+0
* 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