dns response handling: ignore presence of wrong-type RRs
[musl] / src / dirent /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2019-02-07 Rich Felkerfail fdopendir for O_PATH file descriptors
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove unused __getdents, rename and move file
2018-07-18 Rich Felkerremove spurious declaration of __getdents from readdir.c
2018-07-18 Rich Felkerfix regression in alignment of dirent structs produced...
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-09-05 Szabolcs Nagyadd missing legacy LFS *64 symbol aliases
2014-02-25 Rich Felkerfix readdir not to set ENOENT when directory is removed...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-06-13 Rich Felkeradd (currently stubbed due to stubbed strverscmp) versi...
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-07-22 Rich Felkerfix errno value when fdopendir is given an invalid...
2011-06-25 Rich Felkeroptimize opendir using O_CLOEXEC
2011-06-06 Rich Felkerfix handling of d_name in struct dirent
2011-04-19 Rich Felkeravoid fd leak if opendir is cancelled when calloc has...
2011-04-11 Rich Felkerfix errno handling in scandir:
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-15 Rich Felkerfinish moving 32-bit-specific junk out of source files.
2011-02-12 Rich Felkerinitial check-in, version 0.5.0