summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [build] Default to short wchar_t in stddef.hMichael Brown2013-04-281-2/+2
* [process] Mark process descriptor as static in PERMANENT_PROCESSMichael Brown2013-04-251-1/+1
* [build] Avoid sparse undeclared symbol warning for PROVIDE_SYMBOL()Michael Brown2013-04-251-0/+1
* [build] Define __WINT_TYPE__ if necessaryMichael Brown2013-04-251-0/+3
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-194-16/+23
* [libc] Redefine low 8 bits of error code as "platform error code"Michael Brown2013-04-193-234/+404
* [libc] Use __einfo() tuple as first argument to EUNIQ()Michael Brown2013-04-192-78/+81
* [efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOLMichael Brown2013-04-194-373/+0Star
* [intel] Add intelx driver for Intel 10 Gigabit Ethernet NICsMichael Brown2013-04-191-0/+1
* [efi] Fetch device path for loaded image during initialisationMichael Brown2013-03-271-0/+1
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-221-1/+2
* [efi] Add "reboot" command for EFIMichael Brown2013-03-223-0/+93
* [efi] Provide efi_guid_ntoa() for printing EFI GUIDsMichael Brown2013-03-201-14/+5Star
* [uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown2013-03-201-0/+19
* [smbios] Provide SMBIOS version number via smbios_version()Michael Brown2013-03-201-0/+12
* [int13] Split out ISO9660 and El Torito definitions to separate header filesMichael Brown2013-03-202-0/+147
* [efi] Add EFI-specific debugging macrosMichael Brown2013-03-202-0/+121
* [efi] Add our own EFI_LOAD_FILE_PROTOCOL implementationMichael Brown2013-03-141-0/+3
* [efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown2013-03-137-2/+800
* [efi] Add last_opened_snpdev()Michael Brown2013-03-131-0/+1
* [autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown2013-03-131-0/+1
* [efi] Update to latest EDK2 headersMichael Brown2013-03-138-73/+125
* [tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown2013-03-061-2/+0Star
* [netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi2013-03-011-0/+1
* [tls] Concatenate received non-data records before processingMichael Brown2013-01-311-0/+1
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-032-2/+2
* [libc] Convert memcpy() from a macro to an inline functionMichael Brown2012-11-121-0/+1
* [umalloc] Split largest_memblock() function out from init_eheap()Michael Brown2012-11-061-0/+17
* [uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown2012-11-053-0/+33
* [list] Reduce overall code size by externalising many list functionsMichael Brown2012-11-021-122/+131
* [build] Include version number within only a single object fileMichael Brown2012-11-021-0/+16
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-252-3/+3
* [readline] Allow a prefilled input string to be providedMichael Brown2012-10-251-0/+1
* [settings] Add fetchf_named_setting_copy()Michael Brown2012-10-251-0/+1
* [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown2012-10-231-0/+7
* [efi] Expose net device non-volatile settings via HIIMichael Brown2012-10-161-123/+74Star
* [efi] Split SNP HII functionality into a separate fileMichael Brown2012-10-162-0/+69
* [nvo] Expose nvo_applies()Michael Brown2012-10-151-0/+1
* [nvo] Expose non-volatile options block nameMichael Brown2012-10-151-0/+3
* [settings] Expose find_child_settings()Michael Brown2012-10-151-0/+2
* [libc] Add wcslen() functionMichael Brown2012-10-151-0/+2
* [serial] Don't enable serial console without serial supportShao Miller2012-10-051-0/+1
* [efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown2012-10-051-0/+5
* [tls] Split received records over multiple I/O buffersMichael Brown2012-09-271-4/+26
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-102-0/+15
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-101-2/+7
* [sdi] Add support for SDI imagesMichael Brown2012-09-051-0/+1
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-313-19/+34
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-312-0/+4
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-312-8/+8