aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2021-11-15Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+1
2021-08-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2-1/+2
2021-08-27posix: Sync gnulib regex implementationAdhemerval Zanella11-1161/+1591
2021-08-27Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab1-12/+13
2021-08-27[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg1-9/+0
2018-03-02Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab3-0/+3
2018-02-18Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]Aurelien Jarno1-0/+7
2018-01-19De-nest regcomp.c, suppress GCC warnings about itStan Shebs2-1/+273
2018-01-06hurd: Fix posix glob testSamuel Thibault1-0/+3
2018-01-04Increase some test timeouts.Joseph Myers1-0/+1
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers230-230/+230
2017-12-22Avoid gcc warnings on cygwinEric Blake2-1/+3
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer1-1/+6
2017-12-19regex: Fix spelling in comments.Arnold Robbins4-7/+7
2017-12-19glob: Silence warning about void pointer arithmeticAdhemerval Zanella1-1/+2
2017-12-19glob: pacify fuzzer for mempcpyAdhemerval Zanella1-2/+5
2017-12-18Fix truncation warnings in posix/tst-glob_symlinks.c.Joseph Myers1-1/+1
2017-12-15Fix testing with read-only source directory.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-22/+22
2017-11-28posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer1-3/+3
2017-11-22* posix/regcomp.c (init_word_char): Add comments.Paul Eggert1-0/+3
2017-11-20regex: don't assume uint64_t or uint32_tPaul Eggert1-14/+15
2017-11-02posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer1-23/+30
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer4-31/+0
2017-10-30tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer4-486/+553
2017-10-22glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert1-2/+2
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer2-2/+146
2017-10-20CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert1-1/+1
2017-10-12fix posix/tst-spawn testSzabolcs Nagy1-8/+12
2017-10-09posix: remove glob internal bogus extern declAdhemerval Zanella1-3/+0
2017-10-01Hide internal __sched_setparam function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide __posix_spawn_file_actions_realloc/__spawni [BZ #18822]H.J. Lu1-2/+3
2017-10-01Hide internal regex functions [BZ #18822]H.J. Lu2-0/+4
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu1-3/+2
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella7-25/+389
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab2-1/+89
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault1-0/+1
2017-09-12hurd: Fix build without NO_HIDDENSamuel Thibault2-0/+2
2017-09-08posix: Use enum for __glob_pattern_type resultAdhemerval Zanella3-10/+18
2017-09-08posix: fix glob bugs with long login namesAdhemerval Zanella1-58/+30
2017-09-08posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella1-140/+24
2017-09-08posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella4-243/+223
2017-09-08posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella1-21/+0
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella8-411/+578
2017-09-01Update tst-regex.c/tst-regex2.c for old ChangeLog moveH.J. Lu2-2/+2
2017-08-31posix: Remove internal_function attributeFlorian Weimer9-243/+115
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu3-6/+0
2017-08-09Remove __qaddr_t.Joseph Myers1-1/+0
2017-08-08Do not use __ptr_t.Joseph Myers1-1/+1