]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
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...
2006-12-04  Michael BrownAbstracted out part of the concept of an SPI device...
2006-12-04  Michael BrownChanged length parameter in SPI methods to be a byte...
2006-12-04  Michael BrownGeneralised the SPI abstraction layer to also be able...
2006-12-04  Michael BrownForce syntax-checking on assertions even in non-asserti...
2006-12-02  Michael BrownMove ANSI C standard prototypes to stdlib.h; leave...
2006-11-29  Michael BrownBasic non-volatile storage support
2006-11-29  Michael BrownMake the "drive number" option apply to iSCSI as well...
2006-11-28  Michael BrownMerged changes from Solarflare
2006-11-28  Michael BrownCreate "username" and "password" DHCP options, ready...
2006-11-28  Michael BrownUpdated to use asynchronous operation model for iSCSI...
2006-11-27  Michael BrownMarked memcmp/strcmp as "pure" functions, to allow...
2006-11-24  Michael BrownImplemented realloc(), and changed the semantics of...
2006-11-22  Michael BrownFixed off-by-one error
2006-11-21  Michael BrownAdded "name" field to digest algorithms
2006-11-21  Michael BrownAdded debug statements.
2006-11-21  Michael BrownReduce from 157 to 123 bytes
2006-11-21  Michael BrownAdded generic CHAP layer, independent of iSCSI
2006-11-15  Michael BrownMade it temporarily possible to call MD5 routines direc...
2006-11-15  Michael BrownNote to self: do not write code late at night
2006-11-15  Michael BrownMay as well add octal support to strtoul()
2006-11-15  Michael BrownFixed endp bug in strtoul()
2006-11-15  Michael BrownExtend strtoul() to cope with hex as well as decimal...
2006-10-03  Michael BrownSplit login into security negotation and operational...
2006-09-27  Michael BrownInhibit compiler warnings on DBG() when building a...
2006-09-27  Michael BrownWe don't actually have a stdio.h header file. Our...
2006-09-27  Marty Connoradded stdio.h to includes for DBG compilation
2006-09-27  Marty Connorinclude stdio.h to suppress printf warning, general...
2006-09-27  Marty Connoreth_ntoa and warnings cleanup
2006-09-27  Marty Connoreth_ntoa cleanup. still has warnings. needs work.
2006-09-27  Marty Connoreth_ntoa and warnings cleanup
2006-09-27  Marty Connoreth_ntoa and warnings cleanup
2006-09-26  Marty Connorcompilation warnings cleanup
2006-09-26  Marty Connoreth_ntoa cleanup
2006-09-26  Marty Connorwarnings cleanup (still gives lots of compilation warni...
2006-09-26  Marty Connorwarnings cleanup
2006-09-26  Marty Connorcompilation warnings cleanup
2006-09-26  Marty Connoreth_ntoa and compilation warnings fixes
2006-09-26  Marty Connoreth_ntoa fixes
2006-09-25  Michael BrownMinor fix
2006-09-25  Marty Connoreth_ntoa and warnings fixups, memcpy compilation fix
2006-09-25  Marty Connoreth_ntoa and warnings fixups
next