summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2018-01-06hurd: Fix posix glob testSamuel Thibault
2018-01-04Increase some test timeouts.Joseph Myers
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-22Avoid gcc warnings on cygwinEric Blake
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer
2017-12-19regex: Fix spelling in comments.Arnold Robbins
2017-12-19glob: Silence warning about void pointer arithmeticAdhemerval Zanella
2017-12-19glob: pacify fuzzer for mempcpyAdhemerval Zanella
2017-12-18Fix truncation warnings in posix/tst-glob_symlinks.c.Joseph Myers
2017-12-15Fix testing with read-only source directory.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-28posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer
2017-11-22* posix/regcomp.c (init_word_char): Add comments.Paul Eggert
2017-11-20regex: don't assume uint64_t or uint32_tPaul Eggert
2017-11-02posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer
2017-10-30tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer
2017-10-22glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer
2017-10-20CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert
2017-10-12fix posix/tst-spawn testSzabolcs Nagy
2017-10-09posix: remove glob internal bogus extern declAdhemerval Zanella
2017-10-01Hide internal __sched_setparam function [BZ #18822]H.J. Lu
2017-10-01Hide __posix_spawn_file_actions_realloc/__spawni [BZ #18822]H.J. Lu
2017-10-01Hide internal regex functions [BZ #18822]H.J. Lu
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault
2017-09-12hurd: Fix build without NO_HIDDENSamuel Thibault
2017-09-08posix: Use enum for __glob_pattern_type resultAdhemerval Zanella
2017-09-08posix: fix glob bugs with long login namesAdhemerval Zanella
2017-09-08posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella
2017-09-08posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella
2017-09-08posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-09-01Update tst-regex.c/tst-regex2.c for old ChangeLog moveH.J. Lu
2017-08-31posix: Remove internal_function attributeFlorian Weimer
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-09Remove __qaddr_t.Joseph Myers
2017-08-08Do not use __ptr_t.Joseph Myers
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-07-04sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer
2017-07-01Use __builtin_popcount in __sched_cpucount [BZ #21696]H.J. Lu
2017-06-28posix: Adapt tst-spawn{2,3} to use libsupport.Adhemerval Zanella
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-06-19Fix wait3 namespace (bug 21625).Joseph Myers
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers
2017-06-13Correct indentation in posix/bits/cpu-set.h.Zack Weinberg