| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged the unaligned and aligned heap APIs and simplified the code. | Michael Brown | 2005-05-12 | 2 | -81/+116 |
| * | Use the global load_buffer, and the boot_image function. | Michael Brown | 2005-05-09 | 1 | -6/+11 |
| * | Add INIT_LOADBUF | Michael Brown | 2005-05-09 | 1 | -3/+5 |
| * | Make "struct buffer"s reusable between sessions. | Michael Brown | 2005-05-09 | 2 | -10/+9 |
| * | Include string.h, because we need to define copy_{to,from}_phys | Michael Brown | 2005-05-09 | 1 | -0/+1 |
| * | First version | Michael Brown | 2005-05-09 | 1 | -0/+64 |
| * | First versions | Michael Brown | 2005-05-09 | 2 | -0/+74 |
| * | Protocols now load data into a buffer; they don't execute it. | Michael Brown | 2005-05-09 | 6 | -50/+37 |
| * | off_t should be signed. | Michael Brown | 2005-05-09 | 1 | -11/+11 |
| * | Return -1 to indicate buffer overflow. Allow buffer fill level to be read | Michael Brown | 2005-05-09 | 2 | -23/+32 |
| * | 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 | 2 | -90/+125 |
| * | Add off_t and physaddr_t, and the copy_{to,from}_phys helper routines. | Michael Brown | 2005-05-09 | 2 | -0/+11 |
| * | Add memcpy | Michael Brown | 2005-05-09 | 1 | -0/+13 |
| * | Start of an implementation using doubly-linked lists and virtual | Michael Brown | 2005-05-09 | 2 | -0/+147 |
| * | Make vga_font const to avoid warning about large symbol | Michael Brown | 2005-05-03 | 1 | -12/+12 |
| * | Make PCI ID tables const so as not to trigger a warning about a large | Michael Brown | 2005-05-03 | 2 | -2/+2 |
| * | Allow read-only symbols to be large | Michael Brown | 2005-05-03 | 1 | -2/+3 |
| * | Move tulip_private structure into shared data. | Michael Brown | 2005-05-03 | 1 | -19/+20 |
| * | Reduce large symbol warning threshold, now that most of the really | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| * | D'oh | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| * | Use __shared | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| * | Added example of how to use __shared. | Michael Brown | 2005-05-03 | 1 | -25/+47 |
| * | #if 0 out the whole file for now; it cannot be linked because the base | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| * | Re-add the "etherboot.%" all-drivers image. | Michael Brown | 2005-05-03 | 1 | -2/+6 |
| * | Symbol fixups | Michael Brown | 2005-05-03 | 15 | -177/+185 |
| * | Arbitrary alignment is now available. | Michael Brown | 2005-05-03 | 1 | -52/+28 |
| * | Removed spurious semicolon | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| * | Use shared symbols | Michael Brown | 2005-05-02 | 1 | -9/+10 |
| * | Use shared symbols to save space | Michael Brown | 2005-05-02 | 1 | -10/+13 |
| * | Moved definition of __shared into compiler.h | Michael Brown | 2005-05-02 | 4 | -23/+17 |
| * | Correct symbol violations reported by "make symcheck" | Michael Brown | 2005-05-02 | 2 | -21/+27 |
| * | Report on misuses of shared symbols, and excessively large static symbols. | Michael Brown | 2005-05-02 | 1 | -9/+55 |
| * | First version | Michael Brown | 2005-05-02 | 1 | -0/+21 |
| * | Tweaked to read more information (including symbol size) from blib.a | Michael Brown | 2005-05-02 | 2 | -14/+46 |
| * | Add DOWNLOAD_PROTO_XXX options. | Michael Brown | 2005-05-02 | 1 | -1/+15 |
| * | Updated to use new URL parser and new protocol API. | Michael Brown | 2005-05-02 | 1 | -75/+70 |
| * | Split TCP code out into proto/tcp.c | Michael Brown | 2005-05-02 | 4 | -301/+295 |
| * | Moved DOWNLOAD_PROTO_XXX options to config.h | Michael Brown | 2005-05-02 | 3 | -32/+21 |
| * | More URL parsing moved into url.c | Michael Brown | 2005-05-02 | 1 | -35/+7 |
| * | http.h obsoleted (no content) | Michael Brown | 2005-05-02 | 2 | -8/+0 |
| * | Protocol structure can now specify the default port. | Michael Brown | 2005-05-02 | 5 | -13/+14 |
| * | Made parse_url do more of the processing, to avoid duplicating parts of | Michael Brown | 2005-05-01 | 2 | -54/+62 |
| * | Protocol names are x-slam and x-tftm | Michael Brown | 2005-05-01 | 2 | -2/+2 |
| * | Updated to protocol API | Michael Brown | 2005-05-01 | 1 | -43/+38 |
| * | Updated to protocol API | Michael Brown | 2005-05-01 | 1 | -70/+65 |
| * | Removed obsolete prototypes. | Michael Brown | 2005-05-01 | 1 | -17/+0 |
| * | Updated to new protocol API, made to compile. | Michael Brown | 2005-05-01 | 1 | -68/+85 |
| * | umountall() handled by nfs.c's reset function | Michael Brown | 2005-05-01 | 1 | -3/+0 |