| Commit message (Expand) | Author | Age | Files | Lines |
| * | Obsolete for some time now. | Michael Brown | 2006-12-20 | 1 | -751/+0 |
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 7 | -14/+85 |
| * | Explicitly call erase(), to cope with platforms where the ANSI clear | Michael Brown | 2006-12-20 | 1 | -0/+5 |
| * | 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 | 4 | -0/+53 |
| * | Add instruction row, and save option | Michael Brown | 2006-12-20 | 1 | -17/+58 |
| * | Only need printf(), so use vsprintf.h instead of console.h | Michael Brown | 2006-12-20 | 2 | -2/+2 |
| * | 8-bit integers are 1 byte long, not 8... | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Clear message on alert row before printing new one | Michael Brown | 2006-12-20 | 1 | -0/+1 |
| * | Added descriptive text for settings and setting types, and display it in | Michael Brown | 2006-12-20 | 3 | -9/+86 |
| * | Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). | Michael Brown | 2006-12-20 | 4 | -37/+74 |
| * | Added messages for some of the most common errors | Michael Brown | 2006-12-20 | 1 | -0/+11 |
| * | Split strerror() out from errno.c | Michael Brown | 2006-12-20 | 2 | -45/+51 |
| * | Alert when saving settings fails | Michael Brown | 2006-12-20 | 1 | -5/+27 |
| * | Increase colour pair limit | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Fix (hopefully) the scrolling logic | Michael Brown | 2006-12-20 | 1 | -11/+11 |
| * | Split error-message table portions of errno.h out to gpxe/errortab.h | Michael Brown | 2006-12-20 | 4 | -15/+24 |
| * | 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 |
| * | Use -ENOSPC rather than -ENOMEM, to distinguish the cases "generic out of | Michael Brown | 2006-12-20 | 1 | -5/+5 |
| * | Fix prototype of sleep() and move it to unistd.h | Michael Brown | 2006-12-20 | 3 | -3/+5 |
| * | Add (partly-functional) user interface for editing configuration settings | Michael Brown | 2006-12-20 | 2 | -1/+287 |
| * | Don't automatically redraw the edit box; this allows better inheritance. | Michael Brown | 2006-12-20 | 2 | -20/+15 |
| * | Editable text box widget based on mucurses and edit_string. | Michael Brown | 2006-12-20 | 2 | -0/+150 |
| * | Reset screen on exit as well as entry | Michael Brown | 2006-12-20 | 1 | -6/+3 |
| * | Add "exit --help" to preempt the pedants. | Michael Brown | 2006-12-20 | 1 | -2/+9 |
| * | Remove obsolete mechanism for including nvo_cmd.o | Michael Brown | 2006-12-20 | 1 | -2/+0 |
| * | Select required commands via config.h | Michael Brown | 2006-12-20 | 2 | -0/+17 |
| * | Remove warning (at least on platforms with uint32_t == unsigned long). | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Move nvo_cmd.c to hci/commands. | Michael Brown | 2006-12-20 | 2 | -3/+1 |
| * | Functionality now replaced by a combination of readline() and system(). | Michael Brown | 2006-12-20 | 5 | -543/+0 |
| * | Use new minimal shell | Michael Brown | 2006-12-20 | 1 | -1/+6 |
| * | Separated out (and tidied up) shell banner code | Michael Brown | 2006-12-20 | 2 | -0/+77 |
| * | Minimal shell implementation using readline() and system(). | Michael Brown | 2006-12-20 | 2 | -0/+98 |
| * | Use stdlib.h for malloc() instead of malloc.h. | Michael Brown | 2006-12-20 | 5 | -5/+4 |
| * | Explicitly print out-of-memory message to avoid tricking the user into | Michael Brown | 2006-12-20 | 1 | -7/+7 |
| * | Functioning readline() | Michael Brown | 2006-12-20 | 1 | -2/+47 |
| * | Provide an edit history to allow caller to efficiently update display. | Michael Brown | 2006-12-20 | 2 | -4/+27 |
| * | Explicitly move cursor to top-left of screen, in case the clear screen | Michael Brown | 2006-12-19 | 1 | -1/+1 |
| * | Skeletal (non-echoing) version of readline() | Michael Brown | 2006-12-19 | 2 | -0/+80 |
| * | Catch attempts to print NULL strings | Michael Brown | 2006-12-19 | 1 | -0/+2 |
| * | Start of generic editable string support | Michael Brown | 2006-12-19 | 3 | -1/+182 |
| * | Use common symbols to avoid dragging in getopt.o unless a getopt-using | Michael Brown | 2006-12-19 | 3 | -19/+26 |
| * | Use current attributes when erasing. | Michael Brown | 2006-12-19 | 3 | -4/+16 |
| * | Assume a 24-line screen, since we can't (easily) avoid scrolling after | Michael Brown | 2006-12-19 | 1 | -1/+1 |
| * | Optimise bios_putchar for speed(!) by avoiding two separate real-mode | Michael Brown | 2006-12-19 | 1 | -11/+16 |
| * | Avoid cursor move on every single character | Michael Brown | 2006-12-19 | 2 | -4/+22 |
| * | Obsolete, and no longer functions | Michael Brown | 2006-12-19 | 1 | -88/+0 |
| * | Use ANSI escape sequence to reset and clear terminal, rather than using | Michael Brown | 2006-12-19 | 2 | -2/+2 |
| * | Now basically functioning on ANSI-supporting consoles. | Michael Brown | 2006-12-19 | 8 | -97/+217 |