summaryrefslogtreecommitdiff
path: root/libc/misc/dirent
AgeCommit message (Expand)Author
2003-02-24Fixup some small issues that show up when large file support is disabledEric Andersen
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-08-26Implement missing readdir64_r.cEric Andersen
2002-05-30Fixup totally broken locking code... No storage for the mutex,Eric Andersen
2002-05-11Oops. Stupid typo.Eric Andersen
2002-05-11Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen
2002-04-09Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen
2002-03-12Fix a segfault in scandir for empty directories. After looking overEric Andersen
2002-02-26Don't redefine stuffEric Andersen
2002-01-08Scrub malloc handlingEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-10-17In theory, this adds readdir64 and friends. Dunno if theyEric Andersen
2001-06-26ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III
2001-06-26Looks like we lost clearing errnoEric Andersen
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-08Turns out alphasort was totally broken. This fixed one works.Eric Andersen
2001-05-08A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-19Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen