summaryrefslogtreecommitdiff
path: root/src/dirent
AgeCommit message (Expand)AuthorLines
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