summaryrefslogtreecommitdiffstats
path: root/lib/libstand/tftp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-1/+8
| | | | functionality for some of the filesystesms.
* Break out sendudp and readudp from net.c. This is for PXE, so itps2000-04-081-1/+2
| | | | can use its own UDP interface.
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-181-4/+11
| | | | | | them. Submitted by: write-protected text segment in BTX
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+400
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud