aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* When TFTP tries to open a file, it is expecting struct open_filePaul Saab2000-12-081-0/+3
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-1/+8
* Break out sendudp and readudp from net.c. This is for PXE, so itPaul Saab2000-04-081-1/+2
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-181-4/+11
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+400