summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Avoid generating ROMs with "match-any" vendor or device IDsMichael Brown2011-03-301-0/+1
* [build] Include $(BIN)/errors in "make clean"Michael Brown2011-03-301-0/+1
* [build] Include only one copy of each ROM in "make allroms"Michael Brown2011-03-301-4/+4
* [build] Remove obsolete "allzroms" targetMichael Brown2011-03-301-2/+2
* [netdevice] Simplify link-down status messageMichael Brown2011-03-301-3/+9
* [bofm] Use BOFM protocol version 2 if availableMichael Brown2011-03-301-17/+62
* [forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flagMichael Brown2011-03-301-5/+0Star
* [efi] Ensure that all drivers are shut down before the OS bootsMichael Brown2011-03-293-32/+51
* [forcedeth] Remove software unicast MAC address filterMichael Brown2011-03-291-9/+2Star
* [build] Fix compilation when gcc is patched to default to -fPIE -Wl,-pieGilles Espinasse2011-03-291-0/+11
* [settings] Display "delete" option only for locally-originated settingsMichael Brown2011-03-281-1/+1
* [main] Add the "scriptlet" settingMichael Brown2011-03-282-5/+27
* [cmdline] Expand settings within each command-line token individuallyMichael Brown2011-03-281-35/+79
* [cmdline] Allow ";" as an unconditional command separatorMichael Brown2011-03-281-0/+14
* [linux] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-2/+2
* [forcedeth] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-3/+2Star
* [exeprefix] Add .exe prefixMichael Brown2011-03-282-0/+158
* [prefix] Avoid using base memory for temporary decompression areaMichael Brown2011-03-281-3/+7
* [build] Generate hybrid ISO images if isohybrid is availableMichael Brown2011-03-271-0/+7
* [build] Delete incomplete targets if building fails for any reasonMichael Brown2011-03-271-0/+7
* [linux] Make malloc and linux_umalloc valgrindablePiotr Jaroszyński2011-03-279-12/+4953
* [image] Remove redundant call to basename()Michael Brown2011-03-271-3/+0Star
* [image] Use image_set_name() only if name != NULLPiotr Jaroszyński2011-03-271-1/+2
* [netdevice] Mark devices as open only if opening succeedsPiotr Jaroszyński2011-03-271-3/+3
* [settings] Add "read" commandMichael Brown2011-03-271-39/+88
* [cmdline] Allow "echo -n" to inhibit trailing newlineMichael Brown2011-03-271-3/+30
* [parseopt] Add support for boolean optionsMichael Brown2011-03-272-0/+16
* [tcp] Record ts_recent on first received packetMichael Brown2011-03-261-5/+8
* [build] Include ipxe.lkrn in default buildMichael Brown2011-03-261-2/+2
* [monojob] Avoid overflow when calculating percentage progressMichael Brown2011-03-261-3/+7
* [settings] Match terminology in online documentationMichael Brown2011-03-236-12/+12
* [settings] Avoid memory leak when unregistering autovivified settings blocksMichael Brown2011-03-231-3/+27
* [settings] Refer to online documentation for settings helpMichael Brown2011-03-231-2/+9
* [settings] Match terminology used elsewhereMichael Brown2011-03-231-1/+1
* [undi] Cope with devices that erroneously claim not to use interruptsMichael Brown2011-03-231-21/+28
* [settings] Impose a fixed order on settingsMichael Brown2011-03-2313-46/+64
* [settings] Fix setting expansionMichael Brown2011-03-231-3/+4
* [settings] Return to first row on navigating to a new settings blockMichael Brown2011-03-231-4/+6
* [settings] Add hierarchy navigation in "config" user interfaceMichael Brown2011-03-231-199/+260
* [settings] Reject attempts to change a network device's bus IDMichael Brown2011-03-231-0/+2
* [settings] Display locally-originated settings in boldMichael Brown2011-03-221-1/+11
* [settings] Display canonical setting name in "config" user interfaceMichael Brown2011-03-223-9/+40
* [settings] Display only applicable settings in "config" user interfaceMichael Brown2011-03-221-10/+18
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-223-22/+50
* [settings] Provide fetch_setting_origin()Michael Brown2011-03-222-5/+49
* [settings] Expose settings_name()Glenn Brown2011-03-222-8/+7Star
* [settings] Use concat_args() in "set" commandMichael Brown2011-03-222-24/+21Star
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-2212-17/+235
* [forcedeth] Clear the MII link status register on link status changesYann Cézard2011-03-201-0/+6
* [console] Try to avoid problems caused by keycode 86Michael Brown2011-03-1619-11/+29