2006-12-21 |
Michael Brown | Some BIOSes return 0xe0 for extended characters. Just...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Added missing header
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Return ANSI sequences for special keys
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Use getkey() and symbolic key names.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | KEY_XXX constants are now defined in gpxe/keys.h. ...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Use symbolic key names, and avoid moving beyond end...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Fix definition of KEY_END
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Use getkey() and symbolic key names.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Some key sequences seem to end with a tilde
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Add insert/delete and document keys, and documentation.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Added code to interpret ANSI keypress sequences into...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Key definitions
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Define KEY_MIN and use it in kb.c.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Prevent NULL from ever pointing to some real code or...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Return -EIO when verification fails, instead of -EINVAL.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | settings_ui() now returns a status code.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Add EIO.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Close UDP connection when DHCP completes.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | No longer needed
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Obsolete for some time now.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Split the (quick hack) boot logic out from main.c to...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Explicitly call erase(), to cope with platforms where...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Add attr_{get,set,on,off} as static inlines.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Add "config" command to access config UI
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Add instruction row, and save option
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Only need printf(), so use vsprintf.h instead of console.h
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | 8-bit integers are 1 byte long, not 8...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Clear message on alert row before printing new one
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Added descriptive text for settings and setting types...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Move {show,set,clear}_setting() to {show,set,clear...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Added messages for some of the most common errors
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Split strerror() out from errno.c
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Alert when saving settings fails
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Increase colour pair limit
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Fix (hopefully) the scrolling logic
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Split error-message table portions of errno.h out to...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Move strerror() prototype to string.h, where it belongs
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Differentiate between ENOSPC and ENOMEM
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Use -ENOSPC rather than -ENOMEM, to distinguish the...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Fix prototype of sleep() and move it to unistd.h
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Add (partly-functional) user interface for editing...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Don't automatically redraw the edit box; this allows...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Editable text box widget based on mucurses and edit_string.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Reset screen on exit as well as entry
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Add "exit --help" to preempt the pedants.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Remove obsolete mechanism for including nvo_cmd.o
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Select required commands via config.h
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Remove warning (at least on platforms with uint32_t...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Move nvo_cmd.c to hci/commands.
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Functionality now replaced by a combination of readline...
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Use new minimal shell
|
commit | commitdiff | tree |
2006-12-20 |
Michael Brown | Separated out (and tidied up) shell banner code
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Minimal shell implementation using readline() and system().
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Use stdlib.h for malloc() instead of malloc.h.
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Explicitly print out-of-memory message to avoid tricking...
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Functioning readline()
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Provide an edit history to allow caller to efficiently...
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Explicitly move cursor to top-left of screen, in case...
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Skeletal (non-echoing) version of readline()
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Catch attempts to print NULL strings
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Start of generic editable string support
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Use common symbols to avoid dragging in getopt.o unless...
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Use current attributes when erasing.
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Assume a 24-line screen, since we can't (easily) avoid...
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Optimise bios_putchar for speed(!) by avoiding two...
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Avoid cursor move on every single character
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Obsolete, and no longer functions
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Use ANSI escape sequence to reset and clear terminal...
|
commit | commitdiff | tree |
2006-12-19 |
Michael Brown | Now basically functioning on ANSI-supporting consoles.
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Adjusted to use the normal internal mucurses API rather...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Remove more dynamic allocation
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | There seems to be no reason why pos_x is static...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Remove some unnecessary use of calloc() for tiny memory...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Convert _{store,restore}_cursor_pos to static inlines.
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | wmove() is part of the public curses API, and already...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Renamed core.h to mucurses.h
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Rename core.c->mucurses.c; bin/core.o is too generic...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Use int rather than short for bool; it will give more...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Use iskey() and getchar() to interact with console...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | The "increment MAC address by port number" hack applies...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Print welcome banner in bold (which will come out as...
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Add basic ANSI escape sequence support to BIOS console
|
commit | commitdiff | tree |
2006-12-18 |
Michael Brown | Added support for interpreting ANSI escape sequences...
|
commit | commitdiff | tree |
2006-12-12 |
Michael Brown | Fix building on gas versions that don't auto-insert...
|
commit | commitdiff | tree |
2006-12-12 |
Michael Brown | Automatically select between the "10" and "16" variants...
|
commit | commitdiff | tree |
2006-12-12 |
Michael Brown | Catch SCSI errors, and work around the start-of-day...
|
commit | commitdiff | tree |
2006-12-12 |
Michael Brown | Typo
|
commit | commitdiff | tree |
2006-12-12 |
Michael Brown | Request all the options that we're prepared to do anything...
|
commit | commitdiff | tree |
2006-12-12 |
Michael Brown | Added "clear" command
|
commit | commitdiff | tree |
2006-12-12 |
Michael Brown | Added clear_setting()
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Cope with system("").
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Added "priority" and "root-path" options
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Add placeholder ibft.h
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Use root-path option (as per RFC 4173) rather than...
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Also request root-path.
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Including the final (char *)NULL is the responsibility...
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Added "exit" back in as a standardised command.
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | cmdlinelib.c now calls system() rather than doing its...
|
commit | commitdiff | tree |
2006-12-08 |
Michael Brown | Added execv() and system().
|
commit | commitdiff | tree |
next |