aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella1-5/+0
2024-03-01riscv: Enable multi-arg ifunc resolversEvan Green1-11/+17
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella1-1/+2
2024-02-06string: Add hidden builtin definition for __strcpy_chk.Stefan Liebler1-0/+1
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers5-26/+34
2024-01-31version.h, include/features.h: Bump version to 2.39Andreas K. Hüttel1-1/+1
2024-01-03Implement C23 <stdbit.h>Joseph Myers1-0/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert45-45/+45
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay1-0/+2
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella1-4/+0
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella1-0/+5
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella1-0/+5
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella1-2/+0
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-3/+0
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar2-2/+2
2023-10-24Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar1-1/+1
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar1-1/+1
2023-10-24Remove 'pwd' and merge into 'nss'Arjun Shankar1-1/+1
2023-10-24Remove 'gshadow' and merge into 'nss'Arjun Shankar1-1/+1
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar2-2/+2
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer1-4/+0
2023-09-11stdio: Remove __libc_message alloca usageJoe Simmons-Talbott1-1/+28
2023-09-08elf: Remove unused l_text_end field from struct link_mapFlorian Weimer1-2/+0
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer1-0/+4
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto1-0/+4
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault1-5/+1
2023-08-11nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer1-4/+0
2023-08-03chk: Add and fix hidden builtin definitions for *_chkSamuel Thibault3-0/+11
2023-07-30Increase version numbersAndreas K. Hüttel1-1/+1
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2-0/+5
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat2-0/+5
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-0/+4
2023-07-05posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat2-0/+2
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-0/+15
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat1-0/+14
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat1-1/+12
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat1-0/+7
2023-06-22wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat1-0/+1
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer1-0/+5
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer1-0/+4
2023-06-06Move {read,write}_all functions to a dedicated headerFrédéric Bérat1-0/+66
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2-2/+2
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov7-10/+10
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar1-1/+2
2023-05-01Mark various cold functions as __COLDSergey Bugaev1-2/+2
2023-05-01Fix regex type usageнаб1-11/+11
2023-03-27Remove set-hooks.h from generic includesAdhemerval Zanella Netto1-96/+0
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-6/+12
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2-73/+142
2023-03-02C2x scanf binary constant handlingJoseph Myers2-2/+43