aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
4 daysposix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)Adhemerval Zanella1-32/+48
12 daysExtend tst-getconf.sh test with NPROCESSORS_CONF and NPROCESSORS_ONLNJan Kurik1-0/+4
2024-06-05getconf: Add NPROCESSORS_{CONF,ONLN} [BZ #31661]Mohamed Akram1-0/+2
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella3-5/+5
2024-02-27unistd: Improve fortify with clangAdhemerval Zanella1-28/+82
2024-01-01Omit regex.c pragmas no longer neededPaul Eggert1-4/+0
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert262-262/+262
2023-11-22posix: Revert the removal of the crypt prototype from <unistd.h>Florian Weimer1-0/+13
2023-11-15posix: Check pidfd_spawn with tst-spawn7-pidAdhemerval Zanella1-1/+1
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-10/+0
2023-10-24Move getnameinfo from 'inet' to 'nss'Arjun Shankar1-1/+1
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar11-985/+1
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar3-1/+33
2023-09-29Remove unused -DRESOLVER getaddrinfo build flagArjun Shankar1-1/+1
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto12-140/+271
2023-09-05linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto3-2/+8
2023-08-03tst-*glob*: Do not check d_name sizeSamuel Thibault2-2/+2
2023-07-26posix: Fix test-errno build with fortify enableAdhemerval Zanella Netto1-1/+7
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-3/+3
2023-07-05posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat3-153/+200
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+11
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert1-1/+1
2023-06-13posix: Add test case for gai_strerror()Dridi Boukelmoune2-0/+44
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat2-3/+6
2023-06-06tests: fix warn unused result on asprintf callsFrédéric Bérat6-50/+16
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov18-47/+47
2023-06-01tests: fix warn unused resultsFrédéric Bérat2-3/+6
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat1-1/+2
2023-05-19posix: Reformat Makefile.Carlos O'Donell1-20/+20
2023-05-01Fix regex type usageнаб1-4/+4
2023-04-20posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-126/+425
2023-03-28posix: Fix some crashes in wordexp [BZ #18096]Julian Squires2-7/+8
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2-2/+4
2023-03-08rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang1-3/+9
2023-03-08posix: Ensure the initial signal disposition for tst-spawn7Adhemerval Zanella Netto1-0/+6
2023-02-20__glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault1-1/+1
2023-02-19glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault1-1/+1
2023-02-13Naming the parameter of dummy_sa_handlerMahesh Bodapati1-1/+1
2023-02-01hurd: Implement SHM_ANONSergey Bugaev1-4/+21
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto2-1/+181
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers262-262/+262
2022-11-04posix: Make posix_spawn extensions available by defaultFlorian Weimer1-2/+2
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-3/+3
2022-10-05posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto1-0/+6
2022-10-05posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto1-0/+31
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2-3/+3
2022-08-23Merge getopt patch from GnulibPaul Eggert1-1/+2
2022-08-23Merge _GL_UNUSED C23 patch from GnulibPaul Eggert1-2/+2