aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-26[dhcp] Copy exactly the required length when resizing DHCP optionsMichael Brown1-3/+1
2014-02-26[dns] Update end-of-name pointer after processing CNAME recordMichael Brown1-2/+12
2014-02-05[dns] Support DNS search listsMichael Brown9-326/+1450
2014-01-29[intel] Add some missing PCI IDsMichael Brown1-0/+2
2014-01-22[cmdline] Always clear screen after reconfiguring consoleMichael Brown1-0/+5
2014-01-22[fbcon] Allow ANSI CUP with missing argumentsMichael Brown1-2/+2
2014-01-22[cmdline] Add margin options to the "console" commandMichael Brown1-0/+8
2014-01-22[cmdline] Rename "console" command's --bpp option to --depthMichael Brown3-4/+4
2014-01-22[vesafb] Allow for an arbitrary margin around the text areaMichael Brown1-11/+31
2014-01-22[fbcon] Allow for an arbitrary margin around the text areaMichael Brown4-14/+40
2014-01-22[fbcon] Centre background picture on consoleMichael Brown2-251/+116
2014-01-22[vesafb] Handle failures from fbcon_init()Michael Brown1-9/+27
2014-01-12[png] Add support for PNG imagesMichael Brown7-0/+3185
2014-01-12[test] Generalise pnm_ok() to pixbuf_ok()Michael Brown3-88/+157
2014-01-12[test] Rewrite pnm_ok() using okx()Michael Brown1-29/+36
2014-01-12[uaccess] Add memcmp_user()Michael Brown4-0/+50
2014-01-12[libc] Add abs()Michael Brown1-0/+4
2014-01-12[deflate] Fix literal data length calculationMichael Brown2-1/+8
2014-01-06[deflate] Add support for DEFLATE decompressionMichael Brown5-0/+1569
2014-01-06[test] Add okx() macro taking an explicit file name and line numberMichael Brown1-3/+6
2014-01-06[libc] Add isprint()Michael Brown2-3/+3
2013-12-26[build] Build ROMs used by qemu and VMware as part of "make all"Michael Brown1-1/+5
2013-12-21[ipv6] Fix compilation under FreeBSDMichael Brown1-1/+1
2013-12-21[build] Remove obsolete check for GNU as version 2.9.1Michael Brown1-7/+0
2013-12-09[vesafb] Set "magic" colour to transparent when a background picture is usedMichael Brown1-0/+6
2013-12-09[console] Add concept of a "magic" colourMichael Brown2-4/+45
2013-12-09[cmdline] Add the "colour" and "cpair" commandsMichael Brown1-0/+125
2013-12-09[mucurses] Use centralised concept of colour pairsMichael Brown5-43/+14
2013-12-09[console] Add centralised concept of colours and colour pairsMichael Brown5-0/+361
2013-12-09[fbcon] Always draw cursor using current foreground and background coloursMichael Brown1-5/+3
2013-12-06[lkrnprefix] Include iPXE version string in image headerMichael Brown2-1/+8
2013-12-06[fbcon] Update the console width and height after changing modeMichael Brown1-0/+4
2013-12-06[console] Allow consoles to update the recorded console sizeMichael Brown4-8/+33
2013-12-06[build] Fix LABEL name for .liso imagesChristian Hesse1-1/+1
2013-12-06[menu] Adapt user interface to fit display sizeMichael Brown1-8/+8
2013-12-06[login] Adapt user interface to fit display sizeMichael Brown1-7/+7
2013-12-06[settings] Adapt user interface to fit display sizeMichael Brown1-29/+44
2013-12-06[vesafb] Work around data corruption bug in bochs/qemu VBE implementationMichael Brown1-1/+1
2013-12-05[ipv6] Expose NDP-provided settings (including the DNS server)Michael Brown2-9/+234
2013-12-05[dhcpv6] Add DHCPv6 "filename" settingMichael Brown2-0/+16
2013-12-05[settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown4-25/+23
2013-12-05[settings] Allow for multiple definitions of each predefined settingMichael Brown3-6/+44
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown19-125/+158
2013-12-05[dhcpv6] Use DUID-UUID form of client DUIDMichael Brown2-28/+28
2013-12-05[linux] Provide access to SMBIOS via /dev/memMichael Brown4-49/+149
2013-12-05[ipv6] Add support for resolving IPv6 addresses via the "nslookup" commandMichael Brown1-0/+7
2013-12-05[syslog] Add support for IPv6 syslog serverMichael Brown3-17/+42
2013-12-05[socket] Ensure socket address structure sizes are fixedMichael Brown4-5/+5
2013-12-05[dns] Add support for resolving IPv6 addresses via AAAA recordsMichael Brown4-36/+112
2013-12-05[settings] Add fetch_ipv6_setting()Michael Brown2-0/+45