summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-0412-239/+274
* Changed length parameter in SPI methods to be a byte length, rather thanMichael Brown2006-12-045-21/+15Star
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-0410-212/+398
* Force syntax-checking on assertions even in non-asserting builds.Michael Brown2006-12-041-9/+23
* Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specificMichael Brown2006-12-022-20/+28
* Basic non-volatile storage supportMichael Brown2006-11-293-11/+243
* Make the "drive number" option apply to iSCSI as well as AoEMichael Brown2006-11-292-3/+8
* Merged changes from SolarflareMichael Brown2006-11-281-241/+713
* Create "username" and "password" DHCP options, ready for placing thisMichael Brown2006-11-282-2/+25
* Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-285-94/+484
* Marked memcmp/strcmp as "pure" functions, to allow gcc to optimiseMichael Brown2006-11-281-3/+5
* Implemented realloc(), and changed the semantics of malloc(0) to allowMichael Brown2006-11-242-15/+80
* Fixed off-by-one errorMichael Brown2006-11-221-1/+1
* Added "name" field to digest algorithmsMichael Brown2006-11-212-0/+3
* Added debug statements.Michael Brown2006-11-211-1/+16
* Reduce from 157 to 123 bytesMichael Brown2006-11-211-15/+15
* Added generic CHAP layer, independent of iSCSIMichael Brown2006-11-214-29/+180
* Made it temporarily possible to call MD5 routines directly from externalMichael Brown2006-11-152-21/+37
* Note to self: do not write code late at nightMichael Brown2006-11-151-5/+8
* May as well add octal support to strtoul()Michael Brown2006-11-151-5/+8
* Fixed endp bug in strtoul()Michael Brown2006-11-151-1/+2
* Extend strtoul() to cope with hex as well as decimal. Doesn't copeMichael Brown2006-11-151-9/+25
* Split login into security negotation and operational parameterMichael Brown2006-10-032-25/+57
* Inhibit compiler warnings on DBG() when building a non-debug object,Michael Brown2006-09-271-2/+12
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-2732-32/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-2727-4/+32
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-276-4/+11
* eth_ntoa and warnings cleanupMarty Connor2006-09-271-3/+4
* eth_ntoa cleanup. still has warnings. needs work.Marty Connor2006-09-271-9/+5Star
* eth_ntoa and warnings cleanupMarty Connor2006-09-271-7/+8
* eth_ntoa and warnings cleanupMarty Connor2006-09-271-54/+44Star
* compilation warnings cleanupMarty Connor2006-09-272-27/+24Star
* eth_ntoa cleanupMarty Connor2006-09-271-4/+3Star
* warnings cleanup (still gives lots of compilation warnings from unused functi...Marty Connor2006-09-271-5/+2Star
* warnings cleanupMarty Connor2006-09-271-14/+15
* compilation warnings cleanupMarty Connor2006-09-261-33/+27Star
* eth_ntoa and compilation warnings fixesMarty Connor2006-09-263-12/+11Star
* eth_ntoa fixesMarty Connor2006-09-261-5/+4Star
* Minor fixMichael Brown2006-09-251-1/+1
* eth_ntoa and warnings fixups, memcpy compilation fixMarty Connor2006-09-251-9/+17
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-13/+17
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-11/+13
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+2
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+3
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-6/+6
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+1
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+2
* eth_ntoa fixupsMarty Connor2006-09-201-6/+4Star
* eth_ntoa fixupsMarty Connor2006-09-201-3/+4
* eth_ntoa fixupsMarty Connor2006-09-201-2/+6