about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Enable --enable-fortify-source with clangAdhemerval Zanella2024-04-178-7/+47
* math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINESAdhemerval Zanella2024-04-171-3/+8
* string: mempcy and stpcpy builtins internallyAdhemerval Zanella2024-04-171-2/+6
* Move inhibit_stack_protector to its own headerAdhemerval Zanella2024-04-172-14/+39
* string: Use asm alias instead of symbol redirections for stpcpy and mempcpyAdhemerval Zanella2024-04-171-2/+2
* elf: Suppress unused function clang for __ifunc_resolverAdhemerval Zanella2024-04-171-1/+5
* Fix inhibit_stack_protector for clangAdhemerval Zanella2024-04-171-1/+6
* Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella2024-04-171-0/+3
* Disable __USE_EXTERN_INLINES for clangAdhemerval Zanella2024-04-171-1/+1
* Add clang specific warnings suppress macrosAdhemerval Zanella2024-04-171-0/+22
* 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