summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Added two lines of code that were completely missing!Michael Brown2007-07-251-2/+4
* Don't overwrite %dl with a (potentially) modified drive number if weMichael Brown2007-07-251-1/+1
* We probably shouldn't leave interrupts disabled when starting an OS.Michael Brown2007-07-251-0/+1
* Add per-file error identifiersMichael Brown2007-07-2416-178/+393
* Define -DOBJECT when generating Makefile rules, for consistency.Michael Brown2007-07-241-2/+2
* Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown2007-07-247-1/+6
* Allow -Werror to be temporarily disabled using "make NO_WERROR=1"Michael Brown2007-07-241-1/+5
* Remove some obsolete sections of librm.h and libkir.h.Michael Brown2007-07-242-39/+25Star
* We can finally enable -Werror :)Michael Brown2007-07-241-1/+1
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-244-8/+9
|\
| * Change #warning to FIXME for ns8390.cMarty Connor2007-07-231-1/+2
| * Change #warning to FIXME for depcaMarty Connor2007-07-231-1/+1
| * Changed #warning to FIXME for nvo hack warning.Marty Connor2007-07-231-1/+1
| * Add NIC to targets that are always made.Marty Connor2007-07-231-5/+5
* | Minor debug improvementMichael Brown2007-07-191-1/+2
|/
* Don't trash the %ecx value returned by relocate(). This was causingMichael Brown2007-07-191-6/+8
* Remove INT 13,4b handler; it represents an incomplete feature (CD-ROMMichael Brown2007-07-191-35/+0Star
* Completed definition of struct int13_cdrom_specification, and moved toMichael Brown2007-07-192-9/+37