summaryrefslogtreecommitdiffstats
path: root/lib/libstand/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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