about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-023-5/+5
* unistd: Improve fortify with clangAdhemerval Zanella2024-02-271-28/+82
* Omit regex.c pragmas no longer neededPaul Eggert2024-01-011-4/+0
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01262-262/+262
* posix: Revert the removal of the crypt prototype from <unistd.h>Florian Weimer2023-11-221-0/+13
* posix: Check pidfd_spawn with tst-spawn7-pidAdhemerval Zanella2023-11-151-1/+1
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-10/+0
* Move getnameinfo from 'inet' to 'nss'Arjun Shankar2023-10-241-1/+1
* Move getaddrinfo from 'posix' into 'nss'Arjun Shankar2023-10-2411-985/+1
* Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar2023-10-243-1/+33
* Remove unused -DRESOLVER getaddrinfo build flagArjun Shankar2023-09-291-1/+1
* posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto2023-09-0512-140/+271
* linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto2023-09-053-2/+8
* tst-*glob*: Do not check d_name sizeSamuel Thibault2023-08-032-2/+2
* posix: Fix test-errno build with fortify enableAdhemerval Zanella Netto2023-07-261-1/+7
* unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-3/+3
* posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-053-153/+200
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+11
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-221-1/+1
* posix: Add test case for gai_strerror()Dridi Boukelmoune2023-06-132-0/+44
* tests: Replace various function calls with their x variantFrédéric Bérat2023-06-062-3/+6
* tests: fix warn unused result on asprintf callsFrédéric Bérat2023-06-066-50/+16
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-0218-47/+47
* tests: fix warn unused resultsFrédéric Bérat2023-06-012-3/+6
* tests: replace ftruncate by xftruncateFrédéric Bérat2023-06-011-1/+2
* posix: Reformat Makefile.Carlos O'Donell2023-05-191-20/+20
* Fix regex type usageнаб2023-05-011-4/+4
* posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-04-201-126/+425
* posix: Fix some crashes in wordexp [BZ #18096]Julian Squires2023-03-282-7/+8
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-272-2/+4
* rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang2023-03-081-3/+9
* posix: Ensure the initial signal disposition for tst-spawn7Adhemerval Zanella Netto2023-03-081-0/+6
* __glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault2023-02-201-1/+1
* glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault2023-02-191-1/+1
* Naming the parameter of dummy_sa_handlerMahesh Bodapati2023-02-131-1/+1
* hurd: Implement SHM_ANONSergey Bugaev2023-02-011-4/+21
* linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto2023-02-012-1/+181
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06262-262/+262
* posix: Make posix_spawn extensions available by defaultFlorian Weimer2022-11-041-2/+2
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-3/+3
* posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto2022-10-051-0/+6
* posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto2022-10-051-0/+31
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-222-3/+3
* Merge getopt patch from GnulibPaul Eggert2022-08-231-1/+2
* Merge _GL_UNUSED C23 patch from GnulibPaul Eggert2022-08-231-2/+2
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-051-1/+1
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-1/+1
* linux: Add process_madviseAdhemerval Zanella2022-06-021-1/+1