aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/nbi.c
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Kill off the various guess_boot_netdev() functionsMichael Brown2008-11-211-18/+1
* [hacks] Improve the guess_boot_netdev() logicMichael Brown2008-10-311-3/+4
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-1/+1
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-4/+3
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-4/+2
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-4/+4
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-1/+1
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-0/+3
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-7/+4
* make nbi_load staticHolger Lubitz2007-07-271-1/+1
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-031-1/+1
* Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown2007-07-021-5/+5
* Add 32-bit support.Michael Brown2007-03-221-13/+70
* Support 32-bit (linear) NBI images. We don't yet provide a bootp dataMichael Brown2007-03-141-33/+44
* Make the getmemsize() prototype available in memsizes.h, for code thatMichael Brown2007-01-141-0/+1
* Replace image->entry with image->priv.Michael Brown2007-01-141-1/+5
* Mostly updated. Won't work yet.Michael Brown2007-01-141-199/+172
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-111-4/+3
* Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown2007-01-111-1/+0
* NBI is due for removalMichael Brown2006-05-241-0/+5
* Gave up on adding POSIX errno's as required, and just added (almost) allMichael Brown2006-04-281-15/+15
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
* Added doxygen comments and errno values.Michael Brown2005-05-181-29/+135
* Moved NBI support to nbi.c, modified to work with new load mechanismMichael Brown2005-05-171-0/+306