aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown2013-03-063-29/+28
* [menu] Prevent separators with shortcut keys from being selectedMichael Brown2013-03-061-10/+12
* [menu] Prevent character code zero from acting as a shortcut keyMichael Brown2013-03-061-1/+2
* [zbin] Fix size used for memset in alloc_output_fileDaniel P. Berrange2013-03-051-1/+1
* [undi] Work around specific devices with known broken interrupt behaviourMichael Brown2013-03-051-0/+52
* [tg3] Fix various tg3 issuesKevin Tran2013-03-042-1/+15
* [netdevice] Separate VLAN support from presence of VLAN-supporting driversMichael Brown2013-03-011-0/+12
* [iscsi] Include 802.1Q VLAN identifier in iBFTStefan Hajnoczi2013-03-011-0/+3
* [netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi2013-03-013-0/+29
* [efi] Ensure EFI binaries comply with Authenticode requirementsMichael Brown2013-02-251-1/+4
* [intel] Add Intel I210 Gigabit Ethernet PCI IDJens Rottmann2013-02-201-0/+1
* [build] Include self-tests within "make everything"Michael Brown2013-01-311-1/+2
* [tls] Concatenate received non-data records before processingMichael Brown2013-01-313-12/+53
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-0331-66/+66
* [efi] Include product short name in EFI SNP device namesMichael Brown2012-11-211-3/+5
* [efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if presentMichael Brown2012-11-211-5/+22
* [bzimage] Allow initrds to be rearranged in placeMichael Brown2012-11-121-73/+140
* [initrd] Add ability to reshuffle initrds into image list orderMichael Brown2012-11-123-0/+330
* [libc] Relicense x86 string.hMichael Brown2012-11-121-19/+24
* [libc] Fix and externalise memswap()Michael Brown2012-11-122-15/+30
* [libc] Reduce overall code size by externalising strlen()Michael Brown2012-11-122-12/+20
* [libc] Reduce overall code size by externalising strncmp()Michael Brown2012-11-122-21/+40
* [libc] Remove unnecessary "cld" instruction from memset()Michael Brown2012-11-121-11/+18
* [libc] Convert memcpy() from a macro to an inline functionMichael Brown2012-11-122-4/+25
* [libc] Reduce overall code size by externalising memmove()Michael Brown2012-11-122-24/+74
* [libc] Remove obsolete implementation of memcpy()Michael Brown2012-11-121-12/+0
* [test] Add self-tests for string functionsMichael Brown2012-11-122-0/+134
* [umalloc] Split largest_memblock() function out from init_eheap()Michael Brown2012-11-063-49/+106
* [uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown2012-11-054-0/+39
* [list] Reduce overall code size by externalising many list functionsMichael Brown2012-11-022-122/+215
* [build] Make version.o depend on the git indexThomas Miletich2012-11-021-0/+4
* [build] Include version number within only a single object fileMichael Brown2012-11-0211-21/+87
* [build] Inhibit .eh_frame on newer gcc versionsMichael Brown2012-11-021-2/+5
* [build] Use -maccumulate-outgoing-args if required by gccMichael Brown2012-11-021-0/+12
* [forcedeth] Increase TX ring size to prevent dropped packetsMichael Brown2012-10-291-1/+1
* [intel] Poll RX queue if hardware reports RX overflowMichael Brown2012-10-281-1/+1
* [hermon] Use PCI VPD for non-volatile option storageMichael Brown2012-10-252-2/+40
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-245-20/+32
* [netdevice] Clear network device setting before unregisteringMichael Brown2012-10-241-0/+2
* [settings] Prefill existing setting value in "read" commandMichael Brown2012-10-241-8/+22
* [readline] Allow a prefilled input string to be providedMichael Brown2012-10-243-3/+11
* [settings] Add fetchf_named_setting_copy()Michael Brown2012-10-242-0/+40
* [netdevice] Do not force a poll on net_tx()Michael Brown2012-10-241-7/+0
* [intel] Report receive overruns via network device errorsMichael Brown2012-10-242-1/+6
* [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown2012-10-232-0/+75
* [autoboot] Avoid excess backspacing after displaying Ctrl-B promptMichael Brown2012-10-231-1/+3
* [efi] Add missing RC_TO_EFIRC() conversionMichael Brown2012-10-221-1/+1
* [util] Fix uninitialised-variable warning in einfo.cMichael Brown2012-10-221-2/+3
* [test] Remove self-test for empty formatted setting valueMichael Brown2012-10-201-2/+0
* [arp] Increase robustness of ARP discarderMichael Brown2012-10-191-7/+10