2007-01-19 |
Michael Brown | Handle structured error codes. |
tree | commitdiff |
2007-01-19 |
Michael Brown | vsprintf.h is gPXE-specific; move it to include/gpxe |
tree | commitdiff |
2007-01-19 |
Michael Brown | Use stdio.h instead of vsprintf.h |
tree | commitdiff |
2007-01-18 |
Michael Brown | Include stdlib.h rather than malloc.h |
tree | commitdiff |
2007-01-15 |
Michael Brown | Add ETIMEDOUT |
tree | commitdiff |
2007-01-14 |
Michael Brown | Make TCP give up immediately when it receives -ENETUNRE... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Add the "initrd" command |
tree | commitdiff |
2007-01-14 |
Michael Brown | Make "boot" a synonym for "imgexec", to match grub |
tree | commitdiff |
2007-01-14 |
Michael Brown | Rename "boot" to "autoboot" |
tree | commitdiff |
2007-01-12 |
Michael Brown | Added ENOENT, since HTTP 404 translates to it |
tree | commitdiff |
2007-01-12 |
Michael Brown | Add "dhcp" command |
tree | commitdiff |
2007-01-12 |
Michael Brown | Don't print "<NULL>" when we use imgautoselect(). |
tree | commitdiff |
2007-01-12 |
Michael Brown | Allow "imgexec" with no arguments to boot the file... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Cleaner separation between imgXXX() functions and image... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Add basic "fetch" and "imgstat" commands. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Be silent if there are no network interfaces |
tree | commitdiff |
2007-01-11 |
Michael Brown | Added strerror(0)=="No error", so that TCP protocols... |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add "route" command (which currently only displays... |
tree | commitdiff |
2007-01-10 |
Michael Brown | Force ordering of commands within help list. |
tree | commitdiff |
2007-01-10 |
Michael Brown | Force ordering of commands in help list. |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add "name" field to struct device to allow human-readab... |
tree | commitdiff |
2007-01-10 |
Michael Brown | Move header file for usr/autoboot.c to include/usr |
tree | commitdiff |
2007-01-10 |
Michael Brown | Added network interface management commands |
tree | commitdiff |
2007-01-09 |
Michael Brown | Reset character attributes before start of welcome... |
tree | commitdiff |
2007-01-05 |
Michael Brown | Avoid creating implicit memcpy()s |
tree | commitdiff |
2006-12-21 |
Michael Brown | Print explicit error message on iSCSI boot failure... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Use getkey() and symbolic key names. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Use symbolic key names, and avoid moving beyond end... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Use getkey() and symbolic key names. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Define KEY_MIN and use it in kb.c. |
tree | commitdiff |
2006-12-20 |
Michael Brown | settings_ui() now returns a status code. |
tree | commitdiff |
2006-12-20 |
Michael Brown | Add EIO. |
tree | commitdiff |
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 "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 | 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 | Fix (hopefully) the scrolling logic |
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 | Move nvo_cmd.c to hci/commands. |
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 | Start of generic editable string support |
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 | Avoid cursor move on every single character |
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 iskey() and getchar() to interact with console... |
tree | commitdiff |
2006-06-28 |
Dan Lynch | - implemented cursor retreat function (_wcursback)... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | - put in the screen initialisation stuff and clear... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | - works with test ansi tty, but will need a rethink... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | check whether malloc returns a valid pointer |
tree | commitdiff |
2006-06-27 |
Dan Lynch | moved console specific items out of mucurses (should... |
tree | commitdiff |
2006-06-27 |
Dan Lynch | included contents of input.{c,h} in kb.c |
tree | commitdiff |
2006-06-27 |
Dan Lynch | - recoded wgetch and wgetnstr for greater more efficiency |
tree | commitdiff |
2006-06-26 |
Dan Lynch | first working version - nasty, but mostly works |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - proper layout formatted soft label array, with justif... |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - erradicate compiler warning due to possibility of... |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - removed slk references |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - added doxygen @file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | added doxygen file header |
tree | commitdiff |
2006-06-21 |
Dan Lynch | - major implementation work completed (testing in progress) |
tree | commitdiff |
2006-06-21 |
Dan Lynch | initial check in |
tree | commitdiff |
2006-06-08 |
Dan Lynch | - separated curses.c out into separate source files... |
tree | commitdiff |
|