Age | Commit message (Expand) | Author |
2023-07-26 | posix: Fix test-errno build with fortify enable | Adhemerval Zanella Netto |
2023-07-05 | unistd: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat |
2023-07-05 | posix/bits/unistd.h: Clearly separate declaration from definitions | Frédéric Bérat |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat |
2023-06-22 | Call "CST" a time zone abbreviation, not a name | Paul Eggert |
2023-06-13 | posix: Add test case for gai_strerror() | Dridi Boukelmoune |
2023-06-06 | tests: Replace various function calls with their x variant | Frédéric Bérat |
2023-06-06 | tests: fix warn unused result on asprintf calls | Frédéric Bérat |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov |
2023-06-01 | tests: fix warn unused results | Frédéric Bérat |
2023-06-01 | tests: replace ftruncate by xftruncate | Frédéric Bérat |
2023-05-19 | posix: Reformat Makefile. | Carlos O'Donell |
2023-05-01 | Fix regex type usage | наб |
2023-04-20 | posix: Re-flow and sort multiline Makefile definitions | Adhemerval Zanella |
2023-03-28 | posix: Fix some crashes in wordexp [BZ #18096] | Julian Squires |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto |
2023-03-08 | rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX} | abushwang |
2023-03-08 | posix: Ensure the initial signal disposition for tst-spawn7 | Adhemerval Zanella Netto |
2023-02-20 | __glob64_time64: Fix typo for stub_warning call (BZ #30146) | Samuel Thibault |
2023-02-19 | glob64_time64: Fix typo for stub_warning call (BZ #30146) | Samuel Thibault |
2023-02-13 | Naming the parameter of dummy_sa_handler | Mahesh Bodapati |
2023-02-01 | hurd: Implement SHM_ANON | Sergey Bugaev |
2023-02-01 | linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn | Adhemerval Zanella Netto |
2023-01-06 | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers |
2022-11-04 | posix: Make posix_spawn extensions available by default | Florian Weimer |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella |
2022-10-05 | posix: Suppress -Os may be used uninitialized warnings on regexec | Adhemerval Zanella Netto |
2022-10-05 | posix: Suppress -Os warnings on fnmatch | Adhemerval Zanella Netto |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto |
2022-08-23 | Merge getopt patch from Gnulib | Paul Eggert |
2022-08-23 | Merge _GL_UNUSED C23 patch from Gnulib | Paul Eggert |
2022-07-05 | Replace __libc_multiple_threads with __libc_single_threaded | Adhemerval Zanella |
2022-06-24 | misc: Optimize internal usage of __libc_single_threaded | Adhemerval Zanella |
2022-06-02 | linux: Add process_madvise | Adhemerval Zanella |
2022-05-25 | Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose | Arjun Shankar |
2022-05-17 | linux: Add P_PIDFD | Adhemerval Zanella |
2022-04-27 | posix/glob.c: update from gnulib | DJ Delorie |
2022-04-13 | Replace {u}int_fast{16|32} with {u}int32_t | Noah Goldstein |
2022-03-31 | posix: Remove unused variable on tst-_Fork.c | Adhemerval Zanella |
2022-02-03 | posix: Fix tst-spawn6 terminal handling (BZ #28853) | Adhemerval Zanella |
2022-02-02 | posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio... | Adhemerval Zanella |
2022-01-25 | posix: Add terminal control setting support for posix_spawn | Adhemerval Zanella |
2022-01-24 | Fix handling of unterminated bracket expressions in fnmatch (bug 28792) | Andreas Schwab |
2022-01-12 | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar |
2022-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2021-11-24 | regex: fix buffer read overrun in search [BZ#28470] | Paul Eggert |
2021-11-24 | io: Refactor close_range and closefrom | Adhemerval Zanella |
2021-11-02 | regex: Unnest nested functions in regcomp.c | Fangrui Song |