http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Including the final (char *)NULL is the responsibility of the caller
2006-12-08
Michael Brown
Including the final (char *)NULL is the responsibility...
commit
|
commitdiff
|
tree
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
2006-12-08
Michael Brown
Added "exit" back in as a standardised command.
commit
|
commitdiff
|
tree
2006-12-08
Michael Brown
cmdlinelib.c now calls system() rather than doing its...
commit
|
commitdiff
|
tree
2006-12-08
Michael Brown
Added execv() and system().
commit
|
commitdiff
|
tree
2006-12-08
Michael Brown
Added missing include of stdint.h
commit
|
commitdiff
|
tree
2006-12-08
Michael Brown
Added strdup()
commit
|
commitdiff
|
tree
2006-12-08
Michael Brown
Added missing prototype
commit
|
commitdiff
|
tree
2006-12-07
Michael Brown
Added a functional version of getopt() and getopt_long...
commit
|
commitdiff
|
tree
2006-12-06
Michael Brown
Add support for non-volatile stored options in the...
commit
|
commitdiff
|
tree
2006-12-06
Michael Brown
inet_aton() has a non-traditional return value
commit
|
commitdiff
|
tree
2006-12-06
Michael Brown
A cleaner method of handling login redirection; just...
commit
|
commitdiff
|
tree
2006-12-06
Michael Brown
Added write support for three-wire devices (e.g. the...
commit
|
commitdiff
|
tree
2006-12-06
Michael Brown
Verify data after writing
commit
|
commitdiff
|
tree
2006-12-06
Michael Brown
Work around another confused-by-RST bug
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Support PXE and iSCSI by default
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Work around another instance of the port re-use bug.
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Tweaked retry messages
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Added debug messages
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Call closed() method only when the connection is genuinely...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Ensure that tcp_rx() always frees its received packet...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Killed off spurious <stdio.h> inclusion
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Avoid calling NULL methods!
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Update ftp.c to work with Nikhil's TCP stack.
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
The VPD engine is broken and can't actually handle...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Adjust EEPROM/flash detection to fit expected manufacturing...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Added options listed in
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Tidy up some more output. The command-line code needs...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Slightly tidied up console messages.
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Change some debugging messages to use DBG()
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Avoid draining the keyboard buffer during gateA20_set...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Tied NVO commands into the human-interactable settings...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Handle TargetAddress
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Handle strings as complete units, instead of a byte...
commit
|
commitdiff
|
tree
2006-12-05
Michael Brown
Add iscsi_rx_buffered_data() and supporting infrastructure.
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Added more debug messages
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Added quick and dirty commands for testing the new...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Added debug statements
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Added nvs_write(). This shares a lot of code in common...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Added nvo_save()
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Add the concept of a fragment list for non-volatile...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Fixed two logic errors that were cancelling each other...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Migrated etherfabric driver to using generic SPI layer.
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Added the generic block-splitting code to nvs.c
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Added generic SPI protocol handler with read and write...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Abstracted out part of the concept of an SPI device...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Changed length parameter in SPI methods to be a byte...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Generalised the SPI abstraction layer to also be able...
commit
|
commitdiff
|
tree
2006-12-04
Michael Brown
Force syntax-checking on assertions even in non-asserting...
commit
|
commitdiff
|
tree
2006-12-02
Michael Brown
Move ANSI C standard prototypes to stdlib.h; leave...
commit
|
commitdiff
|
tree
2006-11-29
Michael Brown
Basic non-volatile storage support
commit
|
commitdiff
|
tree
2006-11-29
Michael Brown
Make the "drive number" option apply to iSCSI as well...
commit
|
commitdiff
|
tree
2006-11-28
Michael Brown
Merged changes from Solarflare
commit
|
commitdiff
|
tree
2006-11-28
Michael Brown
Create "username" and "password" DHCP options, ready...
commit
|
commitdiff
|
tree
2006-11-28
Michael Brown
Updated to use asynchronous operation model for iSCSI...
commit
|
commitdiff
|
tree
2006-11-27
Michael Brown
Marked memcmp/strcmp as "pure" functions, to allow...
commit
|
commitdiff
|
tree
2006-11-24
Michael Brown
Implemented realloc(), and changed the semantics of...
commit
|
commitdiff
|
tree
2006-11-22
Michael Brown
Fixed off-by-one error
commit
|
commitdiff
|
tree
2006-11-21
Michael Brown
Added "name" field to digest algorithms
commit
|
commitdiff
|
tree
2006-11-21
Michael Brown
Added debug statements.
commit
|
commitdiff
|
tree
2006-11-21
Michael Brown
Reduce from 157 to 123 bytes
commit
|
commitdiff
|
tree
2006-11-21
Michael Brown
Added generic CHAP layer, independent of iSCSI
commit
|
commitdiff
|
tree
2006-11-15
Michael Brown
Made it temporarily possible to call MD5 routines directly...
commit
|
commitdiff
|
tree
2006-11-15
Michael Brown
Note to self: do not write code late at night
commit
|
commitdiff
|
tree
2006-11-15
Michael Brown
May as well add octal support to strtoul()
commit
|
commitdiff
|
tree
2006-11-15
Michael Brown
Fixed endp bug in strtoul()
commit
|
commitdiff
|
tree
2006-11-15
Michael Brown
Extend strtoul() to cope with hex as well as decimal...
commit
|
commitdiff
|
tree
2006-10-03
Michael Brown
Split login into security negotation and operational...
commit
|
commitdiff
|
tree
2006-09-27
Michael Brown
Inhibit compiler warnings on DBG() when building a...
commit
|
commitdiff
|
tree
2006-09-27
Michael Brown
We don't actually have a stdio.h header file. Our...
commit
|
commitdiff
|
tree
2006-09-25
Michael Brown
Minor fix
commit
|
commitdiff
|
tree
2006-09-18
Michael Brown
Killed
commit
|
commitdiff
|
tree
2006-09-18
Michael Brown
Removed as a gesture of goodwill following a request...
commit
|
commitdiff
|
tree
2006-09-18
Michael Brown
Killed
commit
|
commitdiff
|
tree
2006-09-15
Michael Brown
Made eth_ntoa() public for use in legacy drivers' DBG...
commit
|
commitdiff
|
tree
2006-09-11
Michael Brown
Restored the le32_to_cpus() and cpu_to_le32s() calls
commit
|
commitdiff
|
tree
2006-09-11
Michael Brown
Added the "swap in place" macros
commit
|
commitdiff
|
tree
2006-09-11
Michael Brown
Tidied up.
commit
|
commitdiff
|
tree
2006-09-11
Michael Brown
Reduced size from 2087 bytes to 1056 bytes
commit
|
commitdiff
|
tree
2006-09-11
Michael Brown
Taken from Linux's md5.c. This implementation is not...
commit
|
commitdiff
|
tree
2006-09-11
Michael Brown
Generalisation of a message digest algorithm
commit
|
commitdiff
|
tree
2006-09-08
Michael Brown
Added geometry-guessing code based on the partition...
commit
|
commitdiff
|
tree
2006-09-01
Michael Brown
Fix gcc-induced reference to memcpy
commit
|
commitdiff
|
tree
2006-09-01
Michael Brown
Check that serial port init actually happens
commit
|
commitdiff
|
tree
2006-09-01
Michael Brown
Added debug to catch initialisation failures
commit
|
commitdiff
|
tree
2006-08-31
Michael Brown
Check to see if we've reached the end of the map before...
commit
|
commitdiff
|
tree
2006-08-30
Michael Brown
Hopefully fix gcc3 build issue
commit
|
commitdiff
|
tree
2006-08-30
Michael Brown
Added extra debugging
commit
|
commitdiff
|
tree
2006-08-28
Michael Brown
.zrom is still broken; use .rom by default
commit
|
commitdiff
|
tree
2006-08-28
Michael Brown
Document requisite patch for qemu
commit
|
commitdiff
|
tree
2006-08-28
Michael Brown
Add --enable-show-ips; it's useful when using the profiling...
commit
|
commitdiff
|
tree
2006-08-27
Michael Brown
Added iBFT construction to iSCSI boot test
commit
|
commitdiff
|
tree
2006-08-27
Michael Brown
Added generic function for calculating ACPI table checksum
commit
|
commitdiff
|
tree
2006-08-27
Michael Brown
Does anyone still use 9600 baud?
commit
|
commitdiff
|
tree
2006-08-27
Michael Brown
Correct option number for DHCP_DNS_SERVERS, and add...
commit
|
commitdiff
|
tree
2006-08-27
Michael Brown
Added support for INT 13,15; NTLDR calls it (though...
commit
|
commitdiff
|
tree
2006-08-26
Michael Brown
Added support for INT 13,15; NTLDR calls it (though...
commit
|
commitdiff
|
tree
2006-08-24
Michael Brown
Use TEXT16_CODE() rather than manually specifying ...
commit
|
commitdiff
|
tree
2006-08-24
Michael Brown
Always update the PnP checksum, even if the ident string...
commit
|
commitdiff
|
tree
2006-08-24
Michael Brown
Added basic profiling support
commit
|
commitdiff
|
tree
next