summaryrefslogtreecommitdiff
path: root/src/dirent
AgeCommit message (Expand)AuthorLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker-11/+0
2019-02-07fail fdopendir for O_PATH file descriptorsRich Felker-0/+4
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker-3/+3
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-9/+5
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+1
2018-09-12remove unused __getdents, rename and move fileRich Felker-12/+0
2018-07-18remove spurious declaration of __getdents from readdir.cRich Felker-2/+0
2018-07-18fix regression in alignment of dirent structs produced by readdirRich Felker-1/+7
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt-1/+1
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2014-09-05add missing legacy LFS *64 symbol aliasesSzabolcs Nagy-0/+4
2014-02-25fix readdir not to set ENOENT when directory is removed while readingRich Felker-2/+7
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-15/+2
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-06-13add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker-0/+8
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-12/+9
2011-07-21fix errno value when fdopendir is given an invalid file descriptorRich Felker-1/+4
2011-06-25optimize opendir using O_CLOEXECRich Felker-2/+1
2011-06-06fix handling of d_name in struct direntRich Felker-4/+3
2011-04-18avoid fd leak if opendir is cancelled when calloc has failedRich Felker-1/+2
2011-04-11fix errno handling in scandir:Rich Felker-2/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-15finish moving 32-bit-specific junk out of source files.Rich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+244