]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a readdir function to the loader fsops vector, and implement the
authorjlemon <jlemon@FreeBSD.org>
Sat, 29 Apr 2000 20:47:10 +0000 (20:47 +0000)
committerjlemon <jlemon@FreeBSD.org>
Sat, 29 Apr 2000 20:47:10 +0000 (20:47 +0000)
commit9f5d586c97f0c69480f51fa40d06e6720f36dd6d
tree2a80882b8e07436637e0729c87a7192a50231dbd
parent0340a88f8a7d13623dc70269b23cf87bc47decff
Add a readdir function to the loader fsops vector, and implement the
functionality for some of the filesystesms.
12 files changed:
lib/libstand/Makefile
lib/libstand/cd9660.c
lib/libstand/dosfs.c
lib/libstand/gzipfs.c
lib/libstand/libstand.3
lib/libstand/nfs.c
lib/libstand/nullfs.c
lib/libstand/readdir.c [new file with mode: 0644]
lib/libstand/stand.h
lib/libstand/tftp.c
lib/libstand/ufs.c
lib/libstand/zipfs.c