summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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-131-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/+0Star
* [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-255-20/+32
* [netdevice] Clear network device setting before unregisteringMichael Brown2012-10-251-0/+2
* [settings] Prefill existing setting value in "read" commandMichael Brown2012-10-251-8/+22
* [readline] Allow a prefilled input string to be providedMichael Brown2012-10-253-3/+11
* [settings] Add fetchf_named_setting_copy()Michael Brown2012-10-252-0/+40
* [netdevice] Do not force a poll on net_tx()Michael Brown2012-10-241-7/+0Star
* [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/+0Star
* [arp] Increase robustness of ARP discarderMichael Brown2012-10-201-7/+10
* [efi] Expose net device non-volatile settings via HIIMichael Brown2012-10-163-339/+1143
* [efi] Split SNP HII functionality into a separate fileMichael Brown2012-10-164-418/+508
* [nvo] Expose nvo_applies()Michael Brown2012-10-152-2/+3
* [nvo] Expose non-volatile options block nameMichael Brown2012-10-152-1/+5
* [settings] Treat an empty formatted value as meaning "delete setting"Michael Brown2012-10-151-2/+2
* [settings] Expose find_child_settings()Michael Brown2012-10-152-2/+4
* [libc] Add wcslen() functionMichael Brown2012-10-152-0/+45
* [serial] Don't enable serial console without serial supportShao Miller2012-10-053-4/+13
* [int13] Do not zero %edx when jumping to a boot sectorMichael Brown2012-10-051-1/+1
* [efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown2012-10-052-2/+8
* [contrib] Enable bochs debug port by defaultMichael Brown2012-10-051-1/+1
* [contrib] Allow more space for Bochs option ROMMichael Brown2012-10-051-1/+1
* [tls] Fix potential memory leakMichael Brown2012-09-281-0/+1