aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-13[efi] Update to latest EDK2 headersMichael Brown8-73/+125
2013-03-11[romprefix] Display only one "Ctrl-B" prompt per PCI device during POSTMichael Brown1-3/+11
2013-03-11[pcbios] Inhibit all calls to INT 15,e820 and INT 15,e801 during POSTMichael Brown6-10/+37
2013-03-08[prefix] Use %cs as implicit parameter to uninstall()Michael Brown1-6/+6
2013-03-08[nbiprefix] Set up real-mode stack before jumping to .text16Michael Brown1-0/+4
2013-03-08[pcbios] Add extra debugging messages when unhiding iPXE from memoryMichael Brown1-5/+15
2013-03-06[build] Add vmware build targetBrandon Penglase1-0/+17
2013-03-06[tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown3-29/+28
2013-03-06[menu] Prevent separators with shortcut keys from being selectedMichael Brown1-10/+12
2013-03-06[menu] Prevent character code zero from acting as a shortcut keyMichael Brown1-1/+2
2013-03-05[zbin] Fix size used for memset in alloc_output_fileDaniel P. Berrange1-1/+1
2013-03-05[undi] Work around specific devices with known broken interrupt behaviourMichael Brown1-0/+52
2013-03-04[tg3] Fix various tg3 issuesKevin Tran2-1/+15
2013-03-01[netdevice] Separate VLAN support from presence of VLAN-supporting driversMichael Brown1-0/+12
2013-03-01[iscsi] Include 802.1Q VLAN identifier in iBFTStefan Hajnoczi1-0/+3
2013-03-01[netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi3-0/+29
2013-02-25[efi] Ensure EFI binaries comply with Authenticode requirementsMichael Brown1-1/+4
2013-02-20[intel] Add Intel I210 Gigabit Ethernet PCI IDJens Rottmann1-0/+1
2013-01-31[build] Include self-tests within "make everything"Michael Brown1-1/+2
2013-01-31[tls] Concatenate received non-data records before processingMichael Brown3-12/+53
2013-01-03[src] Fix spelling in comments, debug messages and local variable namesStefan Weil31-66/+66
2012-11-21[efi] Include product short name in EFI SNP device namesMichael Brown1-3/+5
2012-11-21[efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if presentMichael Brown1-5/+22
2012-11-12[bzimage] Allow initrds to be rearranged in placeMichael Brown1-73/+140
2012-11-12[initrd] Add ability to reshuffle initrds into image list orderMichael Brown3-0/+330
2012-11-12[libc] Relicense x86 string.hMichael Brown1-19/+24
2012-11-12[libc] Fix and externalise memswap()Michael Brown2-15/+30
2012-11-12[libc] Reduce overall code size by externalising strlen()Michael Brown2-12/+20
2012-11-12[libc] Reduce overall code size by externalising strncmp()Michael Brown2-21/+40
2012-11-12[libc] Remove unnecessary "cld" instruction from memset()Michael Brown1-11/+18
2012-11-12[libc] Convert memcpy() from a macro to an inline functionMichael Brown2-4/+25
2012-11-12[libc] Reduce overall code size by externalising memmove()Michael Brown2-24/+74
2012-11-12[libc] Remove obsolete implementation of memcpy()Michael Brown1-12/+0
2012-11-12[test] Add self-tests for string functionsMichael Brown2-0/+134
2012-11-06[umalloc] Split largest_memblock() function out from init_eheap()Michael Brown3-49/+106
2012-11-05[uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown4-0/+39
2012-11-02[list] Reduce overall code size by externalising many list functionsMichael Brown2-122/+215
2012-11-02[build] Make version.o depend on the git indexThomas Miletich1-0/+4
2012-11-02[build] Include version number within only a single object fileMichael Brown11-21/+87
2012-11-02[build] Inhibit .eh_frame on newer gcc versionsMichael Brown1-2/+5
2012-11-02[build] Use -maccumulate-outgoing-args if required by gccMichael Brown1-0/+12
2012-10-29[forcedeth] Increase TX ring size to prevent dropped packetsMichael Brown1-1/+1
2012-10-28[intel] Poll RX queue if hardware reports RX overflowMichael Brown1-1/+1
2012-10-25[hermon] Use PCI VPD for non-volatile option storageMichael Brown2-2/+40
2012-10-24[readline] Allow readline_history() to return a meaningful statusMichael Brown5-20/+32
2012-10-24[netdevice] Clear network device setting before unregisteringMichael Brown1-0/+2
2012-10-24[settings] Prefill existing setting value in "read" commandMichael Brown1-8/+22
2012-10-24[readline] Allow a prefilled input string to be providedMichael Brown3-3/+11
2012-10-24[settings] Add fetchf_named_setting_copy()Michael Brown2-0/+40
2012-10-24[netdevice] Do not force a poll on net_tx()Michael Brown1-7/+0