| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives. | Michael Brown | 2008-02-02 | 1 | -147/+231 |
| | | |||||
| * | Make read_user() non-blocking, and add select() call. | Michael Brown | 2007-08-04 | 1 | -15/+38 |
| | | |||||
| * | Add per-file error identifiers | Michael Brown | 2007-07-24 | 1 | -0/+1 |
| | | |||||
| * | Implement the "overwrite TFTP filename" Microsoft RIS bug workaround. | Michael Brown | 2007-06-30 | 1 | -3/+0![]() |
| | | |||||
| * | Windows RIS now gets as far as downloading NTLDR. | Michael Brown | 2007-06-29 | 1 | -2/+7 |
| | | |||||
| * | Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer | Michael Brown | 2007-06-11 | 1 | -4/+5 |
| | | | | | UDP API. | ||||
| * | Updated to use POSIX-style file I/O layer. | Michael Brown | 2007-05-18 | 1 | -298/+149![]() |
| | | |||||
| * | We don't actually have a stdio.h header file. Our printf() functions are | Michael Brown | 2006-09-27 | 1 | -1/+0![]() |
| | | | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. | ||||
| * | added stdio.h to includes for DBG compilation | Marty Connor | 2006-09-27 | 1 | -0/+1 |
| | | |||||
| * | Allow linking by converting functions to stubs | Michael Brown | 2006-08-09 | 1 | -18/+13![]() |
| | | |||||
| * | Updated PXE UDP implementation to use the new Etherboot UDP API. | Michael Brown | 2006-08-03 | 1 | -0/+4 |
| | | | | | | | | Updated PXE API dispatcher to use copy_{to,from}_user, and moved to arch/i386 since the implementation is quite architecture-dependent. (The individual PXE API calls can be largely architecture-independent.) | ||||
| * | TFTP upgraded to use a core function library (in tftpcore.c) which will be | Michael Brown | 2005-06-01 | 1 | -1/+1 |
| | | | | | shared between TFTP, TFTM and MTFTP protocols. | ||||
| * | Documented remainder of PXE TFTP API calls. | Michael Brown | 2005-05-27 | 1 | -24/+241 |
| | | |||||
| * | Added diatribe about the mismatch between the PXE spec and the TFTP | Michael Brown | 2005-05-27 | 1 | -19/+86 |
| | | | | | protocol, and how we will work around it. | ||||
| * | Thoughts on how to coerce the PXE TFTP API into something resembling | Michael Brown | 2005-05-26 | 1 | -1/+141 |
| | | | | | the TFTP protocol. | ||||
| * | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 1 | -0/+199 |
| PXE code now compiles without errors (though it won't actually work). | |||||

