| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Force ordering of commands within help list. | Michael Brown | 2007-01-10 | 1 | -13/+13 |
| * | Force ordering of commands in help list. | Michael Brown | 2007-01-10 | 1 | -13/+14 |
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 3 | -8/+12 |
| * | Move header file for usr/autoboot.c to include/usr | Michael Brown | 2007-01-10 | 1 | -4/+8 |
| * | Added network interface management commands | Michael Brown | 2007-01-10 | 1 | -0/+182 |
| * | Reset character attributes before start of welcome banner, in case | Michael Brown | 2007-01-09 | 1 | -1/+1 |
| * | Avoid creating implicit memcpy()s | Michael Brown | 2007-01-05 | 2 | -9/+8 |
| * | Print explicit error message on iSCSI boot failure, and add | Michael Brown | 2006-12-21 | 1 | -0/+1 |
| * | Use getkey() and symbolic key names. | Michael Brown | 2006-12-20 | 1 | -6/+8 |
| * | Use symbolic key names, and avoid moving beyond end of string | Michael Brown | 2006-12-20 | 1 | -9/+17 |
| * | Use getkey() and symbolic key names. | Michael Brown | 2006-12-20 | 1 | -4/+5 |
| * | Define KEY_MIN and use it in kb.c. | Michael Brown | 2006-12-20 | 1 | -2/+2 |
| * | settings_ui() now returns a status code. | Michael Brown | 2006-12-20 | 2 | -5/+14 |
| * | Add EIO. | Michael Brown | 2006-12-20 | 1 | -5/+4 |
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 1 | -0/+21 |
| * | Explicitly call erase(), to cope with platforms where the ANSI clear | Michael Brown | 2006-12-20 | 1 | -0/+5 |
| * | Add "config" command to access config UI | Michael Brown | 2006-12-20 | 1 | -0/+35 |
| * | 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 |
| * | 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 | 1 | -7/+70 |
| * | Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). | Michael Brown | 2006-12-20 | 2 | -10/+9 |
| * | 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 | 1 | -0/+49 |
| * | Alert when saving settings fails | Michael Brown | 2006-12-20 | 1 | -5/+27 |
| * | Fix (hopefully) the scrolling logic | Michael Brown | 2006-12-20 | 1 | -11/+11 |
| * | Add (partly-functional) user interface for editing configuration settings | Michael Brown | 2006-12-20 | 1 | -0/+285 |
| * | Don't automatically redraw the edit box; this allows better inheritance. | Michael Brown | 2006-12-20 | 1 | -19/+0 |
| * | Editable text box widget based on mucurses and edit_string. | Michael Brown | 2006-12-20 | 1 | -0/+115 |
| * | 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 |
| * | Move nvo_cmd.c to hci/commands. | Michael Brown | 2006-12-20 | 1 | -0/+111 |
| * | Separated out (and tidied up) shell banner code | Michael Brown | 2006-12-20 | 1 | -0/+65 |
| * | Minimal shell implementation using readline() and system(). | Michael Brown | 2006-12-20 | 1 | -0/+86 |
| * | Use stdlib.h for malloc() instead of malloc.h. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | 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 | 1 | -1/+15 |
| * | 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 | 1 | -0/+68 |
| * | Start of generic editable string support | Michael Brown | 2006-12-19 | 1 | -0/+159 |
| * | 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 |
| * | Avoid cursor move on every single character | Michael Brown | 2006-12-19 | 1 | -4/+20 |
| * | 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 | 7 | -55/+138 |
| * | Adjusted to use the normal internal mucurses API rather than accessing | Michael Brown | 2006-12-18 | 1 | -19/+25 |
| * | Remove more dynamic allocation | Michael Brown | 2006-12-18 | 1 | -8/+20 |
| * | There seems to be no reason why pos_x is static... | Michael Brown | 2006-12-18 | 1 | -3/+3 |