2007-02-01 |
Michael Brown | SSL requires inordinately large data storage |
tree | commitdiff |
2007-01-29 |
Michael Brown | Split bootsector execution code out into bootsector.c. |
tree | commitdiff |
2007-01-29 |
Michael Brown | Keep HTTP progress updated, and display a progress... |
tree | commitdiff |
2007-01-29 |
Michael Brown | Added async_block_progress() and default SIGUPDATE... |
tree | commitdiff |
2007-01-29 |
Michael Brown | Moved most buffer debug messages to DBG2. |
tree | commitdiff |
2007-01-26 |
Michael Brown | Avoid barfing on gcc's implicit memcpy()s |
tree | commitdiff |
2007-01-26 |
Michael Brown | Move tolower() etc to ctype.h as per ISO C |
tree | commitdiff |
2007-01-19 |
Michael Brown | Zeroing out memory before using it can be so important. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Actually, it's probably safer *not* to leave child... |
tree | commitdiff |
2007-01-19 |
Michael Brown | Note that the SIGCHLD handler could be re-entered. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Propagate return status code from last child to fail. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Split random number generation out into core/random... |
tree | commitdiff |
2007-01-19 |
Michael Brown | vsprintf.h is gPXE-specific; move it to include/gpxe |
tree | commitdiff |
2007-01-19 |
Michael Brown | Use stdio.h instead of vsprintf.h |
tree | commitdiff |
2007-01-18 |
Michael Brown | A working name resolution framework |
tree | commitdiff |
2007-01-18 |
Michael Brown | When an async operation dies, orphan its children. |
tree | commitdiff |
2007-01-18 |
Michael Brown | Move include/malloc.h to include/gpxe/malloc.h, since... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Allow buffers to be pre-expanded on demand. |
tree | commitdiff |
2007-01-18 |
Michael Brown | Reorder functions to more closely reflect the flow... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Don't always zero memory in malloc(). This saves aroun... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Replacement for fetch() which operates asynchronously... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Added async_uninit() to simplify failure paths. |
tree | commitdiff |
2007-01-18 |
Michael Brown | Add utility function to parse port from URI |
tree | commitdiff |
2007-01-18 |
Michael Brown | Obsolete |
tree | commitdiff |
2007-01-16 |
Michael Brown | Rename e{malloc,realloc,free} to u{malloc,realloc,free... |
tree | commitdiff |
2007-01-15 |
Michael Brown | Gave asynchronous operations approximate POSIX signal... |
tree | commitdiff |
2007-01-15 |
Michael Brown | Add missing include |
tree | commitdiff |
2007-01-14 |
Michael Brown | Added a URI parser that should be standards conformant... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Once image type has been set, do not autoprobe further |
tree | commitdiff |
2007-01-14 |
Michael Brown | Allow load() and exec() methods to be NULL. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Placeholder bzImage support |
tree | commitdiff |
2007-01-14 |
Michael Brown | Do not go past the end of the argv[] array. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Call hide_etherboot() from startup(), rather than requi... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Make shutdown functions callable by OS image's exec... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Rename "boot" to "autoboot" |
tree | commitdiff |
2007-01-13 |
Michael Brown | I prefer IMAGE_XXX to XXX_IMAGE. |
tree | commitdiff |
2007-01-13 |
Michael Brown | Hex dumps are now integrated into the DBG() framework. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Added isspace() and made strtoul() accept whitespace... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Damn it; my lovely resilient scheme falls down when... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Added generic line-buffering code (a la stdio) |
tree | commitdiff |
2007-01-12 |
Michael Brown | Print image physical location in registration message. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Add "dhcp" command |
tree | commitdiff |
2007-01-12 |
Michael Brown | Let ifmgmt.c take care of calling efree(), since it... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Use systematic names for XXX_IMAGE. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Add debug message |
tree | commitdiff |
2007-01-12 |
Michael Brown | Ignore comment lines. |
tree | commitdiff |
2007-01-12 |
Michael Brown | fetch() now knows nothing about struct image; it simply... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Add free_image |
tree | commitdiff |
2007-01-12 |
Michael Brown | Add basic "fetch" and "imgstat" commands. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Added IMAGE_LOADED flag and find_image() |
tree | commitdiff |
2007-01-12 |
Michael Brown | Added basename() to make automatically naming images... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Build automatically expanding buffers from struct buffe... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Fix typo |
tree | commitdiff |
2007-01-11 |
Michael Brown | Allow for named images. |
tree | commitdiff |
2007-01-11 |
Michael Brown | Provide registration mechanism for loaded images, so... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Move include/image.h to include/gpxe/image.h |
tree | commitdiff |
2007-01-11 |
Michael Brown | Use physical address in debug messages; they make more... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Remove osloader.c and replace with a prep_segment(... |
tree | commitdiff |
2007-01-11 |
Michael Brown | buffer.c should be using copy_{to,from}_user, rather... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Fix bug in buffer.c, add buffer mini-unit test. |
tree | commitdiff |
2007-01-11 |
Michael Brown | Update buffer-handling code to enable expandable buffers. |
tree | commitdiff |
2007-01-11 |
Michael Brown | Move include/buffer.h to include/gpxe/buffer.h |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add "route" command (which currently only displays... |
tree | commitdiff |
2007-01-10 |
Michael Brown | Having forced __table() to natural structure alignment... |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add "name" field to struct device to allow human-readab... |
tree | commitdiff |
2007-01-10 |
Michael Brown | Move header file for usr/autoboot.c to include/usr |
tree | commitdiff |
2007-01-10 |
Michael Brown | Added network interface management commands |
tree | commitdiff |
2007-01-08 |
Michael Brown | Add device to hierarchy before calling the driver's... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Minimal hotplug support: provide a facility for notifyi... |
tree | commitdiff |
2006-12-29 |
Michael Brown | Added auto-colourising DBGC() macro |
tree | commitdiff |
2006-12-27 |
Michael Brown | Keep running the main processing loop while waiting... |
tree | commitdiff |
2006-12-22 |
Michael Brown | Fix prototype of random() and move to stdlib.h |
tree | commitdiff |
2006-12-21 |
Michael Brown | Add iSCSI initiator IQN as a setting |
tree | commitdiff |
2006-12-20 |
Michael Brown | Added missing header |
tree | commitdiff |
2006-12-20 |
Michael Brown | Some key sequences seem to end with a tilde |
tree | commitdiff |
2006-12-20 |
Michael Brown | Added code to interpret ANSI keypress sequences into... |
tree | commitdiff |
2006-12-20 |
Michael Brown | No longer needed |
tree | commitdiff |
2006-12-20 |
Michael Brown | Split the (quick hack) boot logic out from main.c to... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Add "config" command to access config UI |
tree | commitdiff |
2006-12-20 |
Michael Brown | 8-bit integers are 1 byte long, not 8... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Added descriptive text for settings and setting types... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Move {show,set,clear}_setting() to {show,set,clear... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Split strerror() out from errno.c |
tree | commitdiff |
2006-12-20 |
Michael Brown | Split error-message table portions of errno.h out to... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Use -ENOSPC rather than -ENOMEM, to distinguish the... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Fix prototype of sleep() and move it to unistd.h |
tree | commitdiff |
2006-12-20 |
Michael Brown | Select required commands via config.h |
tree | commitdiff |
2006-12-20 |
Michael Brown | Use new minimal shell |
tree | commitdiff |
2006-12-19 |
Michael Brown | Catch attempts to print NULL strings |
tree | commitdiff |
2006-12-19 |
Michael Brown | Use common symbols to avoid dragging in getopt.o unless... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Added support for interpreting ANSI escape sequences... |
tree | commitdiff |
2006-12-12 |
Michael Brown | Added clear_setting() |
tree | commitdiff |
2006-12-08 |
Michael Brown | Cope with system(""). |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added "priority" and "root-path" options |
tree | commitdiff |
2006-12-08 |
Michael Brown | D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added execv() and system(). |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added strdup() |
tree | commitdiff |
2006-12-07 |
Michael Brown | Added a functional version of getopt() and getopt_long... |
tree | commitdiff |
2006-12-06 |
Michael Brown | inet_aton() has a non-traditional return value |
tree | commitdiff |
2006-12-05 |
Michael Brown | Tied NVO commands into the human-interactable settings... |
tree | commitdiff |
next |