Date: Sat, 29 Apr 2000 13:47:12 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand readdir.c Makefile cd9660.c dosfs.c libstand.3 nfs.c nullfs.c stand.h tftp.c ufs.c zipfs.c Message-ID: <200004292047.NAA25173@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2000/04/29 13:47:12 PDT
Modified files:
lib/libstand Makefile cd9660.c dosfs.c libstand.3
nfs.c nullfs.c stand.h tftp.c ufs.c
zipfs.c
Added files:
lib/libstand readdir.c
Log:
Add a readdir function to the loader fsops vector, and implement the
functionality for some of the filesystesms.
Revision Changes Path
1.16 +3 -3 src/lib/libstand/Makefile
1.5 +111 -146 src/lib/libstand/cd9660.c
1.5 +10 -1 src/lib/libstand/dosfs.c
1.6 +3 -1 src/lib/libstand/libstand.3
1.3 +9 -2 src/lib/libstand/nfs.c
1.4 +7 -1 src/lib/libstand/nullfs.c
1.20 +12 -1 src/lib/libstand/stand.h
1.4 +9 -2 src/lib/libstand/tftp.c
1.6 +37 -1 src/lib/libstand/ufs.c
1.5 +3 -2 src/lib/libstand/zipfs.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004292047.NAA25173>
