aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_tftp.c
Commit message (Expand)AuthorAgeFilesLines
* [pxe] Move all PXE files to arch/i386Michael Brown2008-11-181-584/+0
* [misc] Fix building on OpenBSDMichael Brown2008-06-271-1/+1
* Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives.Michael Brown2008-02-021-147/+231
* Make read_user() non-blocking, and add select() call.Michael Brown2007-08-041-15/+38
* Add per-file error identifiersMichael Brown2007-07-241-0/+1
* Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.Michael Brown2007-06-301-3/+0
* Windows RIS now gets as far as downloading NTLDR.Michael Brown2007-06-291-2/+7
* Updated TFTP and PXE UDP API code to use not-yet-implemented data-xferMichael Brown2007-06-111-4/+5
* Updated to use POSIX-style file I/O layer.Michael Brown2007-05-181-298/+149
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Allow linking by converting functions to stubsMichael Brown2006-08-091-18/+13
* Updated PXE UDP implementation to use the new Etherboot UDP API.Michael Brown2006-08-021-0/+4
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-1/+1
* Documented remainder of PXE TFTP API calls.Michael Brown2005-05-271-24/+241
* Added diatribe about the mismatch between the PXE spec and the TFTPMichael Brown2005-05-271-19/+86
* Thoughts on how to coerce the PXE TFTP API into something resemblingMichael Brown2005-05-261-1/+141
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-231-0/+199