aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown37-43/+182
2015-03-05[build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown11-77/+21
2015-03-04[build] Remove obsolete and unused portions of config.cMichael Brown4-55/+0
2015-03-03[pxe] Remove obsolete references to pxeparent_dhcpMichael Brown2-6/+0
2015-03-03[build] Remove unused __keepme macroMichael Brown1-8/+0
2015-03-03[build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macrosMichael Brown1-48/+0
2015-03-03[malloc] Rewrite unrelicensable portions of malloc.cMichael Brown2-24/+43
2015-03-03[malloc] Move valgrind headers out of arch/x86Michael Brown2-0/+0
2015-03-03[settings] Use generic jump scrolling abstractionMichael Brown1-196/+155
2015-03-03[menu] Abstract out the generic concept of a jump scrollerMichael Brown3-65/+221
2015-03-03[settings] Rewrite unrelicensable portions of settings.cMichael Brown1-6/+13
2015-03-03[settings] Use list_first_entry() when unregistering child settingsMichael Brown1-2/+2
2015-03-03[pci] Rewrite unrelicensable portions of pci.hMichael Brown11-321/+124
2015-03-02[pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown5-289/+57
2015-03-02[iscsi] Rewrite unrelicensable portions of iscsi.cMichael Brown1-36/+28
2015-03-02[list] Relicense list.hMichael Brown1-1/+1
2015-03-02[elf] Rewrite ELF headerMichael Brown1-215/+62
2015-03-02[libc] Rewrite byte-swapping codeMichael Brown9-158/+160
2015-03-02[libc] Rewrite setjmp() and longjmp()Michael Brown2-49/+81
2015-03-02[libc] Rewrite unrelicensable portions of ctype.hMichael Brown2-20/+105
2015-03-02[libc] Rewrite unrelicensable portions of stddef.hMichael Brown1-11/+29
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown106-114/+302
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown26-26/+94
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown15-15/+15
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown627-627/+1871
2015-03-02[legal] Add UBDL relicensing toolMichael Brown1-0/+169
2015-03-02[legal] Add support for the Unmodified Binary Distribution LicenceMichael Brown2-0/+24
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[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