summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added one more PCI IDMichael Brown2007-10-221-0/+1
* Ensure that empty e820 regions are skipped even at the end of theMichael Brown2007-10-101-11/+18
* Add a missing PCI ID that is tested as working.Michael Brown2007-10-101-0/+1
* Force a netdevice poll in net_tx() before attempting to transmitMichael Brown2007-10-041-0/+8
* Redefine bzimage_exec_context::mem_limit to be the highest permissibleMichael Brown2007-09-281-3/+4
* Quick and very dirty hack to get r8169 driver working again, prior toMichael Brown2007-09-261-5/+15
* Standardise DBG_PRINTF()->DBG(), and remove custom definitions forMichael Brown2007-09-261-28/+9Star
* Switch rm_ss and rm_sp back to being words; it'll make it lessMichael Brown2007-09-251-7/+7
* Don't use the "rep ss movsb" trick to copy the RM stack to the PMMichael Brown2007-09-251-31/+34
* rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhereMichael Brown2007-09-253-54/+0Star
* Minor refactoring to eliminate duplication.Michael Brown2007-09-251-49/+39Star
* Use full protected mode for access to high memory within prefix, toMichael Brown2007-09-251-169/+237
* Added more verbose memory-map debugging.Michael Brown2007-09-212-11/+43
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-09-212-1/+11
|\
| * Added netdev_priv() to ease Linux driver compatibility.Michael Brown2007-09-131-0/+11
| * Removed file checked in accidentallyMichael Brown2007-09-131-1/+0Star
* | Infinband requires longer link-layer addresses and headers than Ethernet.Michael Brown2007-09-211-2/+2
* | Added defines for Infiniband files (which can't be committed to theMichael Brown2007-09-211-0/+3
* | Minor debug message improvement.Michael Brown2007-09-211-2/+3
* | Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-212-2/+43
* | Add const attribute to byte-swapping functionsMichael Brown2007-09-211-3/+3
* | Don't get stuck in an infinite loop on negative integers!Michael Brown2007-09-211-4/+5
* | Add fls() for non-constant values.Michael Brown2007-09-212-5/+11
* | Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-212-4/+42
|/
* Bugfix: DHCP message type should be a one-byte option... (d'oh)Michael Brown2007-09-131-2/+1Star
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-09-093-96/+97
|\
| * Use "/bin/echo -e" instead of shell builtin echo; some shells don'tMichael Brown2007-09-092-95/+88Star
| * Check for correct block number in tftp_rx_data().Michael Brown2007-09-081-1/+9
| * Re-added the kpxe prefix. I have no idea when this disappeared.Michael Brown2007-09-081-0/+1
* | Add the possibility to create .o files from arbitrary binary blobs.Michael Brown2007-09-062-0/+10
* | Added missing .kpxe prefix.Michael Brown2007-09-061-0/+1
|/
* Minor style fix: structure fields are generally initialised in theMichael Brown2007-09-061-1/+1
* TFTP default blocksize fix from VampyreMarty Connor2007-08-301-0/+1
* allpxes allroms alldsks fixes from VampyreMarty Connor2007-08-301-2/+3
* Add sis900 variant (patch from Vampyre)Marty Connor2007-08-301-0/+1
* Merge branch 'master' into cursesHolger Lubitz2007-08-2316-301/+343
|\
| * Merge commit 'holger/strings'Michael Brown2007-08-2314-299/+354
| |\
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
| | * use malloc attributeHolger Lubitz2007-08-201-5/+4Star
| | * use malloc attributeHolger Lubitz2007-08-201-4/+3Star
| | * use malloc attributeHolger Lubitz2007-08-201-3/+3
| | * use malloc attributeHolger Lubitz2007-08-201-3/+3
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
| | * use malloc attributeHolger Lubitz2007-08-201-2/+2
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
| | * define malloc attributeHolger Lubitz2007-08-201-0/+6
| | * strdup and strndup call malloc and are not pureHolger Lubitz2007-08-021-2/+2