summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Refuse to attempt building with the GNU gold linkerMichael Brown2011-04-051-0/+7
* [build] Perform tool checks on each make invocationMichael Brown2011-04-051-15/+17
* [tcp] Update ts_recent whenever window is advancedMichael Brown2011-04-031-9/+22
* [cmdline] Fix "isset" commandMichael Brown2011-04-011-2/+8
* [tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown2011-03-311-5/+9
* [efi] Synchronise EFI header filesMichael Brown2011-03-3112-33/+100
* [cmdline] Add support for shell historyMichael Brown2011-03-301-1/+10
* [readline] Add history supportMichael Brown2011-03-302-9/+258
* [readline] Add replace_string()Michael Brown2011-03-302-0/+13
* [readline] Add init_editstring() wrapper functionMichael Brown2011-03-303-4/+15
* [build] Add "allmroms" targetBastian Blank2011-03-301-2/+2
* [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