summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libc] Add isprint()Michael Brown2014-01-062-3/+3
* [build] Build ROMs used by qemu and VMware as part of "make all"Michael Brown2013-12-261-1/+5
* [ipv6] Fix compilation under FreeBSDMichael Brown2013-12-211-1/+1
* [build] Remove obsolete check for GNU as version 2.9.1Michael Brown2013-12-211-7/+0Star
* [vesafb] Set "magic" colour to transparent when a background picture is usedMichael Brown2013-12-091-0/+6
* [console] Add concept of a "magic" colourMichael Brown2013-12-092-4/+45
* [cmdline] Add the "colour" and "cpair" commandsMichael Brown2013-12-091-0/+125
* [mucurses] Use centralised concept of colour pairsMichael Brown2013-12-095-43/+14Star
* [console] Add centralised concept of colours and colour pairsMichael Brown2013-12-095-0/+361
* [fbcon] Always draw cursor using current foreground and background coloursMichael Brown2013-12-091-5/+3Star
* [lkrnprefix] Include iPXE version string in image headerMichael Brown2013-12-062-1/+8
* [fbcon] Update the console width and height after changing modeMichael Brown2013-12-061-0/+4
* [console] Allow consoles to update the recorded console sizeMichael Brown2013-12-064-8/+33
* [build] Fix LABEL name for .liso imagesChristian Hesse2013-12-061-1/+1
* [menu] Adapt user interface to fit display sizeMichael Brown2013-12-061-8/+8
* [login] Adapt user interface to fit display sizeMichael Brown2013-12-061-7/+7
* [settings] Adapt user interface to fit display sizeMichael Brown2013-12-061-29/+44
* [vesafb] Work around data corruption bug in bochs/qemu VBE implementationMichael Brown2013-12-061-1/+1
* [ipv6] Expose NDP-provided settings (including the DNS server)Michael Brown2013-12-052-9/+234
* [dhcpv6] Add DHCPv6 "filename" settingMichael Brown2013-12-052-0/+16
* [settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown2013-12-054-25/+23Star
* [settings] Allow for multiple definitions of each predefined settingMichael Brown2013-12-053-6/+44
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-0519-125/+158
* [dhcpv6] Use DUID-UUID form of client DUIDMichael Brown2013-12-052-28/+28
* [linux] Provide access to SMBIOS via /dev/memMichael Brown2013-12-054-49/+149
* [ipv6] Add support for resolving IPv6 addresses via the "nslookup" commandMichael Brown2013-12-051-0/+7