summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [zbin] Remove now-unused unnrv2b.S decompressorMichael Brown2015-02-262-193/+0Star
* [vbox] Enable some more features now that we have LZMA compressionRobin Smidsrød2015-02-261-8/+0Star
* [zbin] Fix check for existence of most recent output byteMichael Brown2015-02-261-3/+1Star
* [zbin] Allow decompressor to generate debug output via BIOS consoleMichael Brown2015-02-261-19/+50
* [prefix] Call decompressor in flat real mode when DEBUG=libprefix is enabledMichael Brown2015-02-261-0/+16
* [zbin] Perform extra normalisation after completing decompressionMichael Brown2015-02-261-0/+1
* [dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson2015-02-253-23/+106
* [zbin] Use LZMA compressionMichael Brown2015-02-254-17/+1004
* [prefix] Use .bss16 as temporary stack space for calls to install_blockMichael Brown2015-02-242-11/+46
* [hyperv] Check for required featuresMichael Brown2015-02-202-0/+41
* [libc] Rewrite strtoul()Michael Brown2015-02-197-151/+199
* [ipv4] Rewrite inet_aton()Michael Brown2015-02-193-28/+39
* [legal] Add missing copyright header to net/ipv4.cMichael Brown2015-02-181-0/+20
* [test] Add IPv4 self-testsMichael Brown2015-02-182-0/+148
* [xhci] Abort commands on timeoutMichael Brown2015-02-182-15/+82
* [xhci] Leak memory if controller fails to disable slotMichael Brown2015-02-181-3/+18
* [timer] Rewrite the 8254 Programmable Interval Timer supportMichael Brown2015-02-176-107/+153
* [ncm] Use generic USB network device frameworkMichael Brown2015-02-172-235/+58Star
* [ecm] Use generic USB network device frameworkMichael Brown2015-02-172-211/+35Star
* [usb] Add generic USB network device frameworkMichael Brown2015-02-173-0/+343
* [libc] Reduce size of memset()Michael Brown2015-02-171-1/+127
* [test] Add constant-length memset() self-testsMichael Brown2015-02-172-0/+154
* [test] Add self-tests for more string functionsMichael Brown2015-02-171-0/+88
* [libc] Rewrite string functionsMichael Brown2015-02-176-403/+371Star
* [libc] Remove unused string functionsMichael Brown2015-02-162-194/+0Star
* [ncm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2015-02-162-252/+92Star
* [ecm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2015-02-132-133/+40Star
* [usb] Use generic refill framework for USB hub interrupt endpointsMichael Brown2015-02-132-51/+7Star
* [usb] Provide generic framework for refilling receive endpointsMichael Brown2015-02-132-0/+168
* [build] Apply the "-fno-PIE -nopie" workaround only to i386 buildsMichael Brown2015-02-122-11/+11
* [efi] Disallow R_X86_64_32 relocationsMichael Brown2015-02-121-2/+1Star
* [build] Sort objects in blib.aOlaf Hering2015-02-121-1/+1
* [usb] Handle port status changes received after failing to find a driverMichael Brown2015-02-122-6/+20
* [rndis] Add rndis_rx_err()Michael Brown2015-02-112-0/+17
* [build] Allow product tag line to be customised via config/branding.hMichael Brown2015-02-112-1/+10
* [build] Allow setting help text URI to be customised via config/branding.hMichael Brown2015-02-113-3/+46
* [build] Allow command help text URI to be customised via config/branding.hMichael Brown2015-02-112-1/+46
* [build] Allow error message URI to be customised via config/branding.hMichael Brown2015-02-112-2/+48
* [build] Allow product URI to be customised via config/branding.hMichael Brown2015-02-113-3/+5
* [build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2015-02-114-6/+11
* [build] Move branding information to config/branding.hMichael Brown2015-02-115-18/+36
* [xhci] Delay after (possibly) forcing port link state to RxDetectMichael Brown2015-02-112-0/+8
* [ecm] Add support for CDC-ECM USB Ethernet devicesMichael Brown2015-02-102-1/+750
* [usb] Allow usb_stream() to enforce a terminating short packetMichael Brown2015-02-105-14/+28
* [usb] Parse endpoint descriptor bInterval fieldMichael Brown2015-02-104-5/+46
* [usb] Handle CDC union functional descriptorsMichael Brown2015-02-093-3/+100
* [usb] Try multiple USB device configurationsMichael Brown2015-02-092-72/+137
* [ncm] Reserve headroom in received packetsMichael Brown2015-02-061-1/+11
* [pxe] Maintain a queue for received PXE UDP packetsMichael Brown2015-02-061-38/+85
* [pxe] Use tftp_uri() to construct PXE TFTP URIsMichael Brown2015-02-061-12/+15