summaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* dir: Use fdclosedir() for bfs_freedir() on FreeBSDTavian Barnes2021-01-291-0/+4
* dir: Add a Linux implementation using the getdents() syscall directlyTavian Barnes2021-01-291-14/+112
* dir: Add missing #include <sys/stat.h>Tavian Barnes2021-01-281-0/+1
* dir: New DIR* facadeTavian Barnes2021-01-281-0/+200