aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* pxeboot: make the tftp loader use the option root-path directiveBaptiste Daroussin2015-12-161-3/+17
* Add a divisor parameter to twiddle() so that callers can request that outputIan Lepore2014-12-221-3/+1
* Unbreak zfsloader with LOADER_TFTP_SUPPORT onAlexander Kabaev2013-10-091-2/+6
* Add placeholder code for prepending pathnames to tftp.Ed Schouten2011-12-221-0/+7
* Fixes to newer tftp code in libstand:Craig Rodrigues2011-06-241-51/+132
* Bring back following change which was undone in previous commit:Craig Rodrigues2011-06-151-4/+4
* (1) When sending the TFTP RRQ packet to read a file,Craig Rodrigues2011-06-151-35/+229
* Currently tftp code in the loader retransmits the previous packet if it recei...Craig Rodrigues2011-06-151-0/+4
* Added sendrecv_tftp function instead of sendrecv for use by tftp.Craig Rodrigues2011-06-151-2/+55
* Rename DEBUG macro to TFTP_DEBUG, to be more consistent withCraig Rodrigues2011-05-031-5/+5
* Switch to ANSI function prototypes in a few places.Craig Rodrigues2011-05-031-31/+11
* Fix minor issues in libstand.Ed Schouten2009-05-311-1/+1
* - Given that we tell the compiler that struct ip is packed and 32-bitMarius Strobl2007-10-211-4/+4
* Don't add integers to void pointers.Stefan Farfeleder2004-10-031-1/+1
* Fix a machine check abort caused by the EFI loader trying to open aMarcel Moolenaar2003-03-031-1/+2
* Add a hack (kludge?) to avoid trying to access files backed by diskJake Burkholder2002-07-071-0/+4
* Remove 'register' keyword.David E. O'Brien2002-03-211-4/+4
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-2/+3
* Reset errno so that subsequent TFTP requests don't fail after theMike Heffner2001-06-301-0/+2
* The shortest valid TFTP packet is 4 bytes, not 8.Mike Smith2001-05-281-1/+1
* 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