| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make "boot" a synonym for "imgexec", to match grub | Michael Brown | 2007-01-14 | 1 | -0/+4 |
| * | Rename "boot" to "autoboot" | Michael Brown | 2007-01-14 | 3 | -7/+7 |
| * | Use _text, rather than assuming _text==0. | Michael Brown | 2007-01-14 | 1 | -1/+4 |
| * | Use {get,set}_fbms() so that allocated base memory is correctly hidden. | Michael Brown | 2007-01-14 | 1 | -12/+7 |
| * | Provide {get,set}_fbms() in basemem.h. | Michael Brown | 2007-01-14 | 3 | -212/+70 |
| * | Some operating systems get a nasty shock if a region of the E820 map seems | Michael Brown | 2007-01-14 | 2 | -43/+80 |
| * | Add some trace messages for important events | Michael Brown | 2007-01-13 | 1 | -0/+6 |
| * | Advertise a larger MSS to improve TCP performance. | Michael Brown | 2007-01-13 | 2 | -2/+33 |
| * | I prefer IMAGE_XXX to XXX_IMAGE. | Michael Brown | 2007-01-13 | 3 | -21/+105 |
| * | Add header for pxe_boot() | Michael Brown | 2007-01-13 | 2 | -0/+12 |
| * | Pick up the return status code from the correct place now that we | Michael Brown | 2007-01-13 | 1 | -2/+1 |
| * | When an UNDI API call fails, print everything there is to know about it. | Michael Brown | 2007-01-13 | 1 | -3/+20 |
| * | Hex dumps are now integrated into the DBG() framework. | Michael Brown | 2007-01-13 | 2 | -32/+171 |
| * | Always send EOI. We can't feasibly share interrupts (since we have no | Michael Brown | 2007-01-13 | 1 | -4/+12 |
| * | Damn Broadcom and their damned incorrect assumptions about x86 memory | Michael Brown | 2007-01-13 | 1 | -3/+24 |
| * | Add HTTP test support | Michael Brown | 2007-01-12 | 1 | -3/+22 |
| * | Fixed HTTP | Michael Brown | 2007-01-12 | 3 | -197/+318 |
| * | Whitespace fix | Michael Brown | 2007-01-12 | 1 | -1/+1 |
| * | Added ENOENT, since HTTP 404 translates to it | Michael Brown | 2007-01-12 | 1 | -0/+1 |
| * | Added isspace() and made strtoul() accept whitespace, as per POSIX. | Michael Brown | 2007-01-12 | 1 | -0/+17 |
| * | Damn it; my lovely resilient scheme falls down when you have a protocol | Michael Brown | 2007-01-12 | 3 | -85/+61 |
| * | No need to maintain a received byte count; we always fill in sequential | Michael Brown | 2007-01-12 | 2 | -7/+1 |
| * | Added generic line-buffering code (a la stdio) | Michael Brown | 2007-01-12 | 3 | -0/+200 |
| * | Place multiboot tables in base memory; at least some OSes won't see it | Michael Brown | 2007-01-12 | 1 | -34/+64 |
| * | Print image physical location in registration message. | Michael Brown | 2007-01-12 | 1 | -1/+3 |
| * | Ensure multiboot modules are in ascending order of memory start | Michael Brown | 2007-01-12 | 1 | -15/+40 |
| * | Fix the memory map. | Michael Brown | 2007-01-12 | 1 | -6/+11 |
| * | Code used for load buffer and multiboot image testing | Michael Brown | 2007-01-12 | 1 | -2/+10 |
| * | Use dhcp(), imgfetch() etc. to boot rather than dhcp_test(). | Michael Brown | 2007-01-12 | 1 | -5/+35 |
| * | Added missing declaration. | Michael Brown | 2007-01-12 | 1 | -0/+2 |
| * | Make DEBUG=script echo the commands as they are executed | Michael Brown | 2007-01-12 | 1 | -0/+1 |
| * | Add "dhcp" command | Michael Brown | 2007-01-12 | 3 | -0/+110 |
| * | Let ifmgmt.c take care of calling efree(), since it's the once which | Michael Brown | 2007-01-12 | 3 | -30/+47 |
| * | Added dhcp() user-level command. | Michael Brown | 2007-01-12 | 2 | -0/+97 |
| * | Use systematic names for XXX_IMAGE. | Michael Brown | 2007-01-12 | 3 | -7/+124 |
| * | Don't print "<NULL>" when we use imgautoselect(). | Michael Brown | 2007-01-12 | 1 | -1/+2 |
| * | Rearrange struct image to reflect usage of the fields | Michael Brown | 2007-01-12 | 1 | -7/+4 |
| * | Add debug message | Michael Brown | 2007-01-12 | 1 | -0/+1 |
| * | Ignore comment lines. | Michael Brown | 2007-01-12 | 1 | -3/+5 |
| * | API change: the raw image will no longer be (hypothetically) discarded | Michael Brown | 2007-01-12 | 1 | -4/+2 |
| * | Force probing of multiboot before ELF. | Michael Brown | 2007-01-12 | 3 | -12/+24 |
| * | fetch() now knows nothing about struct image; it simply loads a file and | Michael Brown | 2007-01-12 | 5 | -22/+19 |
| * | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 2007-01-12 | 3 | -9/+35 |
| * | Cleaner separation between imgXXX() functions and image_cmd.c | Michael Brown | 2007-01-12 | 4 | -60/+389 |
| * | Add free_image | Michael Brown | 2007-01-12 | 2 | -0/+18 |
| * | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 7 | -0/+387 |
| * | Added IMAGE_LOADED flag and find_image() | Michael Brown | 2007-01-12 | 2 | -0/+34 |
| * | Be silent if there are no network interfaces | Michael Brown | 2007-01-12 | 1 | -6/+0 |
| * | Added missing declaration. | Michael Brown | 2007-01-12 | 1 | -0/+2 |
| * | Place command-line inline, to save on memory allocation hassles. | Michael Brown | 2007-01-12 | 2 | -8/+16 |