]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/posix/opendir.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / posix / opendir.c
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-06-26  Adhemerval ZanellaFix Linux fcntl OFD locks for non-LFS architectures...
2018-06-12  Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-04-03  Adhemerval ZanellaAssume O_DIRECTORY for opendir
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-08-31  Florian Weimerdirent: Remove internal_function attribute
2017-08-18  Adhemerval ZanellaConsolidate non cancellable close call
2017-08-18  Adhemerval ZanellaConsolidate non cancellable openat call
2017-08-17  Adhemerval ZanellaConsolidate non cancellable open call
2017-04-18  Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-09-04  Roland McGrathBZ#18921: Fix opendir inverted o_directory_works test.
2015-05-18  Roland McGrathRefactor opendir.
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-24  Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-24  Siddhesh PoyarekarRemove IS_IN_rtld
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-08-16  Florian WeimerCVE-2013-4237, BZ #14699: Buffer overflow in readdir_r
2013-05-01  Roland McGrathAdd missing #include in sysdeps/posix/opendir.c.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-16  Florian Weimer__alloc_dir: avoid integer overflow in malloc argument
2012-08-07  Roland McGrathMove common dirent implementation from sysdeps/unix...