summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix endianness of "shelf" fieldMichael Brown2007-07-311-1/+2
* Add identifier for the network device into the DHCP request.Michael Brown2007-07-312-0/+38
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-314-60/+126
* Added the AoE boot information table as used by Vampyre's AoEMichael Brown2007-07-311-0/+33
* tls_change_cipher() can complain about null cipher and digestMichael Brown2007-07-301-4/+2Star
* Change #warnings to FIXMEs, so that we can build without NO_WERROR=1Michael Brown2007-07-301-8/+11
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-305-13/+76
* Added missing #includeMichael Brown2007-07-301-0/+1
* Inhibit compiler warningMichael Brown2007-07-301-1/+1
* TLS now working again.Michael Brown2007-07-303-14/+1904
* Upgrade AXTLS import to version 1.1.5-aMichael Brown2007-07-307-62/+906
* Import various libgcc functions from syslinux.Michael Brown2007-07-309-338/+134Star
* GCC's optimiser seems to screw up if this is left static...Michael Brown2007-07-301-1/+1
* Preparation for adding tls.cMichael Brown2007-07-291-0/+1
* Added a simple pass-through filter layer for data transfer interfaces.Michael Brown2007-07-292-0/+153
* Don't rely on retry.c's periodically calling currticks() in order toMichael Brown2007-07-291-1/+7
* Added HMAC code from TLS projectMichael Brown2007-07-292-0/+150
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-298-181/+187
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-296-5/+20
* Merge branch 'symcheck2'Michael Brown2007-07-2818-29/+30
|\
| * Make has_key() a static inline, rather than omitting it altogether.Michael Brown2007-07-282-15/+5Star
| * Revert "make bool m_echo static" - I suspect this to be defined by specMichael Brown2007-07-281-1/+1
| * Revert "make isspace static" - prototype for isspace() is defined by C99, so ...Holger Lubitz2007-07-281-1/+1
| * Revert "make __udivmoddi4 static" - gcc links to it implicitlyHolger Lubitz2007-07-281-1/+1
| * make struct velocity_info vptx staticHolger Lubitz2007-07-271-1/+1
| * make struct velocity_info_tbl *info staticHolger Lubitz2007-07-271-1/+1
| * make struct nsx staticHolger Lubitz2007-07-271-1/+1
| * make struct bnx2 bnx2 staticHolger Lubitz2007-07-271-1/+1
| * make multiboot_load staticHolger Lubitz2007-07-271-1/+1
| * make nbi_load staticHolger Lubitz2007-07-271-1/+1
| * make http_open staticHolger Lubitz2007-07-271-1/+1
| * make eltorito_load staticHolger Lubitz2007-07-271-1/+1
| * make cards_found static and add missing initializationHolger Lubitz2007-07-271-1/+1
| * make bool m_echo staticHolger Lubitz2007-07-271-1/+1
| * remove has_key by #if 0'ing outHolger Lubitz2007-07-271-1/+3
| * make _wgetc staticHolger Lubitz2007-07-271-0/+1
| * Merge branch 'master' into symcheck2Holger Lubitz2007-07-271-1/+2
| |\
| * | make __udivmoddi4 staticHolger Lubitz2007-07-271-1/+1
| * | make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG staticHolger Lubitz2007-07-271-2/+2
| * | make struct _softlabelkeys *slks staticHolger Lubitz2007-07-271-1/+1
| * | make add_ndp_entry staticHolger Lubitz2007-07-271-2/+3
| * | make isspace staticHolger Lubitz2007-07-271-1/+1
| * | make md5_steps staticHolger Lubitz2007-07-271-1/+1
| * | make imgfill_cmdline staticHolger Lubitz2007-07-271-1/+2
| * | disable AES_convert_key by #if 0'ing it out (suggested by mcb30)Holger Lubitz2007-07-271-0/+2
| * | make netboot() staticHolger Lubitz2007-07-271-1/+1
| * | disable AES_convert_key by #if 0'ing it out (suggested by mcb30)Holger Lubitz2007-07-271-0/+4
* | | Ensure clock line is in the idle state before asserting chip select.Michael Brown2007-07-281-0/+4
* | | Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-264-18/+132
| |/ |/|
* | Inhibit a spurious warning on GCC 4.0.1Michael Brown2007-07-261-1/+2
|/