about summary refs log tree commit diff
path: root/src/dirent
Commit message (Expand)AuthorAgeFilesLines
* fail fdopendir for O_PATH file descriptorsRich Felker2019-02-071-0/+4
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-123-3/+3
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-125-9/+5
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+1
* remove unused __getdents, rename and move fileRich Felker2018-09-121-12/+0
* remove spurious declaration of __getdents from readdir.cRich Felker2018-07-181-2/+0
* fix regression in alignment of dirent structs produced by readdirRich Felker2018-07-182-1/+7
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* add missing legacy LFS *64 symbol aliasesSzabolcs Nagy2014-09-051-0/+4
* fix readdir not to set ENOENT when directory is removed while readingRich Felker2014-02-251-2/+7
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-125-15/+2
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker2012-06-131-0/+8
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-245-12/+9
* fix errno value when fdopendir is given an invalid file descriptorRich Felker2011-07-211-1/+4
* optimize opendir using O_CLOEXECRich Felker2011-06-251-2/+1
* fix handling of d_name in struct direntRich Felker2011-06-061-4/+3
* avoid fd leak if opendir is cancelled when calloc has failedRich Felker2011-04-181-1/+2
* fix errno handling in scandir:Rich Felker2011-04-111-2/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* finish moving 32-bit-specific junk out of source files.Rich Felker2011-02-151-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1213-0/+244