| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2 | -0/+78 |
| * | Key definitions | Michael Brown | 2006-12-20 | 1 | -0/+78 |
| * | Define KEY_MIN and use it in kb.c. | Michael Brown | 2006-12-20 | 2 | -2/+3 |
| * | Prevent NULL from ever pointing to some real code or data. (This was | Michael Brown | 2006-12-20 | 2 | -0/+10 |
| * | Return -EIO when verification fails, instead of -EINVAL. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | settings_ui() now returns a status code. | Michael Brown | 2006-12-20 | 3 | -6/+15 |
| * | Add EIO. | Michael Brown | 2006-12-20 | 1 | -5/+4 |
| * | Close UDP connection when DHCP completes. | Michael Brown | 2006-12-20 | 1 | -0/+3 |
| * | No longer needed | Michael Brown | 2006-12-20 | 1 | -2/+0 |
| * | 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 |