| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Added documentation and ASSERT() statements. | Michael Brown | 2005-06-06 | 1 | -1/+39 | |
| | | | ||||||
| * | | Allow data blocks to be less than sizeof ( struct buffer_free_block ) in | Michael Brown | 2005-06-06 | 1 | -110/+64![]() | |
| | | | | | | | | | size. (The restriction on the size of free blocks remains.) | |||||
| * | | Always include code for sending multicast packets. | Michael Brown | 2005-06-02 | 1 | -4/+0![]() | |
| | | | ||||||
| * | | IGMP protocol now uses the generic background protocol mechanism. | Michael Brown | 2005-06-02 | 1 | -156/+3![]() | |
| | | | ||||||
| * | | Add generic mechanism for background protocols (e.g. ARP, IGMP) | Michael Brown | 2005-06-02 | 1 | -0/+47 | |
| | | | ||||||
| * | | patch of Helge Wagner | Geert Stappers | 2005-05-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | Some versions of doxygen seem to object to "@ret None" or similar. | Michael Brown | 2005-05-24 | 3 | -18/+18 | |
| | | | ||||||
| * | | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 1 | -1445/+0![]() | |
| | | | | | | | | | PXE code now compiles without errors (though it won't actually work). | |||||
| * | | Moved pxe_errors.c to pxe/interface/ | Michael Brown | 2005-05-24 | 1 | -102/+0![]() | |
| | | | ||||||
| * | | Moved pxe_export.c to pxe.c, since the old pxe.c no longer exists. | Michael Brown | 2005-05-20 | 1 | -0/+0 | |
| | | | ||||||
| * | | Use "#var" rather than "@c var" for doxygen. | Michael Brown | 2005-05-20 | 1 | -2/+2 | |
| | | | ||||||
| * | | Doxygenation | Michael Brown | 2005-05-20 | 1 | -32/+59 | |
| | | | ||||||
| * | | API docs to .h | Michael Brown | 2005-05-19 | 1 | -36/+1![]() | |
| | | | ||||||
| * | | Move API docs to buffer.h, implementation to buffer.c. | Michael Brown | 2005-05-19 | 1 | -54/+2![]() | |
| | | | ||||||
| * | | Synced across updates from Etherboot 5.4 tree | Michael Brown | 2005-05-19 | 1 | -0/+3 | |
| |\| | ||||||
| * | | Doxygenation | Michael Brown | 2005-05-19 | 1 | -20/+73 | |
| | | | ||||||
| * | | errno.h now required in order to compile. | Michael Brown | 2005-05-19 | 1 | -0/+1 | |
| | | | ||||||
| * | | More documentation | Michael Brown | 2005-05-19 | 1 | -6/+34 | |
| | | | ||||||
| * | | Added preliminary doxygen documentation | Michael Brown | 2005-05-19 | 1 | -16/+117 | |
| | | | ||||||
| * | | More doxygen docs | Michael Brown | 2005-05-18 | 1 | -2/+13 | |
| | | | ||||||
| * | | Add doxygen documentation | Michael Brown | 2005-05-18 | 1 | -4/+25 | |
| | | | ||||||
| * | | Document %m | Michael Brown | 2005-05-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Linker symbols no longer defined in etherboot.h | Michael Brown | 2005-05-18 | 1 | -4/+7 | |
| | | | | | | | | | Use %m to print error | |||||
| * | | First version | Michael Brown | 2005-05-17 | 1 | -0/+102 | |
| | | | ||||||
| * | | Added errno, strerror and the "%m" printf metacharacter. These will allow | Michael Brown | 2005-05-17 | 2 | -9/+42 | |
| |/ | | | | | | us to return proper PXE status codes, while simultaneously allowing for more consistent error reporting (complete with verbose error messages as a build-time option). | |||||
| * | Added const to fill_buffer | Michael Brown | 2005-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | Load buffer is now handled by the autoload() function. | Michael Brown | 2005-05-17 | 1 | -5/+15 | |
| | | ||||||
| * | Restructured to allow per-object image formats | Michael Brown | 2005-05-17 | 1 | -321/+39![]() | |
| | | ||||||
| * | Added print_images() and autoload(). | Michael Brown | 2005-05-17 | 1 | -24/+57 | |
| | | ||||||
| * | Moved find_segment into elf_loader.c | Michael Brown | 2005-05-17 | 1 | -0/+39 | |
| | | ||||||
| * | Use shared symbols for heap_ptr and heap_end | Michael Brown | 2005-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | Image formats moved into the new config system | Michael Brown | 2005-05-17 | 1 | -34/+38 | |
| | | ||||||
| * | Add realloc, since the load buffer code requires it. | Michael Brown | 2005-05-13 | 1 | -10/+69 | |
| | | ||||||
| * | Added debugging | Michael Brown | 2005-05-13 | 1 | -0/+11 | |
| | | ||||||
| * | Tidied up init_heap() | Michael Brown | 2005-05-13 | 1 | -74/+61![]() | |
| | | ||||||
| * | Added ASSERT() macro | Michael Brown | 2005-05-13 | 1 | -4/+2![]() | |
| | | ||||||
| * | Merged the unaligned and aligned heap APIs and simplified the code. | Michael Brown | 2005-05-12 | 1 | -81/+54![]() | |
| | | ||||||
| * | Use the global load_buffer, and the boot_image function. | Michael Brown | 2005-05-09 | 1 | -6/+11 | |
| | | ||||||
| * | Make "struct buffer"s reusable between sessions. | Michael Brown | 2005-05-09 | 1 | -8/+5![]() | |
| | | ||||||
| * | First versions | Michael Brown | 2005-05-09 | 1 | -0/+49 | |
| | | ||||||
| * | Protocols now load data into a buffer; they don't execute it. | Michael Brown | 2005-05-09 | 2 | -16/+15![]() | |
| | | ||||||
| * | Return -1 to indicate buffer overflow. Allow buffer fill level to be read | Michael Brown | 2005-05-09 | 1 | -14/+18 | |
| | | | | | easily from struct buffer. | |||||
| * | Added debugging | Michael Brown | 2005-05-09 | 1 | -1/+16 | |
| | | ||||||
| * | Added explanatory comment. | Michael Brown | 2005-05-09 | 1 | -0/+7 | |
| | | ||||||
| * | Modified to use physical addresses, and to not assume that we can directly | Michael Brown | 2005-05-09 | 1 | -83/+96 | |
| | | | | | refer to data outside of our data or stack segments. | |||||
| * | Start of an implementation using doubly-linked lists and virtual | Michael Brown | 2005-05-09 | 1 | -0/+131 | |
| | | | | | | addresses. This will have to be reworked to use physical addresses thanks to the PXE spec. | |||||
| * | Make vga_font const to avoid warning about large symbol | Michael Brown | 2005-05-03 | 1 | -12/+12 | |
| | | ||||||
| * | Split TCP code out into proto/tcp.c | Michael Brown | 2005-05-02 | 1 | -297/+1![]() | |
| | | ||||||
| * | Moved DOWNLOAD_PROTO_XXX options to config.h | Michael Brown | 2005-05-02 | 1 | -0/+20 | |
| | | ||||||
| * | More URL parsing moved into url.c | Michael Brown | 2005-05-02 | 1 | -35/+7![]() | |
| | | ||||||

