aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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/+2
* [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/+0
* [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/+7
* [settings] Use concat_args() in "set" commandMichael Brown2011-03-222-24/+21
* [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
* [uri] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+2
* [qib7322] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+0
* [hermon] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0
* [arbel] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-1/+1
* [vxge] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-162-11/+1
* [ath5k] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-163-12/+1
* [eepro] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-0/+1
* [w89c840] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [smc9000] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-3/+0
* [etherfabric] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-6/+1
* [sis190] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0