http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
people/xl0/gpxe.git
2006-12-18
Michael Brown
The "increment MAC address by port number" hack applies...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-18
Michael Brown
Print welcome banner in bold (which will come out as...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-18
Michael Brown
Add basic ANSI escape sequence support to BIOS console
commit
|
commitdiff
|
tree
|
snapshot
2006-12-18
Michael Brown
Added support for interpreting ANSI escape sequences...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-12
Michael Brown
Fix building on gas versions that don't auto-insert...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-12
Michael Brown
Automatically select between the "10" and "16" variants...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-12
Michael Brown
Catch SCSI errors, and work around the start-of-day...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-12
Michael Brown
Typo
commit
|
commitdiff
|
tree
|
snapshot
2006-12-12
Michael Brown
Request all the options that we're prepared to do anyth...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-12
Michael Brown
Added "clear" command
commit
|
commitdiff
|
tree
|
snapshot
2006-12-12
Michael Brown
Added clear_setting()
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Cope with system("").
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Added "priority" and "root-path" options
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Add placeholder ibft.h
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Use root-path option (as per RFC 4173) rather than...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Also request root-path.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Including the final (char *)NULL is the responsibility...
commit
|
commitdiff
|
tree
|
snapshot
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
|
snapshot
2006-12-08
Michael Brown
Added "exit" back in as a standardised command.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
cmdlinelib.c now calls system() rather than doing its...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Added execv() and system().
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Added missing include of stdint.h
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Added strdup()
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Michael Brown
Added missing prototype
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Michael Brown
Added a functional version of getopt() and getopt_long...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Michael Brown
Add support for non-volatile stored options in the...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Michael Brown
inet_aton() has a non-traditional return value
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Michael Brown
A cleaner method of handling login redirection; just...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Michael Brown
Added write support for three-wire devices (e.g. the...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Michael Brown
Verify data after writing
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Michael Brown
Work around another confused-by-RST bug
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Support PXE and iSCSI by default
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Work around another instance of the port re-use bug.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Tweaked retry messages
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Added debug messages
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Call closed() method only when the connection is genuin...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Ensure that tcp_rx() always frees its received packet...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Killed off spurious <stdio.h> inclusion
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Avoid calling NULL methods!
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Update ftp.c to work with Nikhil's TCP stack.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
The VPD engine is broken and can't actually handle...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Adjust EEPROM/flash detection to fit expected manufactu...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Added options listed in
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Tidy up some more output. The command-line code needs...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Slightly tidied up console messages.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Change some debugging messages to use DBG()
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Avoid draining the keyboard buffer during gateA20_set...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Tied NVO commands into the human-interactable settings...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Handle TargetAddress
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Handle strings as complete units, instead of a byte...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-05
Michael Brown
Add iscsi_rx_buffered_data() and supporting infrastructure.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Added more debug messages
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Added quick and dirty commands for testing the new...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Added debug statements
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Added nvs_write(). This shares a lot of code in common...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Added nvo_save()
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Add the concept of a fragment list for non-volatile...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Fixed two logic errors that were cancelling each other...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Migrated etherfabric driver to using generic SPI layer.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Added the generic block-splitting code to nvs.c
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Added generic SPI protocol handler with read and write...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Abstracted out part of the concept of an SPI device...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Changed length parameter in SPI methods to be a byte...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Generalised the SPI abstraction layer to also be able...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-04
Michael Brown
Force syntax-checking on assertions even in non-asserti...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-02
Michael Brown
Move ANSI C standard prototypes to stdlib.h; leave...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-29
Michael Brown
Basic non-volatile storage support
commit
|
commitdiff
|
tree
|
snapshot
2006-11-29
Michael Brown
Make the "drive number" option apply to iSCSI as well...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-28
Michael Brown
Merged changes from Solarflare
commit
|
commitdiff
|
tree
|
snapshot
2006-11-28
Michael Brown
Create "username" and "password" DHCP options, ready...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-28
Michael Brown
Updated to use asynchronous operation model for iSCSI...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-27
Michael Brown
Marked memcmp/strcmp as "pure" functions, to allow...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-24
Michael Brown
Implemented realloc(), and changed the semantics of...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-22
Michael Brown
Fixed off-by-one error
commit
|
commitdiff
|
tree
|
snapshot
2006-11-21
Michael Brown
Added "name" field to digest algorithms
commit
|
commitdiff
|
tree
|
snapshot
2006-11-21
Michael Brown
Added debug statements.
commit
|
commitdiff
|
tree
|
snapshot
2006-11-21
Michael Brown
Reduce from 157 to 123 bytes
commit
|
commitdiff
|
tree
|
snapshot
2006-11-21
Michael Brown
Added generic CHAP layer, independent of iSCSI
commit
|
commitdiff
|
tree
|
snapshot
2006-11-15
Michael Brown
Made it temporarily possible to call MD5 routines direc...
commit
|
commitdiff
|
tree
|
snapshot
2006-11-15
Michael Brown
Note to self: do not write code late at night
commit
|
commitdiff
|
tree
|
snapshot
2006-11-15
Michael Brown
May as well add octal support to strtoul()
commit
|
commitdiff
|
tree
|
snapshot
2006-11-15
Michael Brown
Fixed endp bug in strtoul()
commit
|
commitdiff
|
tree
|
snapshot
2006-11-15
Michael Brown
Extend strtoul() to cope with hex as well as decimal...
commit
|
commitdiff
|
tree
|
snapshot
2006-10-03
Michael Brown
Split login into security negotation and operational...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Michael Brown
Inhibit compiler warnings on DBG() when building a...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Michael Brown
We don't actually have a stdio.h header file. Our...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Marty Connor
added stdio.h to includes for DBG compilation
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Marty Connor
include stdio.h to suppress printf warning, general...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Marty Connor
eth_ntoa and warnings cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Marty Connor
eth_ntoa cleanup. still has warnings. needs work.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Marty Connor
eth_ntoa and warnings cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-09-27
Marty Connor
eth_ntoa and warnings cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-09-26
Marty Connor
compilation warnings cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-09-26
Marty Connor
eth_ntoa cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-09-26
Marty Connor
warnings cleanup (still gives lots of compilation warni...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-26
Marty Connor
warnings cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-09-26
Marty Connor
compilation warnings cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-09-26
Marty Connor
eth_ntoa and compilation warnings fixes
commit
|
commitdiff
|
tree
|
snapshot
2006-09-26
Marty Connor
eth_ntoa fixes
commit
|
commitdiff
|
tree
|
snapshot
2006-09-25
Michael Brown
Minor fix
commit
|
commitdiff
|
tree
|
snapshot
next