2007-01-14 |
Michael Brown | Obsolete |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Placeholder bzImage support |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Replace image->entry with image->priv. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Mostly updated. Won't work yet. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Obsolete for some time |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Fill in BufferSize in PXENV_GET_CACHED_INFO |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Select a PXE network device before starting PXE NBP. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Do not go past the end of the argv[] array. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Use debug autocolourisation. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Call hide_etherboot() from startup(), rather than requi... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Make shutdown functions callable by OS image's exec... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Make "boot" a synonym for "imgexec", to match grub |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Rename "boot" to "autoboot" |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Use _text, rather than assuming _text==0. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Use {get,set}_fbms() so that allocated base memory... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Provide {get,set}_fbms() in basemem.h. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Some operating systems get a nasty shock if a region... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Add some trace messages for important events |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Advertise a larger MSS to improve TCP performance. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | I prefer IMAGE_XXX to XXX_IMAGE. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Add header for pxe_boot() |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Pick up the return status code from the correct place... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | When an UNDI API call fails, print everything there... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Hex dumps are now integrated into the DBG() framework. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Always send EOI. We can't feasibly share interrupts... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Michael Brown | Damn Broadcom and their damned incorrect assumptions... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Add HTTP test support |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Fixed HTTP |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Whitespace fix |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added ENOENT, since HTTP 404 translates to it |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added isspace() and made strtoul() accept whitespace... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Damn it; my lovely resilient scheme falls down when... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | No need to maintain a received byte count; we always... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added generic line-buffering code (a la stdio) |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Place multiboot tables in base memory; at least some... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Print image physical location in registration message. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Ensure multiboot modules are in ascending order of... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Fix the memory map. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Code used for load buffer and multiboot image testing |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Use dhcp(), imgfetch() etc. to boot rather than dhcp_te... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added missing declaration. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Make DEBUG=script echo the commands as they are executed |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Add "dhcp" command |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Let ifmgmt.c take care of calling efree(), since it... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added dhcp() user-level command. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Use systematic names for XXX_IMAGE. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Don't print "<NULL>" when we use imgautoselect(). |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Rearrange struct image to reflect usage of the fields |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Add debug message |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Ignore comment lines. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | API change: the raw image will no longer be (hypothetic... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Force probing of multiboot before ELF. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | fetch() now knows nothing about struct image; it simply... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Allow "imgexec" with no arguments to boot the file... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Cleaner separation between imgXXX() functions and image... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Add free_image |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Add basic "fetch" and "imgstat" commands. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added IMAGE_LOADED flag and find_image() |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Be silent if there are no network interfaces |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added missing declaration. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Place command-line inline, to save on memory allocation... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Added basename() to make automatically naming images... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Build automatically expanding buffers from struct buffe... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Fix the only bug (which was to use DBGC() in place... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Quick and dirty test for emalloc() |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | First version of an external memory allocator (not... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Rename copy_user() to memcpy_user(). Add memmove_user... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Allow external code to update hidden memory regions. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Nothing (not even hidemem.c) uses this file! |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Long since obsoleted by arch/i386/scripts/i386.lds |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Obsoleted by arch/i386/interface/pxe/pxe_call.c |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | We *do* have a __data16_array after all! |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Add UNULL |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | Fix typo |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Brown | We may be required to page-align modules, so let's... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Allow for named images. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Provide registration mechanism for loaded images, so... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | alloca() can be useful in some (limited) circumstances. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Populate multiboot information structure before calling OS. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Whoever put together the grub multiboot.h header is... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Add command line that can be passed to executed images. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Avoid namespace clashes |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Added fields present in the documentation but not in... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Capable of starting a multiboot kernel (albeit without... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE (... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Capable of loading a multiboot image into memory |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Add placeholder elf_execute() |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Limit -ENOEXEC to mean "this is not in my format". |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Distinguish between ENOMEM (as representing a lack... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Downloaded from current grub CVS. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Use generic "struct image" rather than "struct elf". |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Rename "image" field to "data", because "image->image... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Move include/image.h to include/gpxe/image.h |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Had this file lying around for ages; may as well check... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Try image as ELF file first. (Don't yet actually try... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Print informative error message when boot fails. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Create include/gpxe/elf.h for the ELF bits that aren... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Update TFTP to use a struct buffer rather than a callback. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Use physical address in debug messages; they make more... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Removed the Etherboot-specific ELF-image code and repla... |
commit | commitdiff | tree | snapshot |
next |