summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent
Commit message (Expand)AuthorAgeFilesLines
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-1412-18/+38
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-176-3/+176
* ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III2001-06-261-2/+0
* Looks like we lost clearing errnoEric Andersen2001-06-261-0/+2
* Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III2001-06-251-11/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Turns out alphasort was totally broken. This fixed one works.Eric Andersen2001-05-081-4/+3
* A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen2001-05-081-4/+5
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-067-13/+13
* Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen2001-03-193-1/+90
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-199-0/+345