summary refs log tree commit diff
path: root/posix/Makefile
Commit message (Expand)AuthorAgeFilesLines
* posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2022-02-021-1/+1
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-251-1/+3
* Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab2022-01-241-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* linux: Simplify get_nprocsAdhemerval Zanella2021-09-271-1/+2
* Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell2021-09-061-3/+13
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-221-3/+5
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-13/+27
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-1/+3
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-281-1/+2
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-241-1/+2
* y2038: Add test coverageAdhemerval Zanella2021-06-151-0/+2
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-1/+3
* linux: Add execveat system call wrapperAlexandra Hájková2021-05-031-2/+3
* posix: Add wait3 testsAdhemerval Zanella2021-04-151-1/+1
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-1/+1
* posix: tst-spawn4-compat can be a regular testFlorian Weimer2021-03-091-2/+7
* posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer2021-03-091-1/+7
* tst: Provide test for sched_rr_get_intervalLukasz Majewski2021-02-161-1/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2020-11-251-1/+3
* Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler2020-11-231-3/+3
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-3/+3
* Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab2020-09-161-1/+2
* posix: Add wait4 test caseAlistair Francis2020-04-141-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Add exception-based flags for wait4Adhemerval Zanella2019-12-201-0/+1
* wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer2019-10-081-1/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-141-1/+2
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-081-1/+2
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-071-1/+1
* posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer2018-11-291-6/+9
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-061-1/+2
* regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer2018-08-281-1/+2
* posix: Sync gnulib regex implementationAdhemerval Zanella2018-07-041-1/+2
* Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers2018-06-261-0/+1
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-081-2/+2
* hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault2018-04-191-1/+1
* Revert "Fix sched_param"Samuel Thibault2018-04-191-2/+1
* Fix sched_paramSamuel Thibault2018-04-181-1/+2
* Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers2018-02-061-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-22/+22
* posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer2017-11-281-3/+3
* tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer2017-10-301-1/+1
* glob: Add new test tst-glob-tildeFlorian Weimer2017-10-211-2/+10