about summary refs log tree commit diff
path: root/src/dirent
Commit message (Expand)AuthorAgeFilesLines
* 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