| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Now basically functioning on ANSI-supporting consoles. | Michael Brown | 2006-12-19 | 1 | -42/+79 |
| * | Use int rather than short for bool; it will give more efficient code. | Michael Brown | 2006-12-18 | 1 | -1/+1 |
| * | Use iskey() and getchar() to interact with console, rather than object | Michael Brown | 2006-12-18 | 1 | -15/+0 |
| * | Add basic ANSI escape sequence support to BIOS console | Michael Brown | 2006-12-18 | 1 | -2/+17 |
| * | Added support for interpreting ANSI escape sequences on behalf of | Michael Brown | 2006-12-18 | 1 | -0/+103 |
| * | Automatically select between the "10" and "16" variants of command set, | Michael Brown | 2006-12-12 | 1 | -0/+48 |
| * | Added clear_setting() | Michael Brown | 2006-12-12 | 1 | -0/+1 |
| * | Add placeholder ibft.h | Michael Brown | 2006-12-08 | 1 | -0/+13 |
| * | Including the final (char *)NULL is the responsibility of the caller | Michael Brown | 2006-12-08 | 1 | -1/+1 |
| * | cmdlinelib.c now calls system() rather than doing its own tokenisation | Michael Brown | 2006-12-08 | 1 | -15/+0 |
| * | Added execv() and system(). | Michael Brown | 2006-12-08 | 3 | -0/+47 |
| * | Added missing include of stdint.h | Michael Brown | 2006-12-08 | 1 | -0/+1 |
| * | Added strdup() | Michael Brown | 2006-12-08 | 1 | -0/+1 |
| * | Added missing prototype | Michael Brown | 2006-12-08 | 1 | -0/+1 |
| * | Added a functional version of getopt() and getopt_long(), ready for use | Michael Brown | 2006-12-07 | 1 | -0/+75 |
| * | Added write support for three-wire devices (e.g. the RTL8139 EEPROM) | Michael Brown | 2006-12-06 | 1 | -0/+20 |
| * | Update ftp.c to work with Nikhil's TCP stack. | Michael Brown | 2006-12-05 | 2 | -4/+6 |
| * | Added options listed in | Michael Brown | 2006-12-05 | 1 | -0/+12 |