2007-01-13 |
Michael Brown | Add some trace messages for important events
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Advertise a larger MSS to improve TCP performance.
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | I prefer IMAGE_XXX to XXX_IMAGE.
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Add header for pxe_boot()
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Pick up the return status code from the correct place...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | When an UNDI API call fails, print everything there...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Hex dumps are now integrated into the DBG() framework.
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Always send EOI. We can't feasibly share interrupts...
|
commit | commitdiff | tree |
2007-01-13 |
Michael Brown | Damn Broadcom and their damned incorrect assumptions...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add HTTP test support
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fixed HTTP
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Whitespace fix
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added ENOENT, since HTTP 404 translates to it
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added isspace() and made strtoul() accept whitespace...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Damn it; my lovely resilient scheme falls down when...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | No need to maintain a received byte count; we always...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added generic line-buffering code (a la stdio)
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Place multiboot tables in base memory; at least some...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Print image physical location in registration message.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Ensure multiboot modules are in ascending order of...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fix the memory map.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Code used for load buffer and multiboot image testing
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Use dhcp(), imgfetch() etc. to boot rather than dhcp_test().
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added missing declaration.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Make DEBUG=script echo the commands as they are executed
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add "dhcp" command
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Let ifmgmt.c take care of calling efree(), since it...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added dhcp() user-level command.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Use systematic names for XXX_IMAGE.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Don't print "<NULL>" when we use imgautoselect().
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Rearrange struct image to reflect usage of the fields
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add debug message
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Ignore comment lines.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | API change: the raw image will no longer be (hypothetically...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Force probing of multiboot before ELF.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | fetch() now knows nothing about struct image; it simply...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Allow "imgexec" with no arguments to boot the file...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Cleaner separation between imgXXX() functions and image_cmd.c
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add free_image
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add basic "fetch" and "imgstat" commands.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added IMAGE_LOADED flag and find_image()
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Be silent if there are no network interfaces
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added missing declaration.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Place command-line inline, to save on memory allocation...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Added basename() to make automatically naming images...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Build automatically expanding buffers from struct buffer...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fix the only bug (which was to use DBGC() in place...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Quick and dirty test for emalloc()
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | First version of an external memory allocator (not...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Rename copy_user() to memcpy_user(). Add memmove_user...
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Allow external code to update hidden memory regions.
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Nothing (not even hidemem.c) uses this file!
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Long since obsoleted by arch/i386/scripts/i386.lds
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Obsoleted by arch/i386/interface/pxe/pxe_call.c
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | We *do* have a __data16_array after all!
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Add UNULL
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | Fix typo
|
commit | commitdiff | tree |
2007-01-12 |
Michael Brown | We may be required to page-align modules, so let's...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Allow for named images.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Provide registration mechanism for loaded images, so...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | alloca() can be useful in some (limited) circumstances.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Populate multiboot information structure before calling OS.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Whoever put together the grub multiboot.h header is...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add command line that can be passed to executed images.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Avoid namespace clashes
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Added fields present in the documentation but not in...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Capable of starting a multiboot kernel (albeit without...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE (...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Capable of loading a multiboot image into memory
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add placeholder elf_execute()
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Limit -ENOEXEC to mean "this is not in my format".
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Distinguish between ENOMEM (as representing a lack...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Downloaded from current grub CVS.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Use generic "struct image" rather than "struct elf".
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Rename "image" field to "data", because "image->image...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Move include/image.h to include/gpxe/image.h
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Had this file lying around for ages; may as well check...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Try image as ELF file first. (Don't yet actually try...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Print informative error message when boot fails.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Create include/gpxe/elf.h for the ELF bits that aren...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Update TFTP to use a struct buffer rather than a callback.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Use physical address in debug messages; they make more...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Removed the Etherboot-specific ELF-image code and replaced...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add image directory back in
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Remove osloader.c and replace with a prep_segment(...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Added user_to_phys() and memset_user().
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Move memmap.h out of arch/i386; it no longer contains...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Add phys_to_user() and copy_user().
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | buffer.c should be using copy_{to,from}_user, rather...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | I hate NULL pointer dereferences.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Use pkb_pad() rather than doing it the dangerous way :)
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Extract packet-padding login from rtl8139.c to a separate...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Change FTP to use a data buffer rather than a callback...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Fix bug in buffer.c, add buffer mini-unit test.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Added strerror(0)=="No error", so that TCP protocols...
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Update buffer-handling code to enable expandable buffers.
|
commit | commitdiff | tree |
2007-01-11 |
Michael Brown | Move include/buffer.h to include/gpxe/buffer.h
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Warn when net device on an active route is not open.
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add "route" command (which currently only displays...
|
commit | commitdiff | tree |
2007-01-10 |
Michael Brown | Add route() function to display routing table.
|
commit | commitdiff | tree |
next |