summaryrefslogtreecommitdiffstats
path: root/lib/libstand/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r276079, r276087:ian2015-02-111-3/+1
* Unbreak zfsloader with LOADER_TFTP_SUPPORT onkan2013-10-091-2/+6
* Add placeholder code for prepending pathnames to tftp.ed2011-12-221-0/+7
* Fixes to newer tftp code in libstand:rodrigc2011-06-241-51/+132
* Bring back following change which was undone in previous commit:rodrigc2011-06-151-4/+4
* (1) When sending the TFTP RRQ packet to read a file,rodrigc2011-06-151-35/+229
* Currently tftp code in the loader retransmits the previous packet if it recei...rodrigc2011-06-151-0/+4
* Added sendrecv_tftp function instead of sendrecv for use by tftp.rodrigc2011-06-151-2/+55
* Rename DEBUG macro to TFTP_DEBUG, to be more consistent withrodrigc2011-05-031-5/+5
* Switch to ANSI function prototypes in a few places.rodrigc2011-05-031-31/+11
* Fix minor issues in libstand.ed2009-05-311-1/+1
* - Given that we tell the compiler that struct ip is packed and 32-bitmarius2007-10-211-4/+4
* Don't add integers to void pointers.stefanf2004-10-031-1/+1
* Fix a machine check abort caused by the EFI loader trying to open amarcel2003-03-031-1/+2
* Add a hack (kludge?) to avoid trying to access files backed by diskjake2002-07-071-0/+4
* Remove 'register' keyword.obrien2002-03-211-4/+4
* Add __FBSDID()s to libstanddillon2001-09-301-2/+3
* Reset errno so that subsequent TFTP requests don't fail after themikeh2001-06-301-0/+2
* The shortest valid TFTP packet is 4 bytes, not 8.msmith2001-05-281-1/+1
* When TFTP tries to open a file, it is expecting struct open_fileps2000-12-081-0/+3
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-1/+8
* Break out sendudp and readudp from net.c. This is for PXE, so itps2000-04-081-1/+2
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-181-4/+11
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+400
OpenPOWER on IntegriCloud