]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2006-12-21  Michael BrownUse a bigger buffer for the initiator IQN
2006-12-21  Michael BrownAdd ability to shut down iSCSI connection
2006-12-21  Michael BrownDefault to port 0 (sic).
2006-12-21  Michael BrownPrint explicit error message on iSCSI boot failure...
2006-12-21  Michael BrownAdd iSCSI initiator IQN as a setting
2006-12-21  Michael BrownEngage brain: since when was zero >= 0x80 ?
2006-12-21  Michael BrownSome BIOSes return 0xe0 for extended characters. Just...
2006-12-20  Michael BrownAdded missing header
2006-12-20  Michael BrownReturn ANSI sequences for special keys
2006-12-20  Michael BrownUse getkey() and symbolic key names.
2006-12-20  Michael BrownKEY_XXX constants are now defined in gpxe/keys.h. ...
2006-12-20  Michael BrownUse symbolic key names, and avoid moving beyond end...
2006-12-20  Michael BrownFix definition of KEY_END
2006-12-20  Michael BrownUse getkey() and symbolic key names.
2006-12-20  Michael BrownSome key sequences seem to end with a tilde
2006-12-20  Michael BrownAdd insert/delete and document keys, and documentation.
2006-12-20  Michael BrownAdded code to interpret ANSI keypress sequences into...
2006-12-20  Michael BrownKey definitions
2006-12-20  Michael BrownDefine KEY_MIN and use it in kb.c.
2006-12-20  Michael BrownPrevent NULL from ever pointing to some real code or...
2006-12-20  Michael BrownReturn -EIO when verification fails, instead of -EINVAL.
2006-12-20  Michael Brownsettings_ui() now returns a status code.
2006-12-20  Michael BrownAdd EIO.
2006-12-20  Michael BrownClose UDP connection when DHCP completes.
2006-12-20  Michael BrownNo longer needed
2006-12-20  Michael BrownObsolete for some time now.
2006-12-20  Michael BrownSplit the (quick hack) boot logic out from main.c to...
2006-12-20  Michael BrownExplicitly call erase(), to cope with platforms where...
2006-12-20  Michael BrownAdd attr_{get,set,on,off} as static inlines.
2006-12-20  Michael BrownAdd "config" command to access config UI
2006-12-20  Michael BrownAdd instruction row, and save option
2006-12-20  Michael BrownOnly need printf(), so use vsprintf.h instead of console.h
2006-12-20  Michael Brown8-bit integers are 1 byte long, not 8...
2006-12-20  Michael BrownClear message on alert row before printing new one
2006-12-20  Michael BrownAdded descriptive text for settings and setting types...
2006-12-20  Michael BrownMove {show,set,clear}_setting() to {show,set,clear...
2006-12-20  Michael BrownAdded messages for some of the most common errors
2006-12-20  Michael BrownSplit strerror() out from errno.c
2006-12-20  Michael BrownAlert when saving settings fails
2006-12-20  Michael BrownIncrease colour pair limit
2006-12-20  Michael BrownFix (hopefully) the scrolling logic
2006-12-20  Michael BrownSplit error-message table portions of errno.h out to...
2006-12-20  Michael BrownMove strerror() prototype to string.h, where it belongs
2006-12-20  Michael BrownDifferentiate between ENOSPC and ENOMEM
2006-12-20  Michael BrownUse -ENOSPC rather than -ENOMEM, to distinguish the...
2006-12-20  Michael BrownFix prototype of sleep() and move it to unistd.h
2006-12-20  Michael BrownAdd (partly-functional) user interface for editing...
2006-12-20  Michael BrownDon't automatically redraw the edit box; this allows...
2006-12-20  Michael BrownEditable text box widget based on mucurses and edit_string.
2006-12-20  Michael BrownReset screen on exit as well as entry
2006-12-20  Michael BrownAdd "exit --help" to preempt the pedants.
2006-12-20  Michael BrownRemove obsolete mechanism for including nvo_cmd.o
2006-12-20  Michael BrownSelect required commands via config.h
2006-12-20  Michael BrownRemove warning (at least on platforms with uint32_t...
2006-12-20  Michael BrownMove nvo_cmd.c to hci/commands.
2006-12-20  Michael BrownFunctionality now replaced by a combination of readline...
2006-12-20  Michael BrownUse new minimal shell
2006-12-20  Michael BrownSeparated out (and tidied up) shell banner code
2006-12-19  Michael BrownMinimal shell implementation using readline() and system().
2006-12-19  Michael BrownUse stdlib.h for malloc() instead of malloc.h.
2006-12-19  Michael BrownExplicitly print out-of-memory message to avoid trickin...
2006-12-19  Michael BrownFunctioning readline()
2006-12-19  Michael BrownProvide an edit history to allow caller to efficiently...
2006-12-19  Michael BrownExplicitly move cursor to top-left of screen, in case...
2006-12-19  Michael BrownSkeletal (non-echoing) version of readline()
2006-12-19  Michael BrownCatch attempts to print NULL strings
2006-12-19  Michael BrownStart of generic editable string support
2006-12-19  Michael BrownUse common symbols to avoid dragging in getopt.o unless...
2006-12-19  Michael BrownUse current attributes when erasing.
2006-12-19  Michael BrownAssume a 24-line screen, since we can't (easily) avoid...
2006-12-19  Michael BrownOptimise bios_putchar for speed(!) by avoiding two...
2006-12-19  Michael BrownAvoid cursor move on every single character
2006-12-19  Michael BrownObsolete, and no longer functions
2006-12-19  Michael BrownUse ANSI escape sequence to reset and clear terminal...
2006-12-19  Michael BrownNow basically functioning on ANSI-supporting consoles.
2006-12-18  Michael BrownAdjusted to use the normal internal mucurses API rather...
2006-12-18  Michael BrownRemove more dynamic allocation
2006-12-18  Michael BrownThere seems to be no reason why pos_x is static...
2006-12-18  Michael BrownRemove some unnecessary use of calloc() for tiny memory...
2006-12-18  Michael BrownConvert _{store,restore}_cursor_pos to static inlines.
2006-12-18  Michael Brownwmove() is part of the public curses API, and already...
2006-12-18  Michael BrownRenamed core.h to mucurses.h
2006-12-18  Michael BrownRename core.c->mucurses.c; bin/core.o is too generic...
2006-12-18  Michael BrownUse int rather than short for bool; it will give more...
2006-12-18  Michael BrownUse iskey() and getchar() to interact with console...
2006-12-18  Michael BrownThe "increment MAC address by port number" hack applies...
2006-12-18  Michael BrownPrint welcome banner in bold (which will come out as...
2006-12-18  Michael BrownAdd basic ANSI escape sequence support to BIOS console
2006-12-18  Michael BrownAdded support for interpreting ANSI escape sequences...
2006-12-12  Michael BrownFix building on gas versions that don't auto-insert...
2006-12-12  Michael BrownAutomatically select between the "10" and "16" variants...
2006-12-12  Michael BrownCatch SCSI errors, and work around the start-of-day...
2006-12-12  Michael BrownTypo
2006-12-12  Michael BrownRequest all the options that we're prepared to do anyth...
2006-12-12  Michael BrownAdded "clear" command
2006-12-12  Michael BrownAdded clear_setting()
2006-12-08  Michael BrownCope with system("").
2006-12-08  Michael BrownAdded "priority" and "root-path" options
2006-12-08  Michael BrownAdd placeholder ibft.h
2006-12-08  Michael BrownUse root-path option (as per RFC 4173) rather than...
next