| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added PCI_BASE_CLASS() macro | Michael Brown | 2007-01-08 | 1 | -0/+2 |
| * | Added support for wildcard device/vendor ID matches | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Remove types and prototypes now provided in the undi*.h headers. | Michael Brown | 2007-01-08 | 1 | -90/+2 |
| * | Partial implementation of UNDI loader caller. | Michael Brown | 2007-01-05 | 2 | -51/+17 |
| * | Add PXE driver-scanning code, capable of locating all PXE ROMs in a system | Michael Brown | 2007-01-05 | 1 | -2/+113 |
| * | Added PXE bus driver (with support only for using PXE structures found | Michael Brown | 2007-01-04 | 1 | -27/+45 |
| * | Don't include __FUNCTION__ in assert() messages; it was causing the | Michael Brown | 2007-01-04 | 1 | -7/+6 |
| * | Make open() and close() an official part of the netdevice API. | Michael Brown | 2007-01-04 | 1 | -0/+33 |
| * | A DHCP session holds a persistent reference to a network device | Michael Brown | 2007-01-04 | 1 | -0/+3 |
| * | Added missing #include | Michael Brown | 2007-01-04 | 1 | -0/+1 |
| * | IPv6 minirouting table entries hold persistent references to net devices. | Michael Brown | 2007-01-04 | 1 | -0/+5 |
| * | An AoE session holds a persistent reference to a net device. | Michael Brown | 2007-01-04 | 1 | -0/+3 |
| * | Use hotplug support to notify persistent reference holders when a | Michael Brown | 2007-01-04 | 1 | -0/+5 |
| * | Minimal hotplug support: provide a facility for notifying persistent | Michael Brown | 2007-01-04 | 1 | -0/+58 |
| * | Verify checksums on the RX datapath. | Michael Brown | 2007-01-03 | 2 | -21/+21 |
| * | Use whole bytes for the ACKED and RCVD portions of tcp_state; it | Michael Brown | 2006-12-30 | 1 | -3/+3 |
| * | Added auto-colourising DBGC() macro | Michael Brown | 2006-12-29 | 1 | -40/+42 |
| * | Redefine TCP state to include "flags that have been sent" rather than | Michael Brown | 2006-12-29 | 1 | -28/+31 |
| * | Merge changes from mcb-tcp-fixes branch. | Michael Brown | 2006-12-28 | 5 | -182/+282 |
| * | Cannot immediately overwrite the peer address when we parse | Michael Brown | 2006-12-22 | 1 | -2/+8 |
| * | Fix prototype of random() and move to stdlib.h | Michael Brown | 2006-12-22 | 2 | -1/+1 |
| * | Make start_timer() and stop_timer() robust against incorrect usage. | Michael Brown | 2006-12-22 | 1 | -1/+4 |
| * | ibft_fill_data() prototype change. | Michael Brown | 2006-12-21 | 1 | -3/+1 |
| * | Add ability to shut down iSCSI connection | Michael Brown | 2006-12-21 | 1 | -0/+5 |
| * | KEY_XXX constants are now defined in gpxe/keys.h. Kept separate from | Michael Brown | 2006-12-20 | 1 | -94/+2 |
| * | Fix definition of KEY_END | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Add insert/delete and document keys, and documentation. | Michael Brown | 2006-12-20 | 1 | -15/+19 |
| * | Added code to interpret ANSI keypress sequences into KEY_XXX constants. | Michael Brown | 2006-12-20 | 1 | -0/+1 |
| * | Key definitions | Michael Brown | 2006-12-20 | 1 | -0/+78 |
| * | Define KEY_MIN and use it in kb.c. | Michael Brown | 2006-12-20 | 1 | -0/+1 |
| * | settings_ui() now returns a status code. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 1 | -0/+12 |
| * | Add attr_{get,set,on,off} as static inlines. | Michael Brown | 2006-12-20 | 1 | -4/+20 |
| * | Add "config" command to access config UI | Michael Brown | 2006-12-20 | 1 | -0/+14 |
| * | Added descriptive text for settings and setting types, and display it in | Michael Brown | 2006-12-20 | 1 | -0/+4 |
| * | Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). | Michael Brown | 2006-12-20 | 1 | -5/+47 |
| * | Increase colour pair limit | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Split error-message table portions of errno.h out to gpxe/errortab.h | Michael Brown | 2006-12-20 | 2 | -11/+20 |
| * | Move strerror() prototype to string.h, where it belongs | Michael Brown | 2006-12-20 | 2 | -2/+2 |
| * | Differentiate between ENOSPC and ENOMEM | Michael Brown | 2006-12-20 | 1 | -13/+13 |
| * | Fix prototype of sleep() and move it to unistd.h | Michael Brown | 2006-12-20 | 2 | -1/+2 |
| * | Don't automatically redraw the edit box; this allows better inheritance. | Michael Brown | 2006-12-20 | 1 | -1/+15 |
| * | Editable text box widget based on mucurses and edit_string. | Michael Brown | 2006-12-20 | 1 | -0/+35 |
| * | Separated out (and tidied up) shell banner code | Michael Brown | 2006-12-20 | 1 | -0/+12 |
| * | Minimal shell implementation using readline() and system(). | Michael Brown | 2006-12-20 | 1 | -0/+12 |
| * | Provide an edit history to allow caller to efficiently update display. | Michael Brown | 2006-12-20 | 1 | -3/+12 |
| * | Skeletal (non-echoing) version of readline() | Michael Brown | 2006-12-19 | 1 | -0/+12 |
| * | Start of generic editable string support | Michael Brown | 2006-12-19 | 1 | -0/+22 |
| * | Use common symbols to avoid dragging in getopt.o unless a getopt-using | Michael Brown | 2006-12-19 | 1 | -1/+17 |
| * | Avoid cursor move on every single character | Michael Brown | 2006-12-19 | 1 | -0/+2 |