summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Avoid spurious unused-but-set-variable warnings in gcc 4.6Michael Brown2011-03-161-1/+2
* [build] Allow workaround-specific flags to override default flagsMichael Brown2011-03-161-7/+11
* [build] Fix building with latest binutilsBastian Blank2011-03-162-2/+2
* [build] Avoid rebuilding keymap files automaticallyMichael Brown2011-03-161-1/+1
* [console] Add keyboard map selectionMichael Brown2011-03-162-0/+9
* [console] Add keymap generatorMichael Brown2011-03-1635-0/+1160
* [console] Add facility for rudimentary keyboard mappingMichael Brown2011-03-162-2/+49
* [efi] Mark SNP devices as children of EFI PCI deviceMichael Brown2011-03-153-0/+70
* [romprefix] Use correct size for PMM allocation of image source blockMichael Brown2011-03-151-6/+7
* [eepro100] Do not discard short packetsMichael Brown2011-03-121-1/+1
* [bios] Use INT 16,11 instead of INT 16,01 to check for keystrokesMichael Brown2011-03-101-1/+1
* [pxe] Report an IRQ number only if device supports interruptsMichael Brown2011-03-101-1/+2
* [syslog] Add support for sending console output to a syslog serverMichael Brown2011-03-103-0/+243
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-0931-33/+33
* [script] Allow scripts to be replacedMichael Brown2011-03-091-2/+6
* [image] Avoid ending up with multiple selected images on re-registrationMichael Brown2011-03-091-0/+6
* [image] Simplify use of imgdownload()Michael Brown2011-03-0910-138/+223
* [image] Generalise "currently-running script" to "currently-running image"Michael Brown2011-03-093-23/+24
* [image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown2011-03-094-41/+41
* [monojob] Display percentage progress, if availableMichael Brown2011-03-081-6/+23
* [prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2011-03-076-1/+142
* [main] Remove shell prompt when using an embedded imageMichael Brown2011-03-071-14/+13Star
* [image] Use list_first_entry() to clarify logic in main()Michael Brown2011-03-072-5/+11
* [script] Add "prompt" commandMichael Brown2011-03-071-0/+67
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-075-37/+64
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-077-16/+13Star
* [console] Avoid timer wraparound problems in getchar_timeout()Michael Brown2011-03-071-2/+2
* [bios] Recognise scancodes for F5-F12 inclusiveMichael Brown2011-03-072-25/+31
* [cmdline] Add generic concat_args() functionMichael Brown2011-03-073-36/+60
* [script] Add an iPXE error URI to the "not in a script" messageMichael Brown2011-03-071-2/+3
* [image] Clear the command line rather than setting an empty command lineMichael Brown2011-03-071-3/+6
* [image] Allow image_set_cmdline() to clear the command lineMichael Brown2011-03-071-4/+8
* [comboot] Do not assume that image has a non-NULL command lineMichael Brown2011-03-071-3/+3
* [image] Simplify image managementMichael Brown2011-03-0720-501/+414Star
* [spi] Reset device on each accessMichael Brown2011-03-041-0/+3
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-0423-80/+46Star
* [arbel] Make driver 64-bit safeMichael Brown2011-03-041-2/+37
* [hermon] Make driver 64-bit safeMichael Brown2011-03-042-0/+37
* [iscsi] Change default initiator IQNMichael Brown2011-03-033-241/+150Star
* [dns] Fix memory leak in settings applicatorMichael Brown2011-03-031-2/+9
* [settings] Make fetch_string_setting_copy() easier to useMichael Brown2011-03-031-1/+10
* [settings] Avoid fetch_string_setting_copy() leaving an uninitialised pointerMichael Brown2011-03-031-0/+2
* [hermon] Add BOFM supportMichael Brown2011-03-033-58/+415
* [bofm] Allow garbage collection of BOFM code in non-BOFM buildsMichael Brown2011-03-031-1/+10
* [bofm] Add support for BOFM under EFIMichael Brown2011-03-034-0/+347
* [bofm] Add offline BOFM test facilityMichael Brown2011-03-032-0/+170
* [bofm] Add core BOFM libraryMichael Brown2011-03-034-0/+678
* [autoboot] Allow a SAN boot as a fallback if a filename boot returnsMichael Brown2011-03-021-6/+23
* [autoboot] Tidy up output following NBP executionMichael Brown2011-03-021-1/+7
* [image] Allow download job to complete before acting upon imageMichael Brown2011-03-024-19/+13Star