]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
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.
2006-12-05  Michael BrownThe VPD engine is broken and can't actually handle...
2006-12-05  Michael BrownAdjust EEPROM/flash detection to fit expected manufactu...
2006-12-05  Michael BrownAdded options listed in
2006-12-05  Michael BrownTidy up some more output. The command-line code needs...
2006-12-05  Michael BrownSlightly tidied up console messages.
2006-12-05  Michael BrownChange some debugging messages to use DBG()
2006-12-05  Michael BrownAvoid draining the keyboard buffer during gateA20_set...
2006-12-05  Michael BrownTied NVO commands into the human-interactable settings...
2006-12-05  Michael BrownHandle TargetAddress
2006-12-05  Michael BrownHandle strings as complete units, instead of a byte...
2006-12-05  Michael BrownAdd iscsi_rx_buffered_data() and supporting infrastructure.
2006-12-04  Michael BrownAdded more debug messages
2006-12-04  Michael BrownAdded quick and dirty commands for testing the new...
2006-12-04  Michael BrownAdded debug statements
2006-12-04  Michael BrownAdded nvs_write(). This shares a lot of code in common...
2006-12-04  Michael BrownAdded nvo_save()
2006-12-04  Michael BrownAdd the concept of a fragment list for non-volatile...
2006-12-04  Michael BrownFixed two logic errors that were cancelling each other...
2006-12-04  Michael BrownMigrated etherfabric driver to using generic SPI layer.
2006-12-04  Michael BrownAdded the generic block-splitting code to nvs.c
2006-12-04  Michael BrownAdded generic SPI protocol handler with read and write...
next