aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/opendir.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-16linux: Move posix dir implementations to LinuxAdhemerval Zanella1-148/+0
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-1/+1
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-1/+1
2018-04-03Assume O_DIRECTORY for opendirAdhemerval Zanella1-103/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31dirent: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-3/+3
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella1-1/+1
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-2/+2
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-38/+9
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-04BZ#18921: Fix opendir inverted o_directory_works test.Roland McGrath1-1/+1
2015-05-18Refactor opendir.Roland McGrath1-41/+81
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer1-0/+1
2013-05-01Add missing #include in sysdeps/posix/opendir.c.Roland McGrath1-0/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-16__alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer1-4/+11
2012-08-07Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath1-0/+228