aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-0511-77/+21
* [build] Remove obsolete and unused portions of config.cMichael Brown2015-03-044-55/+0
* [pxe] Remove obsolete references to pxeparent_dhcpMichael Brown2015-03-032-6/+0
* [build] Remove unused __keepme macroMichael Brown2015-03-031-8/+0
* [build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macrosMichael Brown2015-03-031-48/+0
* [malloc] Rewrite unrelicensable portions of malloc.cMichael Brown2015-03-032-24/+43
* [malloc] Move valgrind headers out of arch/x86Michael Brown2015-03-032-0/+0
* [settings] Use generic jump scrolling abstractionMichael Brown2015-03-031-196/+155
* [menu] Abstract out the generic concept of a jump scrollerMichael Brown2015-03-033-65/+221
* [settings] Rewrite unrelicensable portions of settings.cMichael Brown2015-03-031-6/+13
* [settings] Use list_first_entry() when unregistering child settingsMichael Brown2015-03-031-2/+2
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-0311-321/+124
* [pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown2015-03-025-289/+57
* [iscsi] Rewrite unrelicensable portions of iscsi.cMichael Brown2015-03-021-36/+28
* [list] Relicense list.hMichael Brown2015-03-021-1/+1
* [elf] Rewrite ELF headerMichael Brown2015-03-021-215/+62
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-029-158/+160
* [libc] Rewrite setjmp() and longjmp()Michael Brown2015-03-022-49/+81
* [libc] Rewrite unrelicensable portions of ctype.hMichael Brown2015-03-022-20/+105
* [libc] Rewrite unrelicensable portions of stddef.hMichael Brown2015-03-021-11/+29
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-02106-114/+302
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0226-26/+94
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0215-15/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-02627-627/+1871
* [legal] Add UBDL relicensing toolMichael Brown2015-03-021-0/+169
* [legal] Add support for the Unmodified Binary Distribution LicenceMichael Brown2015-03-022-0/+24
* [mucurses] Add missing FILE_LICENCE declarationsMichael Brown2015-03-026-0/+12
* [legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown2015-02-2617-35/+205
* [zbin] Remove now-unused unnrv2b.S decompressorMichael Brown2015-02-262-193/+0
* [vbox] Enable some more features now that we have LZMA compressionRobin Smidsrød2015-02-261-8/+0
* [zbin] Fix check for existence of most recent output byteMichael Brown2015-02-261-3/+1
* [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/+58
* [ecm] Use generic USB network device frameworkMichael Brown2015-02-172-211/+35
* [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