| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use XFER_INIT() macro. | Michael Brown | 2008-01-22 | 1 | -7/+1![]() |
| | | |||||
| * | Make seek information part of the xfer metadata, rather than an entirely | Michael Brown | 2008-01-08 | 1 | -1/+0![]() |
| | | | | | | | | separate xfer method. Add missing .alloc_iob entries to several xfer_interface_operations structures. | ||||
| * | Separate the "is data ready" function of xfer_seek() into an | Michael Brown | 2007-07-08 | 1 | -0/+1 |
| | | | | | | xfer_window() function, which can return a scalar rather than a boolean. | ||||
| * | Kill off unused request() method in data-xfer interface. | Michael Brown | 2007-07-08 | 1 | -1/+0![]() |
| | | |||||
| * | Partial migration of UDP to data-xfer interface. (Will not link at | Michael Brown | 2007-06-20 | 1 | -30/+7![]() |
| | | | | | present; DHCP is broken). | ||||
| * | Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer | Michael Brown | 2007-06-11 | 1 | -87/+84![]() |
| | | | | | UDP API. | ||||
| * | Split DBG() statement containing two inet_ntoa() statements; they | Michael Brown | 2007-01-14 | 1 | -3/+3 |
| | | | | | return a static buffer. | ||||
| * | Dump buffer and packet information in PXENV_UDP_READ as well | Michael Brown | 2007-01-14 | 1 | -0/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add a couple of small but vital parts to PXENV_UDP_WRITE. | Michael Brown | 2006-08-09 | 1 | -1/+12 |
| | | |||||
| * | Make the UDP senddata() methods return a status code. | Michael Brown | 2006-08-04 | 1 | -3/+4 |
| | | | | | | | udp_connect() now follows the standard BSD sockets semantics and simply sets the default address for outgoing packets; it doesn't filter incoming packets. | ||||
| * | Updated PXE UDP implementation to use the new Etherboot UDP API. | Michael Brown | 2006-08-03 | 1 | -154/+226 |
| | | | | | | | | 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.) | ||||
| * | Refer to implementation note on IP routing. | Michael Brown | 2005-05-27 | 1 | -13/+12![]() |
| | | |||||
| * | Separate out the documentation of the PXE API from the documentation of | Michael Brown | 2005-05-24 | 1 | -58/+70 |
| | | | | | the Etherboot implementation (i.e. don't do what Intel did). | ||||
| * | Some versions of doxygen seem to object to "@ret None" or similar. | Michael Brown | 2005-05-24 | 1 | -1/+1 |
| | | |||||
| * | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 1 | -22/+44 |
| | | | | | PXE code now compiles without errors (though it won't actually work). | ||||
| * | Documented the UDP API calls. | Michael Brown | 2005-05-20 | 1 | -0/+299 |

