summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-172-7/+7
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-11/+10Star
* [bitops] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-1/+1
* [uri] Add uri_has_path()Michael Brown2011-02-011-0/+10
* [settings] Generalise expand_command() to expand_settings()Michael Brown2011-01-281-0/+1
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-273-3/+8
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-273-14/+36
* [xfer] Expose xfer_uri_opener()Michael Brown2011-01-271-0/+1
* [netdevice] Allow devices to indicate that interrupts are not supportedMichael Brown2011-01-251-0/+14
* [pci] Auto-resize VPD fields used for non-volatile storageMichael Brown2011-01-192-8/+9
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-191-0/+5