summaryrefslogtreecommitdiff
path: root/lib/libstand/readdir.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-51/+0
| | | | | | | | | | Move the sources to sys/boot. Make adjustments related to the move. Kill LIBSTAND_SRC since it's no longer needed. Sponsored by: Netflix Notes: svn path=/head/; revision=324551
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84221
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-0/+50
functionality for some of the filesystesms. Notes: svn path=/head/; revision=59766