Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Omit regex.c pragmas no longer needed | Paul Eggert | 1 | -4/+0 |
2024-01-01 | Update copyright dates not handled by scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 262 | -262/+262 |
2023-11-22 | posix: Revert the removal of the crypt prototype from <unistd.h> | Florian Weimer | 1 | -0/+13 |
2023-11-15 | posix: Check pidfd_spawn with tst-spawn7-pid | Adhemerval Zanella | 1 | -1/+1 |
2023-10-30 | crypt: Remove libcrypt support | Adhemerval Zanella | 1 | -10/+0 |
2023-10-24 | Move getnameinfo from 'inet' to 'nss' | Arjun Shankar | 1 | -1/+1 |
2023-10-24 | Move getaddrinfo from 'posix' into 'nss' | Arjun Shankar | 11 | -985/+1 |
2023-10-24 | Remove 'grp' and merge into 'nss' and 'posix' | Arjun Shankar | 3 | -1/+33 |
2023-09-29 | Remove unused -DRESOLVER getaddrinfo build flag | Arjun Shankar | 1 | -1/+1 |
2023-09-05 | posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349) | Adhemerval Zanella Netto | 12 | -140/+271 |
2023-09-05 | linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371) | Adhemerval Zanella Netto | 3 | -2/+8 |
2023-08-03 | tst-*glob*: Do not check d_name size | Samuel Thibault | 2 | -2/+2 |
2023-07-26 | posix: Fix test-errno build with fortify enable | Adhemerval Zanella Netto | 1 | -1/+7 |
2023-07-05 | unistd: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat | 1 | -3/+3 |
2023-07-05 | posix/bits/unistd.h: Clearly separate declaration from definitions | Frédéric Bérat | 3 | -153/+200 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -0/+11 |
2023-06-22 | Call "CST" a time zone abbreviation, not a name | Paul Eggert | 1 | -1/+1 |
2023-06-13 | posix: Add test case for gai_strerror() | Dridi Boukelmoune | 2 | -0/+44 |
2023-06-06 | tests: Replace various function calls with their x variant | Frédéric Bérat | 2 | -3/+6 |
2023-06-06 | tests: fix warn unused result on asprintf calls | Frédéric Bérat | 6 | -50/+16 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 18 | -47/+47 |
2023-06-01 | tests: fix warn unused results | Frédéric Bérat | 2 | -3/+6 |
2023-06-01 | tests: replace ftruncate by xftruncate | Frédéric Bérat | 1 | -1/+2 |
2023-05-19 | posix: Reformat Makefile. | Carlos O'Donell | 1 | -20/+20 |
2023-05-01 | Fix regex type usage | наб | 1 | -4/+4 |
2023-04-20 | posix: Re-flow and sort multiline Makefile definitions | Adhemerval Zanella | 1 | -126/+425 |
2023-03-28 | posix: Fix some crashes in wordexp [BZ #18096] | Julian Squires | 2 | -7/+8 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 2 | -2/+4 |
2023-03-08 | rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX} | abushwang | 1 | -3/+9 |
2023-03-08 | posix: Ensure the initial signal disposition for tst-spawn7 | Adhemerval Zanella Netto | 1 | -0/+6 |
2023-02-20 | __glob64_time64: Fix typo for stub_warning call (BZ #30146) | Samuel Thibault | 1 | -1/+1 |
2023-02-19 | glob64_time64: Fix typo for stub_warning call (BZ #30146) | Samuel Thibault | 1 | -1/+1 |
2023-02-13 | Naming the parameter of dummy_sa_handler | Mahesh Bodapati | 1 | -1/+1 |
2023-02-01 | hurd: Implement SHM_ANON | Sergey Bugaev | 1 | -4/+21 |
2023-02-01 | linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn | Adhemerval Zanella Netto | 2 | -1/+181 |
2023-01-06 | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 262 | -262/+262 |
2022-11-04 | posix: Make posix_spawn extensions available by default | Florian Weimer | 1 | -2/+2 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -3/+3 |
2022-10-05 | posix: Suppress -Os may be used uninitialized warnings on regexec | Adhemerval Zanella Netto | 1 | -0/+6 |
2022-10-05 | posix: Suppress -Os warnings on fnmatch | Adhemerval Zanella Netto | 1 | -0/+31 |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 2 | -3/+3 |
2022-08-23 | Merge getopt patch from Gnulib | Paul Eggert | 1 | -1/+2 |
2022-08-23 | Merge _GL_UNUSED C23 patch from Gnulib | Paul Eggert | 1 | -2/+2 |
2022-07-05 | Replace __libc_multiple_threads with __libc_single_threaded | Adhemerval Zanella | 1 | -1/+1 |
2022-06-24 | misc: Optimize internal usage of __libc_single_threaded | Adhemerval Zanella | 1 | -1/+1 |
2022-06-02 | linux: Add process_madvise | Adhemerval Zanella | 1 | -1/+1 |
2022-05-25 | Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose | Arjun Shankar | 2 | -33/+114 |
2022-05-17 | linux: Add P_PIDFD | Adhemerval Zanella | 2 | -7/+2 |