aboutsummaryrefslogtreecommitdiff
path: root/posix/Makefile
AgeCommit message (Expand)Author
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-06-02linux: Add process_madviseAdhemerval Zanella
2022-05-17linux: Add P_PIDFDAdhemerval Zanella
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella
2022-01-24Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella
2021-09-06Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková
2021-04-15posix: Add wait3 testsAdhemerval Zanella
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-09posix: tst-spawn4-compat can be a regular testFlorian Weimer
2021-03-09posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer
2021-02-16tst: Provide test for sched_rr_get_intervalLukasz Majewski
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-09-16Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab
2020-04-14posix: Add wait4 test caseAlistair Francis
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-20Add exception-based flags for wait4Adhemerval Zanella
2019-10-08wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-11-29posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-08-28regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-04-19hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault
2018-04-19Revert "Fix sched_param"Samuel Thibault
2018-04-18Fix sched_paramSamuel Thibault
2018-02-06Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers