aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'pwd' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'gshadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-09-11stdio: Remove __libc_message alloca usageJoe Simmons-Talbott
2023-09-08elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault
2023-08-11nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer
2023-08-03chk: Add and fix hidden builtin definitions for *_chkSamuel Thibault
2023-07-30Increase version numbersAndreas K. Hüttel
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-06-22wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-06-06Move {read,write}_all functions to a dedicated headerFrédéric Bérat
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar
2023-05-01Mark various cold functions as __COLDSergey Bugaev
2023-05-01Fix regex type usageнаб
2023-03-27Remove set-hooks.h from generic includesAdhemerval Zanella Netto
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-02-17string: Remove string_private.hAdhemerval Zanella
2023-02-17resolv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-01Linux: optimize clone3 internal usageAdhemerval Zanella Netto
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto
2023-02-01Linux: Do not align the stack for __clone3Adhemerval Zanella Netto
2023-02-01linux: Extend internal clone3 documentationAdhemerval Zanella Netto