2007-01-19 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Michael Brown | Add missing prerequisite include |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | A working name resolution framework |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | When an async operation dies, orphan its children. |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Have DHCP set the nameserver, rather than DNS read... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Use total free memory as advertised window. This seems... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Move include/malloc.h to include/gpxe/malloc.h, since... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Include stdlib.h rather than malloc.h |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | console.h is no longer needed for debugging |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Allow truly arbitrary debug levels to be specified... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Declaring the CPU architecture in the middle of an... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Add DBGLVL_PROFILE |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Remove the one-packet-per-poll-cycle limit; it seems... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Increase window size to 64kB. Line rate downloads... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Accelerate memcpy() by around 32% on large, dword-align... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Allow buffers to be pre-expanded on demand. |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Presize the download buffer when we see the Content... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Reorder functions to more closely reflect the flow... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Don't always zero memory in malloc(). This saves aroun... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Switch from calloc() to malloc()+memset() to match... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Respect the RX quota. This improves poll time by about... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | HTTP/DNS now working fully asynchronously. HTTP/IP... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Replacement for fetch() which operates asynchronously... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Use struct sockaddr rather than struct sockaddr_tcpip |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Added async_uninit() to simplify failure paths. |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Add utility function to parse port from URI |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Ensure that struct sockaddr is long enough... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Michael Brown | Obsolete |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Michael Brown | Rename e{malloc,realloc,free} to u{malloc,realloc,free... |
commit | commitdiff | tree | snapshot |
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 |
next |