summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [list] Add list_check_contains()Michael Brown2011-05-031-0/+19
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-243-3/+27
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-241-0/+2
* [efi] Add support for HIIMichael Brown2011-04-086-0/+1316
* [efi] Include MdeModulePkg directory in header import listMichael Brown2011-04-081-1/+2
* [efi] Add EFI string formatting functionsMichael Brown2011-04-081-0/+23
* [device] Make driver name a generic device propertyMichael Brown2011-04-086-8/+3Star
* [efi] Synchronise EFI header filesMichael Brown2011-03-3112-33/+100
* [readline] Add history supportMichael Brown2011-03-301-0/+43
* [readline] Add replace_string()Michael Brown2011-03-301-0/+2
* [readline] Add init_editstring() wrapper functionMichael Brown2011-03-301-0/+13
* [main] Add the "scriptlet" settingMichael Brown2011-03-281-1/+8
* [linux] Make malloc and linux_umalloc valgrindablePiotr JaroszyƄski2011-03-271-1/+6
* [parseopt] Add support for boolean optionsMichael Brown2011-03-271-0/+1
* [settings] Impose a fixed order on settingsMichael Brown2011-03-232-18/+36
* [settings] Display canonical setting name in "config" user interfaceMichael Brown2011-03-221-0/+2
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-221-1/+3
* [settings] Provide fetch_setting_origin()Michael Brown2011-03-221-0/+2
* [settings] Expose settings_name()Glenn Brown2011-03-221-0/+1
* [settings] Use concat_args() in "set" commandMichael Brown2011-03-221-0/+1
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-224-4/+90
* [build] Avoid spurious unused-but-set-variable warnings in gcc 4.6Michael Brown2011-03-161-1/+2
* [console] Add facility for rudimentary keyboard mappingMichael Brown2011-03-161-0/+30
* [efi] Mark SNP devices as children of EFI PCI deviceMichael Brown2011-03-151-0/+6
* [syslog] Add support for sending console output to a syslog serverMichael Brown2011-03-101-0/+36
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-092-4/+4
* [image] Simplify use of imgdownload()Michael Brown2011-03-092-4/+12
* [image] Generalise "currently-running script" to "currently-running image"Michael Brown2011-03-091-0/+1
* [image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown2011-03-092-2/+2
* [prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2011-03-072-0/+17
* [image] Use list_first_entry() to clarify logic in main()Michael Brown2011-03-071-0/+9
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-073-14/+15
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-071-2/+1Star
* [bios] Recognise scancodes for F5-F12 inclusiveMichael Brown2011-03-071-0/+7
* [cmdline] Add generic concat_args() functionMichael Brown2011-03-071-0/+2
* [image] Simplify image managementMichael Brown2011-03-073-47/+51
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-6/+4Star
* [iscsi] Change default initiator IQNMichael Brown2011-03-031-1/+4
* [bofm] Allow garbage collection of BOFM code in non-BOFM buildsMichael Brown2011-03-031-1/+10
* [bofm] Add offline BOFM test facilityMichael Brown2011-03-031-0/+1
* [bofm] Add core BOFM libraryMichael Brown2011-03-032-0/+342
* [image] Allow download job to complete before acting upon imageMichael Brown2011-03-022-3/+2Star
* [build] Allow DEBUG=... to affect builds of assembler source filesMichael Brown2011-03-011-6/+6
* [iscsi] Accept NOP-In PDUs sent by the targetMichael Brown2011-02-241-0/+34
* [iscsi] Disambiguate the expected target errors in the login responseMichael Brown2011-02-231-0/+2
* [efi] Provide space for storing the EFI driver nameMichael Brown2011-02-221-1/+1
* [efi] Allow EFI to control PCI bus enumerationMichael Brown2011-02-173-1/+89
* [efi] Rename efi_pci.h to efi_pci_api.hMichael Brown2011-02-172-6/+6
* [pci] Modularise PCI device supportMichael Brown2011-02-171-0/+28
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-172-9/+5Star