summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Skeleton job control interfaceMichael Brown2007-04-292-0/+201
* Add seek()Michael Brown2007-04-294-38/+137
* Preliminary support for opening data-transfer interfacesMichael Brown2007-04-284-18/+325
* Added PF_INET[6] and SOCK_{STREAM,DGRAM} definitions and debugMichael Brown2007-04-281-3/+56
* Added deliver-as-iobuf/deliver-as-raw concepts.Michael Brown2007-04-272-6/+91
* Initial sketch for the generic data-transfer interface.Michael Brown2007-04-275-0/+417
* Trivial ASN.1 decoding functions.Michael Brown2007-04-212-0/+191
* hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2007-04-095-3/+26
* hoffmeis: Fixing situation where absence of a newdata() handler for UDPAnselm Martin Hoffmeister2007-04-091-5/+10
* Add 32-bit support.Michael Brown2007-03-221-13/+70
* Provide a buffer in base memory for code to fill with generated DHCP data.Michael Brown2007-03-222-0/+42
* TypoMichael Brown2007-03-203-5/+5
* Support 32-bit (linear) NBI images. We don't yet provide a bootp dataMichael Brown2007-03-141-33/+44
* Ported bnx2 driver from Etherboot 5.4.James Harper2007-03-143-0/+10891
|\
* | Added .nbi as a format.Michael Brown2007-03-112-0/+69
* | Make _load_size accurately reflect the number of bytes in the actualMichael Brown2007-03-111-2/+0Star
* | t5x9 code relies on nic->ioaddr being setMichael Brown2007-03-111-7/+11
* | Updated 3c509 to current device modelMichael Brown2007-03-101-165/+185
* | Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-1036-1648/+1418Star
* | Add gpxe-tarball target to create clean release tarballsMarty Connor2007-03-021-1/+18
* | Add warning about formats that are not working until we fix themMarty Connor2007-03-021-3/+7
* | Remove no-longer-used variableMichael Brown2007-02-191-1/+0Star
* | Fix some bad pointer arithmatic in the tg3 driver that was causing the dynami...James Harper2007-02-101-6/+6
* | Fix padding problem - from MichaelJames Harper2007-02-101-3/+1Star
* | Allow queries in GET requestsMichael Brown2007-02-011-5/+7
* | Add ability to read serial number from SMBIOSMichael Brown2007-02-012-0/+269
* | SSL needs quite a lot of spare memoryMichael Brown2007-02-011-1/+1
* | Required for public key extractionMichael Brown2007-02-011-0/+867
* | SSL requires inordinately large data storageMichael Brown2007-02-011-2/+2
* | Don't pass through zero-length requestsMichael Brown2007-02-011-0/+12
* | SHA1_DIGEST_SIZE also available as a static constantMichael Brown2007-02-012-1/+2
* | Make context sizes available for statically-allocated structuresMichael Brown2007-02-014-12/+20
* | Vanilla copies from axtlsMichael Brown2007-02-012-0/+1749
* | Quick hacks to get it workingMichael Brown2007-02-011-0/+7
* | Add dummy setiv methodMichael Brown2007-02-011-1/+6
* | Fix prototypesMichael Brown2007-02-011-4/+4
* | More assertionsMichael Brown2007-02-011-0/+1
* | Also print out stack pointer (with optional stack dump)Michael Brown2007-02-011-2/+5
* | PlaceholderMichael Brown2007-02-011-0/+10
* | Assert that division result is correctMichael Brown2007-02-011-0/+3
* | Added __umoddi3Michael Brown2007-01-311-0/+13
* | Original axtls RSA codeMichael Brown2007-01-311-0/+331
* | Added wrapper for AXTLS AES codeMichael Brown2007-01-312-0/+61
* | Added setiv methodMichael Brown2007-01-311-0/+16
* | Add wrapper around axtls' sha1 codeMichael Brown2007-01-312-0/+34
* | Adding missing includeMichael Brown2007-01-311-0/+1
* | Made most of the build much quieterMichael Brown2007-01-312-11/+25
* | We need this, I thinkMichael Brown2007-01-311-0/+1
* | Force inliningMichael Brown2007-01-311-3/+5
* | Placeholder for TLS insertionMichael Brown2007-01-312-8/+31