summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [int13] Automatically reopen underlying block device as neededMichael Brown2011-03-021-34/+50
* [prefix] Set the "size" bit in the GDT entry for the flat data segmentMichael Brown2011-03-011-1/+1
* [prefix] Add rudimentary debugging messages to libprefixMichael Brown2011-03-011-0/+40
* [build] Allow DEBUG=... to affect builds of assembler source filesMichael Brown2011-03-012-6/+7
* [autoboot] Use a custom error number for "nothing to boot"Michael Brown2011-02-281-1/+6
* [autoboot] Add an iPXE error URI to the "nothing to boot" messageMichael Brown2011-02-281-1/+1
* [linux] Remove Linux-specific code from default (non-Linux) buildMichael Brown2011-02-252-2/+3
* [iscsi] Clarify support for NOP-InMichael Brown2011-02-251-24/+9Star
* [iscsi] Verify the correct tag in NOP-In PDUsMichael Brown2011-02-251-4/+4
* [iscsi] Fix minor typo in ibft_set_ipaddr()Michael Brown2011-02-251-1/+1
* [iscsi] Accept NOP-In PDUs sent by the targetMichael Brown2011-02-242-0/+84