1675 Commits (master)

Author SHA1 Message Date
Adhemerval Zanella a4ed0471d7 Always define __USE_TIME_BITS64 when 64 bit time_t is used 2 years ago
Adhemerval Zanella ec307a1086 unistd: Improve fortify with clang 2 years ago
Paul Eggert 540b740c8a Omit regex.c pragmas no longer needed 2 years ago
Paul Eggert 1059defeee Update copyright dates not handled by scripts/update-copyrights 2 years ago
Paul Eggert dff8da6b3e Update copyright dates with scripts/update-copyrights 2 years ago
Florian Weimer 5d7f1bce7d posix: Revert the removal of the crypt prototype from <unistd.h> 2 years ago
Adhemerval Zanella 0575073dda posix: Check pidfd_spawn with tst-spawn7-pid 2 years ago
Adhemerval Zanella e6e3c66688 crypt: Remove libcrypt support 3 years ago
Arjun Shankar 2f1c6652d7 Move getnameinfo from 'inet' to 'nss' 3 years ago
Arjun Shankar 7f602256ab Move getaddrinfo from 'posix' into 'nss' 3 years ago
Arjun Shankar b121fdc552 Remove 'grp' and merge into 'nss' and 'posix' 3 years ago
Arjun Shankar 99b4327a55 Remove unused -DRESOLVER getaddrinfo build flag 3 years ago
Adhemerval Zanella Netto 0d6f9f6265 posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349) 3 years ago
Adhemerval Zanella Netto ce2bfb8569 linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371) 3 years ago
Samuel Thibault 5e4435f960 tst-*glob*: Do not check d_name size 3 years ago
Adhemerval Zanella Netto df43ea489c posix: Fix test-errno build with fortify enable 3 years ago
Frédéric Bérat b17d65ff92 unistd: Avoid PLT entries with _FORTIFY_SOURCE 3 years ago
Frédéric Bérat 391f5e9619 posix/bits/unistd.h: Clearly separate declaration from definitions 3 years ago
Frédéric Bérat 20c894d21e Exclude routines from fortification 3 years ago
Paul Eggert 21fbc0a193 Call "CST" a time zone abbreviation, not a name 3 years ago
Dridi Boukelmoune 127c21c0e2 posix: Add test case for gai_strerror() 3 years ago
Frédéric Bérat f6a532fbd0 tests: Replace various function calls with their x variant 3 years ago
Frédéric Bérat 8c4f69d711 tests: fix warn unused result on asprintf calls 3 years ago
Paul Pluzhnikov 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337 3 years ago
Frédéric Bérat 29e25f6f13 tests: fix warn unused results 3 years ago
Frédéric Bérat 32043daaaf tests: replace ftruncate by xftruncate 3 years ago
Carlos O'Donell 7b31c02dd2 posix: Reformat Makefile. 3 years ago
наб be9ad3004f Fix regex type usage 3 years ago
Adhemerval Zanella 12a4cfca86 posix: Re-flow and sort multiline Makefile definitions 3 years ago
Julian Squires 31bfe3ef4e posix: Fix some crashes in wordexp [BZ #18096] 3 years ago
Adhemerval Zanella Netto 88677348b4 Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 3 years ago
abushwang 0b7bf0e0a4 rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX} 3 years ago
Adhemerval Zanella Netto 65387e4809 posix: Ensure the initial signal disposition for tst-spawn7 3 years ago
Samuel Thibault 2e6a9d7f2c __glob64_time64: Fix typo for stub_warning call (BZ #30146) 3 years ago
Samuel Thibault a307e1b315 glob64_time64: Fix typo for stub_warning call (BZ #30146) 3 years ago
Mahesh Bodapati 000ca24f80 Naming the parameter of dummy_sa_handler 3 years ago
Sergey Bugaev a979b72747 hurd: Implement SHM_ANON 3 years ago
Adhemerval Zanella Netto 2053c11331 linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn 3 years ago
Joseph Myers ae612c45ef Update copyright dates not handled by scripts/update-copyrights 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Florian Weimer 2ff48a4025 posix: Make posix_spawn extensions available by default 3 years ago
Adhemerval Zanella 8d98c7c00f configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases 4 years ago
Adhemerval Zanella Netto 442e3a2172 posix: Suppress -Os may be used uninitialized warnings on regexec 4 years ago
Adhemerval Zanella Netto 9ec1c8cd24 posix: Suppress -Os warnings on fnmatch 4 years ago
Adhemerval Zanella Netto de477abcaa Use '%z' instead of '%Z' on printf functions 4 years ago
Paul Eggert 06e4033c83 Merge getopt patch from Gnulib 4 years ago
Paul Eggert 464138e904 Merge _GL_UNUSED C23 patch from Gnulib 4 years ago
Adhemerval Zanella e070501d12 Replace __libc_multiple_threads with __libc_single_threaded 4 years ago
Adhemerval Zanella baf2a265c7 misc: Optimize internal usage of __libc_single_threaded 4 years ago
Adhemerval Zanella d19ee3473d linux: Add process_madvise 4 years ago