]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
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...
2006-12-08  Michael BrownAlso request root-path.
2006-12-08  Michael BrownIncluding the final (char *)NULL is the responsibility...
2006-12-08  Michael BrownD'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh
2006-12-08  Michael BrownAdded "exit" back in as a standardised command.
2006-12-08  Michael Browncmdlinelib.c now calls system() rather than doing its...
2006-12-08  Michael BrownAdded execv() and system().
2006-12-08  Michael BrownAdded missing include of stdint.h
2006-12-08  Michael BrownAdded strdup()
2006-12-08  Michael BrownAdded missing prototype
2006-12-07  Michael BrownAdded a functional version of getopt() and getopt_long...
2006-12-06  Michael BrownAdd support for non-volatile stored options in the...
2006-12-06  Michael Browninet_aton() has a non-traditional return value
2006-12-06  Michael BrownA cleaner method of handling login redirection; just...
2006-12-06  Michael BrownAdded write support for three-wire devices (e.g. the...
2006-12-06  Michael BrownVerify data after writing
2006-12-06  Michael BrownWork around another confused-by-RST bug
2006-12-05  Michael BrownSupport PXE and iSCSI by default
2006-12-05  Michael BrownWork around another instance of the port re-use bug.
2006-12-05  Michael BrownTweaked retry messages
2006-12-05  Michael BrownAdded debug messages
2006-12-05  Michael BrownCall closed() method only when the connection is genuin...
2006-12-05  Michael BrownEnsure that tcp_rx() always frees its received packet...
2006-12-05  Michael BrownKilled off spurious <stdio.h> inclusion
2006-12-05  Michael BrownAvoid calling NULL methods!
2006-12-05  Michael BrownUpdate ftp.c to work with Nikhil's TCP stack.
next