index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update ftp.c to work with Nikhil's TCP stack.
Michael Brown
2006-12-05
5
-33
/
+99
*
The VPD engine is broken and can't actually handle placing VPD
Michael Brown
2006-12-05
1
-1
/
+1
*
Adjust EEPROM/flash detection to fit expected manufacturing practice.
Michael Brown
2006-12-05
1
-8
/
+31
*
Added options listed in
Michael Brown
2006-12-05
1
-0
/
+12
*
Tidy up some more output. The command-line code needs some severe
Michael Brown
2006-12-05
2
-7
/
+7
*
Slightly tidied up console messages.
Michael Brown
2006-12-05
2
-8
/
+5
*
Change some debugging messages to use DBG()
Michael Brown
2006-12-05
1
-7
/
+7
*
Avoid draining the keyboard buffer during gateA20_set(). It shouldn't
Michael Brown
2006-12-05
1
-8
/
+10
*
Tied NVO commands into the human-interactable settings code that I
Michael Brown
2006-12-05
3
-52
/
+56
*
Handle TargetAddress
Michael Brown
2006-12-05
2
-0
/
+36
*
Handle strings as complete units, instead of a byte at a time.
Michael Brown
2006-12-05
2
-156
/
+74
*
Add iscsi_rx_buffered_data() and supporting infrastructure.
Michael Brown
2006-12-05
2
-24
/
+87
*
Added more debug messages
Michael Brown
2006-12-05
1
-2
/
+8
*
Added quick and dirty commands for testing the new NVO code.
Michael Brown
2006-12-05
4
-4
/
+81
*
Added debug statements
Michael Brown
2006-12-05
1
-4
/
+20
*
Added nvs_write(). This shares a lot of code in common with nvs_read();
Michael Brown
2006-12-04
1
-0
/
+43
*
Added nvo_save()
Michael Brown
2006-12-04
2
-30
/
+64
*
Add the concept of a fragment list for non-volatile stored options.
Michael Brown
2006-12-04
3
-39
/
+135
*
Fixed two logic errors that were cancelling each other out.
Michael Brown
2006-12-04
1
-3
/
+3
*
Migrated etherfabric driver to using generic SPI layer.
Michael Brown
2006-12-04
2
-127
/
+101
*
Added the generic block-splitting code to nvs.c
Michael Brown
2006-12-04
4
-25
/
+49
*
Added generic SPI protocol handler with read and write support.
Michael Brown
2006-12-04
2
-0
/
+127
*
Abstracted out part of the concept of an SPI device to a generalised NVS
Michael Brown
2006-12-04
12
-239
/
+274
*
Changed length parameter in SPI methods to be a byte length, rather than
Michael Brown
2006-12-04
5
-21
/
+15
*
Generalised the SPI abstraction layer to also be able to handle interfaces
Michael Brown
2006-12-04
10
-212
/
+398
*
Force syntax-checking on assertions even in non-asserting builds.
Michael Brown
2006-12-04
1
-9
/
+23
*
Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specific
Michael Brown
2006-12-02
2
-20
/
+28
*
Basic non-volatile storage support
Michael Brown
2006-11-29
3
-11
/
+243
*
Make the "drive number" option apply to iSCSI as well as AoE
Michael Brown
2006-11-29
2
-3
/
+8
*
Merged changes from Solarflare
Michael Brown
2006-11-28
1
-241
/
+713
*
Create "username" and "password" DHCP options, ready for placing this
Michael Brown
2006-11-28
2
-2
/
+25
*
Updated to use asynchronous operation model for iSCSI requests
Michael Brown
2006-11-28
5
-94
/
+484
*
Marked memcmp/strcmp as "pure" functions, to allow gcc to optimise
Michael Brown
2006-11-28
1
-3
/
+5
*
Implemented realloc(), and changed the semantics of malloc(0) to allow
Michael Brown
2006-11-24
2
-15
/
+80
*
Fixed off-by-one error
Michael Brown
2006-11-22
1
-1
/
+1
*
Added "name" field to digest algorithms
Michael Brown
2006-11-21
2
-0
/
+3
*
Added debug statements.
Michael Brown
2006-11-21
1
-1
/
+16
*
Reduce from 157 to 123 bytes
Michael Brown
2006-11-21
1
-15
/
+15
*
Added generic CHAP layer, independent of iSCSI
Michael Brown
2006-11-21
4
-29
/
+180
*
Made it temporarily possible to call MD5 routines directly from external
Michael Brown
2006-11-15
2
-21
/
+37
*
Note to self: do not write code late at night
Michael Brown
2006-11-15
1
-5
/
+8
*
May as well add octal support to strtoul()
Michael Brown
2006-11-15
1
-5
/
+8
*
Fixed endp bug in strtoul()
Michael Brown
2006-11-15
1
-1
/
+2
*
Extend strtoul() to cope with hex as well as decimal. Doesn't cope
Michael Brown
2006-11-15
1
-9
/
+25
*
Split login into security negotation and operational parameter
Michael Brown
2006-10-03
2
-25
/
+57
*
Inhibit compiler warnings on DBG() when building a non-debug object,
Michael Brown
2006-09-27
1
-2
/
+12
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
32
-32
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
27
-4
/
+32
*
include stdio.h to suppress printf warning, general warnings fixups
Marty Connor
2006-09-27
6
-4
/
+11
*
eth_ntoa and warnings cleanup
Marty Connor
2006-09-27
1
-3
/
+4
[next]