about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01243-243/+243
* Add exception-based flags for wait4Adhemerval Zanella2019-12-201-0/+1
* Consolidate wait3 implementationsAdhemerval Zanella2019-12-191-10/+1
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-192-11/+3
* Implement wait in terms of waitpidAdhemerval Zanella2019-12-191-5/+1
* Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab2019-11-111-2/+5
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-5/+8
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-064-114/+47
* posix: Use posix_spawn for wordexpAdhemerval Zanella2019-10-093-158/+114
* posix/tst-wordexp-nocmd: Fix diagnostics output in testFlorian Weimer2019-10-081-2/+2
* wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer2019-10-083-84/+181
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07236-236/+236
* Fix posix/tst-regex by using UTF-8 and own test inputPaul Eggert2019-08-292-31/+30
* Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler2019-08-282-1/+12550
* Remove dead regex codePaul Eggert2019-08-211-1/+0
* Fix bad pointer / leak in regex codePaul Eggert2019-08-211-3/+7
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-101-4/+5
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-3/+6
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-143-1/+109
* Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg2019-03-132-30/+13
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* Break some lines before not after operators.Joseph Myers2019-02-227-38/+38
* Add fall-through comments.Joseph Myers2019-02-121-0/+2
* Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer2019-02-081-21/+0
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-083-1/+26
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-045-143/+182
* <spawn.h>: Add missing nonnull attributes and __restrict qualifiersFlorian Weimer2019-02-041-24/+41
* posix/tst-spawn: Fix racy tests in spawned processes.Stefan Liebler2019-02-011-5/+6
* regex: fix read overrun [BZ #24114]Paul Eggert2019-01-311-2/+4
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* posix: Fix tst-spawn.c issue from commit 805334b26cAdhemerval Zanella2019-01-051-2/+2
* posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella2019-01-031-8/+36
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01239-239/+239
* regex: improve Gnulib port to AIXPaul Eggert2018-12-311-12/+0
* regex: simplify Gnulib portPaul Eggert2018-12-274-30/+8
* regex: fix storage-exhaustion errorPaul Eggert2018-12-161-0/+2
* regex: fix heap-use-after-free errorAssaf Gordon2018-12-161-0/+1
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-071-1/+3
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-077-95/+180
* posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer2018-11-293-499/+9
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-067-2/+266
* Avoid printf ("%s", NULL) in posix/bug-regex22.c.Joseph Myers2018-11-011-4/+4
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-0/+8
* posix: Add internal symbols for posix_spawn interfaceAdhemerval Zanella2018-10-2410-12/+25
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-176-13/+0
* regex: simplify by using intprops.hPaul Eggert2018-10-141-17/+1
* regex: __builtin_expect → __glibc_unlikelyPaul Eggert2018-10-145-401/+423