about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-03-201-12/+13
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-121-4/+5
* regex: fix read overrun [BZ #24114]Paul Eggert2019-03-161-2/+4
* regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer2018-08-282-1/+193
* regex: fix uninitialized memory accessPaul Eggert2018-08-281-2/+2
* 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
* hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault2018-04-191-1/+1
* Revert "Fix sched_param"Samuel Thibault2018-04-192-3/+2
* Fix sched_paramSamuel Thibault2018-04-182-2/+3
* Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab2018-03-033-0/+3
* Fix test cases tst-fnmatch and tst-regexloc for the new iso14651_t1_common file.Mike FABIAN2018-02-272-18/+44
* Fix posix/bug-regex5.c test case, adapt to iso14651_t1_common upateMike FABIAN2018-02-271-2/+2
* Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]Aurelien Jarno2018-02-181-0/+7
* [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg2018-02-121-9/+0
* Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers2018-02-071-0/+10
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-071-1/+1
* Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers2018-02-063-2/+49
* Only define loff_t for __USE_MISC (bug 14553).Joseph Myers2018-02-061-2/+1
* hurd: Fix posix glob testSamuel Thibault2018-01-061-0/+3
* Increase some test timeouts.Joseph Myers2018-01-041-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01230-230/+230
* Avoid gcc warnings on cygwinEric Blake2017-12-222-1/+3
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-1/+6
* regex: Fix spelling in comments.Arnold Robbins2017-12-194-7/+7
* glob: Silence warning about void pointer arithmeticAdhemerval Zanella2017-12-191-1/+2
* glob: pacify fuzzer for mempcpyAdhemerval Zanella2017-12-191-2/+5
* Fix truncation warnings in posix/tst-glob_symlinks.c.Joseph Myers2017-12-181-1/+1
* Fix testing with read-only source directory.Joseph Myers2017-12-151-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
* * posix/regcomp.c (init_word_char): Add comments.Paul Eggert2017-11-221-0/+3
* regex: don't assume uint64_t or uint32_tPaul Eggert2017-11-201-14/+15
* posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2017-11-021-23/+30
* Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer2017-10-304-31/+0
* tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer2017-10-304-486/+553
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-10-221-2/+2
* glob: Add new test tst-glob-tildeFlorian Weimer2017-10-212-2/+146
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2017-10-201-1/+1