| Commit message (Expand) | Author | Age | Files | Lines |
| * | A working name resolution framework | Michael Brown | 2007-01-18 | 1 | -16/+117 |
| * | When an async operation dies, orphan its children. | Michael Brown | 2007-01-18 | 1 | -35/+74 |
| * | Move include/malloc.h to include/gpxe/malloc.h, since everything in there | Michael Brown | 2007-01-18 | 2 | -2/+11 |
| * | Allow buffers to be pre-expanded on demand. | Michael Brown | 2007-01-18 | 1 | -5/+1 |
| * | Reorder functions to more closely reflect the flow of control | Michael Brown | 2007-01-18 | 1 | -47/+50 |
| * | Don't always zero memory in malloc(). This saves around 2us on a | Michael Brown | 2007-01-18 | 1 | -2/+17 |
| * | Replacement for fetch() which operates asynchronously and identifies | Michael Brown | 2007-01-18 | 1 | -0/+172 |
| * | Added async_uninit() to simplify failure paths. | Michael Brown | 2007-01-18 | 1 | -0/+36 |
| * | Add utility function to parse port from URI | Michael Brown | 2007-01-18 | 1 | -0/+11 |
| * | Obsolete | Michael Brown | 2007-01-18 | 2 | -1308/+0 |
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 2 | -4/+3 |
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -17/+309 |
| * | Add missing include | Michael Brown | 2007-01-15 | 1 | -0/+1 |
| * | Added a URI parser that should be standards conformant. (It can certainly | Michael Brown | 2007-01-15 | 1 | -0/+161 |
| * | Once image type has been set, do not autoprobe further | Michael Brown | 2007-01-14 | 1 | -0/+5 |
| * | Allow load() and exec() methods to be NULL. | Michael Brown | 2007-01-14 | 1 | -0/+9 |
| * | Placeholder bzImage support | Michael Brown | 2007-01-14 | 1 | -0/+3 |
| * | Do not go past the end of the argv[] array. | Michael Brown | 2007-01-14 | 1 | -0/+4 |
| * | Call hide_etherboot() from startup(), rather than requiring the prefix to | Michael Brown | 2007-01-14 | 1 | -2/+5 |
| * | Make shutdown functions callable by OS image's exec methods. | Michael Brown | 2007-01-14 | 2 | -349/+28 |
| * | Rename "boot" to "autoboot" | Michael Brown | 2007-01-14 | 1 | -2/+2 |
| * | I prefer IMAGE_XXX to XXX_IMAGE. | Michael Brown | 2007-01-13 | 1 | -11/+11 |
| * | Hex dumps are now integrated into the DBG() framework. | Michael Brown | 2007-01-13 | 1 | -27/+78 |
| * | 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 | 1 | -62/+42 |
| * | Added generic line-buffering code (a la stdio) | Michael Brown | 2007-01-12 | 1 | -0/+136 |
| * | Print image physical location in registration message. | Michael Brown | 2007-01-12 | 1 | -1/+3 |
| * | Add "dhcp" command | Michael Brown | 2007-01-12 | 1 | -0/+3 |
| * | Let ifmgmt.c take care of calling efree(), since it's the once which | Michael Brown | 2007-01-12 | 1 | -26/+33 |
| * | Use systematic names for XXX_IMAGE. | Michael Brown | 2007-01-12 | 1 | -5/+8 |
| * | Add debug message | Michael Brown | 2007-01-12 | 1 | -0/+1 |
| * | Ignore comment lines. | Michael Brown | 2007-01-12 | 1 | -3/+5 |
| * | fetch() now knows nothing about struct image; it simply loads a file and | Michael Brown | 2007-01-12 | 1 | -3/+1 |
| * | Add free_image | Michael Brown | 2007-01-12 | 1 | -0/+17 |
| * | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 1 | -0/+3 |
| * | Added IMAGE_LOADED flag and find_image() | Michael Brown | 2007-01-12 | 1 | -0/+27 |
| * | Added basename() to make automatically naming images easier. | Michael Brown | 2007-01-12 | 1 | -0/+40 |
| * | Build automatically expanding buffers from struct buffer and erealloc(). | Michael Brown | 2007-01-12 | 1 | -0/+72 |
| * | Fix typo | Michael Brown | 2007-01-12 | 1 | -1/+1 |
| * | Allow for named images. | Michael Brown | 2007-01-12 | 1 | -3/+5 |
| * | Provide registration mechanism for loaded images, so that we can e.g. | Michael Brown | 2007-01-12 | 1 | -62/+115 |
| * | Move include/image.h to include/gpxe/image.h | Michael Brown | 2007-01-11 | 3 | -5/+2 |
| * | Use physical address in debug messages; they make more sense to read. | Michael Brown | 2007-01-11 | 1 | -8/+12 |
| * | Remove osloader.c and replace with a prep_segment() that uses userptr_t | Michael Brown | 2007-01-11 | 1 | -91/+0 |
| * | buffer.c should be using copy_{to,from}_user, rather than | Michael Brown | 2007-01-11 | 1 | -6/+5 |
| * | Fix bug in buffer.c, add buffer mini-unit test. | Michael Brown | 2007-01-11 | 1 | -3/+3 |
| * | Update buffer-handling code to enable expandable buffers. | Michael Brown | 2007-01-11 | 2 | -141/+138 |
| * | Move include/buffer.h to include/gpxe/buffer.h | Michael Brown | 2007-01-11 | 2 | -2/+2 |
| * | Add "route" command (which currently only displays the routing table; it | Michael Brown | 2007-01-10 | 1 | -0/+3 |
| * | Having forced __table() to natural structure alignment, it now seems | Michael Brown | 2007-01-10 | 1 | -41/+43 |