summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [console] Fix display of characters with top bit setMichael Brown2014-03-132-2/+2
* [efi] Connect driver to devices as part of installationMichael Brown2014-03-121-20/+69
* [efi] Allow driver to be unloadedMichael Brown2014-03-105-4/+159
* [efi] Allow for 64-bit EFI_STATUS codesMichael Brown2014-03-101-10/+15
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-108-21/+44
* [monojob] Reset timeout when progress is madeMichael Brown2014-03-101-11/+18
* [realtek] Dump all MII register contents when link status changesMichael Brown2014-03-101-0/+1
* [mii] Add mii_dump() to dump all MII registersMichael Brown2014-03-101-0/+31
* [http] Automatically retry request on a 503 Service UnavailableMichael Brown2014-03-071-1/+45
* [http] Use a retry timer to trigger retried requestsMichael Brown2014-03-071-15/+44
* [linux] Avoid starting currticks() from zero every timeMichael Brown2014-03-071-1/+7
* [tcp] Update window even if ACK does not acknowledge new dataMichael Brown2014-03-071-2/+4
* [netdevice] Mark devices as open before calling open() methodMichael Brown2014-03-051-4/+8
* [romprefix] Do not clobber stack segment when returning to BIOSMichael Brown2014-03-051-2/+2
* [realtek] Include link status register details in debug messagesMichael Brown2014-03-042-2/+39
* [bzimage] Report exact initrd length via bzImage headerMichael Brown2014-03-041-14/+28
* [tcp] Calculate correct MSS from peer addressMichael Brown2014-03-042-11/+14
* [tcpip] Provide tcpip_mtu() to determine the maximum transmission unitMichael Brown2014-03-044-0/+34
* [tcpip] Provide tcpip_netdev() to determine the transmitting network deviceMichael Brown2014-03-044-10/+94
* [prefix] Ignore PCI autoboot device location if set to 00:00.0Michael Brown2014-03-031-2/+4
* [romprefix] Store boot bus:dev.fn address as autoboot device locationAlex Williamson2014-03-031-1/+11
* [prefix] Allow prefix to specify a PCI autoboot device locationAlex Williamson2014-03-031-0/+44
* [autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson2014-03-032-18/+29
* [romprefix] Allow ROM banner timeout to be configured independentlyAlex Williamson2014-03-032-11/+18
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-035-0/+150
* [tcpip] Add IP statistics collection as per RFC 4293Michael Brown2014-03-027-22/+296
* [image] Ensure every image has a fully resolved URIMichael Brown2014-02-273-26/+25Star
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-2712-437/+1312
* [params] Use reference counters for form parameter listsMichael Brown2014-02-274-49/+76
* [settings] Remove "uristring" setting typeMichael Brown2014-02-272-62/+5Star
* [dhcp] Copy exactly the required length when resizing DHCP optionsMichael Brown2014-02-261-3/+1Star
* [dns] Update end-of-name pointer after processing CNAME recordMichael Brown2014-02-261-2/+12
* [dns] Support DNS search listsMichael Brown2014-02-059-326/+1450
* [intel] Add some missing PCI IDsMichael Brown2014-01-291-0/+2
* [cmdline] Always clear screen after reconfiguring consoleMichael Brown2014-01-221-0/+5
* [fbcon] Allow ANSI CUP with missing argumentsMichael Brown2014-01-221-2/+2
* [cmdline] Add margin options to the "console" commandMichael Brown2014-01-221-0/+8
* [cmdline] Rename "console" command's --bpp option to --depthMichael Brown2014-01-223-4/+4
* [vesafb] Allow for an arbitrary margin around the text areaMichael Brown2014-01-221-11/+31
* [fbcon] Allow for an arbitrary margin around the text areaMichael Brown2014-01-224-14/+40
* [fbcon] Centre background picture on consoleMichael Brown2014-01-222-251/+116Star
* [vesafb] Handle failures from fbcon_init()Michael Brown2014-01-221-9/+27
* [png] Add support for PNG imagesMichael Brown2014-01-127-0/+3185
* [test] Generalise pnm_ok() to pixbuf_ok()Michael Brown2014-01-123-88/+157
* [test] Rewrite pnm_ok() using okx()Michael Brown2014-01-121-29/+36
* [uaccess] Add memcmp_user()Michael Brown2014-01-124-0/+50
* [libc] Add abs()Michael Brown2014-01-121-0/+4
* [deflate] Fix literal data length calculationMichael Brown2014-01-122-1/+8
* [deflate] Add support for DEFLATE decompressionMichael Brown2014-01-065-0/+1569
* [test] Add okx() macro taking an explicit file name and line numberMichael Brown2014-01-061-3/+6