2006-12-20 |
Michael Brown | Split the (quick hack) boot logic out from main.c to... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Explicitly call erase(), to cope with platforms where... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Add attr_{get,set,on,off} as static inlines. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Add "config" command to access config UI |
tree | commitdiff |
2006-12-20 |
Michael Brown | Add instruction row, and save option |
tree | commitdiff |
2006-12-20 |
Michael Brown | Only need printf(), so use vsprintf.h instead of console.h |
tree | commitdiff |
2006-12-20 |
Michael Brown | 8-bit integers are 1 byte long, not 8... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Clear message on alert row before printing new one |
tree | commitdiff |
2006-12-20 |
Michael Brown | Added descriptive text for settings and setting types... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Move {show,set,clear}_setting() to {show,set,clear... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Added messages for some of the most common errors |
tree | commitdiff |
2006-12-20 |
Michael Brown | Split strerror() out from errno.c |
tree | commitdiff |
2006-12-20 |
Michael Brown | Alert when saving settings fails |
tree | commitdiff |
2006-12-20 |
Michael Brown | Increase colour pair limit |
tree | commitdiff |
2006-12-20 |
Michael Brown | Fix (hopefully) the scrolling logic |
tree | commitdiff |
2006-12-20 |
Michael Brown | Split error-message table portions of errno.h out to... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Move strerror() prototype to string.h, where it belongs |
tree | commitdiff |
2006-12-20 |
Michael Brown | Differentiate between ENOSPC and ENOMEM |
tree | commitdiff |
2006-12-20 |
Michael Brown | Use -ENOSPC rather than -ENOMEM, to distinguish the... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Fix prototype of sleep() and move it to unistd.h |
tree | commitdiff |
2006-12-20 |
Michael Brown | Add (partly-functional) user interface for editing... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Don't automatically redraw the edit box; this allows... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Editable text box widget based on mucurses and edit_string. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Reset screen on exit as well as entry |
tree | commitdiff |
2006-12-20 |
Michael Brown | Add "exit --help" to preempt the pedants. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Remove obsolete mechanism for including nvo_cmd.o |
tree | commitdiff |
2006-12-20 |
Michael Brown | Select required commands via config.h |
tree | commitdiff |
2006-12-20 |
Michael Brown | Remove warning (at least on platforms with uint32_t... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Move nvo_cmd.c to hci/commands. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Functionality now replaced by a combination of readline... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Use new minimal shell |
tree | commitdiff |
2006-12-20 |
Michael Brown | Separated out (and tidied up) shell banner code |
tree | commitdiff |
2006-12-19 |
Michael Brown | Minimal shell implementation using readline() and system(). |
tree | commitdiff |
2006-12-19 |
Michael Brown | Use stdlib.h for malloc() instead of malloc.h. |
tree | commitdiff |
2006-12-19 |
Michael Brown | Explicitly print out-of-memory message to avoid trickin... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Functioning readline() |
tree | commitdiff |
2006-12-19 |
Michael Brown | Provide an edit history to allow caller to efficiently... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Explicitly move cursor to top-left of screen, in case... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Skeletal (non-echoing) version of readline() |
tree | commitdiff |
2006-12-19 |
Michael Brown | Catch attempts to print NULL strings |
tree | commitdiff |
2006-12-19 |
Michael Brown | Start of generic editable string support |
tree | commitdiff |
2006-12-19 |
Michael Brown | Use common symbols to avoid dragging in getopt.o unless... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Use current attributes when erasing. |
tree | commitdiff |
2006-12-19 |
Michael Brown | Assume a 24-line screen, since we can't (easily) avoid... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Optimise bios_putchar for speed(!) by avoiding two... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Avoid cursor move on every single character |
tree | commitdiff |
2006-12-19 |
Michael Brown | Obsolete, and no longer functions |
tree | commitdiff |
2006-12-19 |
Michael Brown | Use ANSI escape sequence to reset and clear terminal... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Now basically functioning on ANSI-supporting consoles. |
tree | commitdiff |
2006-12-18 |
Michael Brown | Adjusted to use the normal internal mucurses API rather... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Remove more dynamic allocation |
tree | commitdiff |
2006-12-18 |
Michael Brown | There seems to be no reason why pos_x is static... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Remove some unnecessary use of calloc() for tiny memory... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Convert _{store,restore}_cursor_pos to static inlines. |
tree | commitdiff |
2006-12-18 |
Michael Brown | wmove() is part of the public curses API, and already... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Renamed core.h to mucurses.h |
tree | commitdiff |
2006-12-18 |
Michael Brown | Rename core.c->mucurses.c; bin/core.o is too generic... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Use int rather than short for bool; it will give more... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Use iskey() and getchar() to interact with console... |
tree | commitdiff |
2006-12-18 |
Michael Brown | The "increment MAC address by port number" hack applies... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Print welcome banner in bold (which will come out as... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Add basic ANSI escape sequence support to BIOS console |
tree | commitdiff |
2006-12-18 |
Michael Brown | Added support for interpreting ANSI escape sequences... |
tree | commitdiff |
2006-12-12 |
Michael Brown | Fix building on gas versions that don't auto-insert... |
tree | commitdiff |
2006-12-12 |
Michael Brown | Automatically select between the "10" and "16" variants... |
tree | commitdiff |
2006-12-12 |
Michael Brown | Catch SCSI errors, and work around the start-of-day... |
tree | commitdiff |
2006-12-12 |
Michael Brown | Typo |
tree | commitdiff |
2006-12-12 |
Michael Brown | Request all the options that we're prepared to do anyth... |
tree | commitdiff |
2006-12-12 |
Michael Brown | Added "clear" command |
tree | commitdiff |
2006-12-12 |
Michael Brown | Added clear_setting() |
tree | commitdiff |
2006-12-08 |
Michael Brown | Cope with system(""). |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added "priority" and "root-path" options |
tree | commitdiff |
2006-12-08 |
Michael Brown | Add placeholder ibft.h |
tree | commitdiff |
2006-12-08 |
Michael Brown | Use root-path option (as per RFC 4173) rather than... |
tree | commitdiff |
2006-12-08 |
Michael Brown | Also request root-path. |
tree | commitdiff |
2006-12-08 |
Michael Brown | Including the final (char *)NULL is the responsibility... |
tree | commitdiff |
2006-12-08 |
Michael Brown | D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added "exit" back in as a standardised command. |
tree | commitdiff |
2006-12-08 |
Michael Brown | cmdlinelib.c now calls system() rather than doing its... |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added execv() and system(). |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added missing include of stdint.h |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added strdup() |
tree | commitdiff |
2006-12-08 |
Michael Brown | Added missing prototype |
tree | commitdiff |
2006-12-07 |
Michael Brown | Added a functional version of getopt() and getopt_long... |
tree | commitdiff |
2006-12-06 |
Michael Brown | Add support for non-volatile stored options in the... |
tree | commitdiff |
2006-12-06 |
Michael Brown | inet_aton() has a non-traditional return value |
tree | commitdiff |
2006-12-06 |
Michael Brown | A cleaner method of handling login redirection; just... |
tree | commitdiff |
2006-12-06 |
Michael Brown | Added write support for three-wire devices (e.g. the... |
tree | commitdiff |
2006-12-06 |
Michael Brown | Verify data after writing |
tree | commitdiff |
2006-12-06 |
Michael Brown | Work around another confused-by-RST bug |
tree | commitdiff |
2006-12-05 |
Michael Brown | Support PXE and iSCSI by default |
tree | commitdiff |
2006-12-05 |
Michael Brown | Work around another instance of the port re-use bug. |
tree | commitdiff |
2006-12-05 |
Michael Brown | Tweaked retry messages |
tree | commitdiff |
2006-12-05 |
Michael Brown | Added debug messages |
tree | commitdiff |
2006-12-05 |
Michael Brown | Call closed() method only when the connection is genuin... |
tree | commitdiff |
2006-12-05 |
Michael Brown | Ensure that tcp_rx() always frees its received packet... |
tree | commitdiff |
2006-12-05 |
Michael Brown | Killed off spurious <stdio.h> inclusion |
tree | commitdiff |
2006-12-05 |
Michael Brown | Avoid calling NULL methods! |
tree | commitdiff |
2006-12-05 |
Michael Brown | Update ftp.c to work with Nikhil's TCP stack. |
tree | commitdiff |
2006-12-05 |
Michael Brown | The VPD engine is broken and can't actually handle... |
tree | commitdiff |
next |