about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use libsupport for tst-spawn.cAdhemerval Zanella2018-09-251-122/+92
* regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer2018-08-282-1/+193
* regex: fix uninitialized memory accessPaul Eggert2018-08-251-2/+2
* regex: port Gnulib code to z/OS POSIX environmentPaul Eggert2018-08-221-0/+3
* regex: Gnulib unibyte RRI uses bytes not charsPaul Eggert2018-08-101-5/+4
* regex: fix memory leak in GnulibPaul Eggert2018-08-011-1/+1
* Keep expected behaviour for [a-z] and [A-z] (Bug 23393).Carlos O'Donell2018-07-252-44/+89
* regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]Florian Weimer2018-07-201-12/+4
* Avoid insecure usage of tmpnam in tests.Joseph Myers2018-07-186-19/+40
* regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer2018-07-101-23/+20
* posix: Fix bug-regex33 after regex syncAdhemerval Zanella2018-07-041-3/+3
* posix: Sync gnulib regex implementationAdhemerval Zanella2018-07-0411-1161/+1591
* manual: Revise crypt.texi.Zack Weinberg2018-06-291-1/+5
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-291-13/+3
* wordexp: Rewrite parse_tilde to use struct scratch_buffer [BZ #18023]Florian Weimer2018-06-271-17/+29
* Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers2018-06-262-2/+3
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-0/+1
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-084-9/+154