| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Remove some unnecessary use of calloc() for tiny memory areas. | Michael Brown | 2006-12-18 | 1 | -11/+8 |
| * | Convert _{store,restore}_cursor_pos to static inlines. | Michael Brown | 2006-12-18 | 2 | -33/+20 |
| * | wmove() is part of the public curses API, and already defined in curses.h | Michael Brown | 2006-12-18 | 1 | -1/+0 |
| * | Renamed core.h to mucurses.h | Michael Brown | 2006-12-18 | 9 | -11/+11 |
| * | Rename core.c->mucurses.c; bin/core.o is too generic to belong to mucurses. | Michael Brown | 2006-12-18 | 1 | -0/+0 |
| * | 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 | 3 | -19/+5 |
| * | The "increment MAC address by port number" hack applies only to EF1. | Michael Brown | 2006-12-18 | 1 | -3/+7 |
| * | Print welcome banner in bold (which will come out as bright white text | Michael Brown | 2006-12-18 | 1 | -2/+5 |
| * | Add basic ANSI escape sequence support to BIOS console | Michael Brown | 2006-12-18 | 2 | -3/+156 |
| * | Added support for interpreting ANSI escape sequences on behalf of | Michael Brown | 2006-12-18 | 2 | -0/+217 |
| * | Fix building on gas versions that don't auto-insert addr32 prefixes | Michael Brown | 2006-12-12 | 1 | -3/+3 |
| * | Automatically select between the "10" and "16" variants of command set, | Michael Brown | 2006-12-12 | 2 | -31/+120 |
| * | Catch SCSI errors, and work around the start-of-day CHECK CONDITION | Michael Brown | 2006-12-12 | 1 | -1/+32 |
| * | Typo | Michael Brown | 2006-12-12 | 1 | -2/+2 |
| * | Request all the options that we're prepared to do anything with. | Michael Brown | 2006-12-12 | 1 | -3/+5 |
| * | Added "clear" command | Michael Brown | 2006-12-12 | 1 | -0/+30 |
| * | Added clear_setting() | Michael Brown | 2006-12-12 | 2 | -2/+26 |
| * | Cope with system(""). | Michael Brown | 2006-12-08 | 1 | -6/+12 |
| * | Added "priority" and "root-path" options | Michael Brown | 2006-12-08 | 1 | -2/+94 |
| * | Add placeholder ibft.h | Michael Brown | 2006-12-08 | 2 | -4/+13 |
| * | Use root-path option (as per RFC 4173) rather than filename option to | Michael Brown | 2006-12-08 | 2 | -20/+68 |
| * | Also request root-path. | Michael Brown | 2006-12-08 | 1 | -1/+2 |
| * | Including the final (char *)NULL is the responsibility of the caller | Michael Brown | 2006-12-08 | 1 | -1/+1 |
| * | D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh | Michael Brown | 2006-12-08 | 1 | -3/+9 |
| * | Added "exit" back in as a standardised command. | Michael Brown | 2006-12-08 | 2 | -24/+17 |
| * | cmdlinelib.c now calls system() rather than doing its own tokenisation | Michael Brown | 2006-12-08 | 6 | -223/+18 |
| * | Added execv() and system(). | Michael Brown | 2006-12-08 | 4 | -0/+186 |
| * | Added missing include of stdint.h | Michael Brown | 2006-12-08 | 1 | -0/+1 |
| * | Added strdup() | Michael Brown | 2006-12-08 | 2 | -2/+11 |
| * | 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 | 2 | -0/+355 |
| * | Add support for non-volatile stored options in the RTL8139 EEPROM. | Michael Brown | 2006-12-06 | 1 | -1/+38 |
| * | inet_aton() has a non-traditional return value | Michael Brown | 2006-12-06 | 1 | -1/+1 |
| * | A cleaner method of handling login redirection; just use the existing | Michael Brown | 2006-12-06 | 1 | -2/+5 |