aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [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-091-0/+108
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-1/+5
* [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-091-2/+0
* [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-072-14/+1
* [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-072-43/+21
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-6/+4
* [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-021-0/+1
* [bofm] Add core BOFM libraryMichael Brown2011-03-022-0/+342
* [image] Allow download job to complete before acting upon imageMichael Brown2011-03-021-1/+0
* [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-171-5/+3
* [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/+10
* [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-271-0/+1
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-272-12/+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
* [pci] Allow pci_vpd_init() return status to be ignoredMichael Brown2011-01-191-0/+11
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-192-1/+12
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-111-18/+5
* [dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown2011-01-111-4/+11
* [dhcp] Rename length fields for DHCP optionsMichael Brown2011-01-102-6/+7