aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2024-02-27unistd: Improve fortify with clangAdhemerval Zanella
2024-01-01Omit regex.c pragmas no longer neededPaul Eggert
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-22posix: Revert the removal of the crypt prototype from <unistd.h>Florian Weimer
2023-11-15posix: Check pidfd_spawn with tst-spawn7-pidAdhemerval Zanella
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-10-24Move getnameinfo from 'inet' to 'nss'Arjun Shankar
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar
2023-09-29Remove unused -DRESOLVER getaddrinfo build flagArjun Shankar
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto
2023-09-05linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto
2023-08-03tst-*glob*: Do not check d_name sizeSamuel Thibault
2023-07-26posix: Fix test-errno build with fortify enableAdhemerval Zanella Netto
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-05Exclude routines from fortificationFrédéric Bérat
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert
2023-06-13posix: Add test case for gai_strerror()Dridi Boukelmoune
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat
2023-06-06tests: fix warn unused result on asprintf callsFrédéric Bérat
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01tests: fix warn unused resultsFrédéric Bérat
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat
2023-05-19posix: Reformat Makefile.Carlos O'Donell
2023-05-01Fix regex type usageнаб
2023-04-20posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella
2023-03-28posix: Fix some crashes in wordexp [BZ #18096]Julian Squires
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-08rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang
2023-03-08posix: Ensure the initial signal disposition for tst-spawn7Adhemerval Zanella Netto
2023-02-20__glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault
2023-02-19glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault
2023-02-13Naming the parameter of dummy_sa_handlerMahesh Bodapati
2023-02-01hurd: Implement SHM_ANONSergey Bugaev
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-04posix: Make posix_spawn extensions available by defaultFlorian Weimer
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-05posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto
2022-10-05posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-08-23Merge getopt patch from GnulibPaul Eggert
2022-08-23Merge _GL_UNUSED C23 patch from GnulibPaul Eggert
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-06-02linux: Add process_madviseAdhemerval Zanella
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar