about summary refs log tree commit diff
path: root/sysdeps/posix/opendir.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-1/+1
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-1/+1
* Assume O_DIRECTORY for opendirAdhemerval Zanella2018-04-031-103/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* dirent: Remove internal_function attributeFlorian Weimer2017-08-311-2/+0
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-3/+3
* Consolidate non cancellable openat callAdhemerval Zanella2017-08-181-1/+1
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-2/+2
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-38/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* BZ#18921: Fix opendir inverted o_directory_works test.Roland McGrath2015-09-041-1/+1
* Refactor opendir.Roland McGrath2015-05-181-41/+81
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2013-08-161-0/+1
* Add missing #include in sysdeps/posix/opendir.c.Roland McGrath2013-05-011-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* __alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer2012-10-161-4/+11
* Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath2012-08-071-0/+228