summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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/+5Star
* [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
* [dhcp] Remove redundant length fields in struct dhcp_packetMichael Brown2011-01-101-4/+10
* [igbvf] Add igbvf driverAlex Williamson2010-12-161-0/+1
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-151-2/+2
* [settings] Add fetch_ipv4_array_setting()Michael Brown2010-12-091-0/+4
* [debug] Add DBG_MD5() and related macrosMichael Brown2010-12-091-0/+61
* [fnrec] Enhance function recordingMichael Brown2010-12-091-0/+13
* [legal] Add FILE_LICENCE macro to some GPL-v2 filesShao Miller2010-12-041-0/+2
* [hermon] Work around hardware stripping of VLAN tagsMichael Brown2010-12-011-0/+4
* [vlan] Expose vlan_find() to network card driversMichael Brown2010-12-011-0/+2
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-012-10/+4Star