| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid barfing on gcc's implicit memcpy()s | Michael Brown | 2007-01-26 | 1 | -0/+20 |
| * | Move tolower() etc to ctype.h as per ISO C | Michael Brown | 2007-01-26 | 1 | -0/+1 |
| * | Zeroing out memory before using it can be so important. | Michael Brown | 2007-01-19 | 1 | -0/+1 |
| * | Actually, it's probably safer *not* to leave child processes hanging | Michael Brown | 2007-01-19 | 1 | -9/+8 |
| * | Note that the SIGCHLD handler could be re-entered. | Michael Brown | 2007-01-19 | 1 | -1/+7 |
| * | Propagate return status code from last child to fail. | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| * | Split random number generation out into core/random.c, and create the | Michael Brown | 2007-01-19 | 2 | -18/+38 |
| * | vsprintf.h is gPXE-specific; move it to include/gpxe | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 6 | -5/+6 |
| * | 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 |