2007-01-16 |
Michael Brown | Create and use async_block() macro; it cuts down on... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Michael Brown | When a network device is specified to tcpip_tx() or... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Michael Brown | Improve debugging |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Michael Brown | Improve debug messages |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Michael Brown | Improved debugging |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Quickly hack in DNS resolution as a proof of concept mcb-xen-demo |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | A working DNS resolver (not yet tied in to anything) |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Update TFTP and FTP to take the same temporary URI... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Protocol's get() method no longer takes ownership of... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Must free http on the error path; nothing else will... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Unmaintained example code is probably worse than useless. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Gave asynchronous operations approximate POSIX signal... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Add missing include |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Michael Brown | Add ETIMEDOUT |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Added a URI parser that should be standards conformant... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Split DBG() statement containing two inet_ntoa() statem... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Dump buffer and packet information in PXENV_UDP_READ... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Make TCP give up immediately when it receives -ENETUNRE... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Use -ENETUNREACH to mean "no reachable network device... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Add the "initrd" command |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | We can now load an initrd as well as a kernel |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Make the getmemsize() prototype available in memsizes... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Once image type has been set, do not autoprobe further |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Actually, the initrd image should be architecture-indep... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Add dummy "initrd" image format, just so that images... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Allow load() and exec() methods to be NULL. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Copy command line at execution time rather than load... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Split bzimage_load into separate functions |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Can start a Linux kernel directly (albeit with no initr... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Remove some references to no-longer-existent source... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | .lilo and derived targets (e.g. .iso) now load properly. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Obsoleted by arch/i386/image/multiboot.c |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Michael Brown | Can almost start a kernel now. It dies with "No setup... |
commit | commitdiff | tree | snapshot |
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 |
next |