aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Add UBDL relicensing toolMichael Brown1-0/+169
2015-03-02[legal] Add support for the Unmodified Binary Distribution LicenceMichael Brown3-0/+83
2015-03-02[mucurses] Add missing FILE_LICENCE declarationsMichael Brown6-0/+12
2015-02-26[legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown17-35/+205
2015-02-26[legal] Update GPLv2 licence textMichael Brown3-348/+348
2015-02-26[zbin] Remove now-unused unnrv2b.S decompressorMichael Brown2-193/+0
2015-02-26[vbox] Enable some more features now that we have LZMA compressionRobin Smidsrød1-8/+0
2015-02-26[zbin] Fix check for existence of most recent output byteMichael Brown1-3/+1
2015-02-26[zbin] Allow decompressor to generate debug output via BIOS consoleMichael Brown1-19/+50
2015-02-26[prefix] Call decompressor in flat real mode when DEBUG=libprefix is enabledMichael Brown1-0/+16
2015-02-26[zbin] Perform extra normalisation after completing decompressionMichael Brown1-0/+1
2015-02-25[dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson3-23/+106
2015-02-25[zbin] Use LZMA compressionMichael Brown4-17/+1004
2015-02-24[prefix] Use .bss16 as temporary stack space for calls to install_blockMichael Brown2-11/+46
2015-02-20[hyperv] Check for required featuresMichael Brown2-0/+41
2015-02-19[libc] Rewrite strtoul()Michael Brown7-151/+199
2015-02-19[ipv4] Rewrite inet_aton()Michael Brown3-28/+39
2015-02-18[legal] Add missing copyright header to net/ipv4.cMichael Brown1-0/+20
2015-02-18[test] Add IPv4 self-testsMichael Brown2-0/+148
2015-02-18[xhci] Abort commands on timeoutMichael Brown2-15/+82
2015-02-18[xhci] Leak memory if controller fails to disable slotMichael Brown1-3/+18
2015-02-17[timer] Rewrite the 8254 Programmable Interval Timer supportMichael Brown6-107/+153
2015-02-17[ncm] Use generic USB network device frameworkMichael Brown2-235/+58
2015-02-17[ecm] Use generic USB network device frameworkMichael Brown2-211/+35
2015-02-17[usb] Add generic USB network device frameworkMichael Brown3-0/+343
2015-02-17[libc] Reduce size of memset()Michael Brown1-1/+127
2015-02-17[test] Add constant-length memset() self-testsMichael Brown2-0/+154
2015-02-16[test] Add self-tests for more string functionsMichael Brown1-0/+88
2015-02-16[libc] Rewrite string functionsMichael Brown6-403/+371
2015-02-16[libc] Remove unused string functionsMichael Brown2-194/+0
2015-02-15[ncm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2-252/+92
2015-02-13[ecm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2-133/+40
2015-02-13[usb] Use generic refill framework for USB hub interrupt endpointsMichael Brown2-51/+7
2015-02-13[usb] Provide generic framework for refilling receive endpointsMichael Brown2-0/+168
2015-02-12[build] Apply the "-fno-PIE -nopie" workaround only to i386 buildsMichael Brown2-11/+11
2015-02-12[efi] Disallow R_X86_64_32 relocationsMichael Brown1-2/+1
2015-02-12[build] Sort objects in blib.aOlaf Hering1-1/+1
2015-02-12[usb] Handle port status changes received after failing to find a driverMichael Brown2-6/+20
2015-02-11[rndis] Add rndis_rx_err()Michael Brown2-0/+17
2015-02-11[build] Allow product tag line to be customised via config/branding.hMichael Brown2-1/+10
2015-02-11[build] Allow setting help text URI to be customised via config/branding.hMichael Brown3-3/+46
2015-02-11[build] Allow command help text URI to be customised via config/branding.hMichael Brown2-1/+46
2015-02-11[build] Allow error message URI to be customised via config/branding.hMichael Brown2-2/+48
2015-02-11[build] Allow product URI to be customised via config/branding.hMichael Brown3-3/+5
2015-02-11[build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown4-6/+11
2015-02-11[build] Move branding information to config/branding.hMichael Brown5-18/+36
2015-02-11[xhci] Delay after (possibly) forcing port link state to RxDetectMichael Brown2-0/+8
2015-02-10[ecm] Add support for CDC-ECM USB Ethernet devicesMichael Brown2-1/+750
2015-02-10[usb] Allow usb_stream() to enforce a terminating short packetMichael Brown5-14/+28
2015-02-10[usb] Parse endpoint descriptor bInterval fieldMichael Brown4-5/+46