summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [syslog] Add support for IPv6 syslog serverMichael Brown2013-12-053-17/+42
* [socket] Ensure socket address structure sizes are fixedMichael Brown2013-12-054-5/+5
* [dns] Add support for resolving IPv6 addresses via AAAA recordsMichael Brown2013-12-054-36/+112
* [settings] Add fetch_ipv6_setting()Michael Brown2013-12-052-0/+45
* [settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown2013-12-057-51/+132
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-0537-563/+610
* [fbcon] Add support for displaying a cursorMichael Brown2013-12-022-25/+97
* [menu] Hide cursor when displaying menuMichael Brown2013-12-021-0/+1
* [settings] Hide cursor when not actively editing a settingMichael Brown2013-12-021-0/+2
* [mucurses] Implement curs_set() to control cursor visibilityMichael Brown2013-12-024-0/+24
* [console] Allow '?' as an intermediate byte in ANSI escape sequencesMichael Brown2013-12-022-1/+8
* [build] Fix building on OpenBSD 5.4Michael Brown2013-12-021-0/+5
* [vesafb] Select an optimal mode, rather than the first acceptable modeMichael Brown2013-11-281-49/+91
* [vesafb] Return meaningful error when no suitable mode is foundMichael Brown2013-11-281-44/+75
* [vesafb] Skip modes for which we cannot get mode informationMichael Brown2013-11-281-2/+1Star
* [vesafb] Include raw status value within VBE error messagesMichael Brown2013-11-281-5/+5
* [vesafb] Add VESA frame buffer consoleMichael Brown2013-11-285-0/+635
* [fbcon] Add generic concept of a frame buffer consoleMichael Brown2013-11-284-1/+894
* [cmdline] Add "console" command to configure consoleMichael Brown2013-11-283-0/+129
* [console] Add concept of generic console configurationMichael Brown2013-11-285-0/+61
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-288-65/+64Star
* [mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screenMichael Brown2013-11-283-16/+40
* [pnm] Add support for PNM imagesMichael Brown2013-11-277-0/+803
* [image] Add image_pixbuf() to create pixel buffer from imageMichael Brown2013-11-272-3/+40
* [image] Allow for non-executable image formatsMichael Brown2013-11-271-0/+2
* [pixbuf] Add generic concept of a pixel bufferMichael Brown2013-11-272-0/+130
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-276-14/+36
* [main] Defer "initialising devices" message until initialising devicesMichael Brown2013-11-271-1/+3
* [test] Include failing code within failed test result outputMichael Brown2013-11-272-6/+9
* [dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addressesMichael Brown2013-11-151-6/+24
* [ipv6] Separate the concepts of prefix and address creationMichael Brown2013-11-154-124/+201
* [build] Update build system for Syslinux 6.xChristian Hesse2013-11-152-1/+12
* [dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown2013-11-144-5/+1207
* [ipv6] Add "ipv6" setting typeMichael Brown2013-11-143-0/+70
* [ipv6] Use given source address only if it is not the unspecified addressMichael Brown2013-11-142-1/+7
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-143-8/+9
* [base16] Fix comparison of signed and unsigned integersMichael Brown2013-11-141-1/+1
* [pxe] Ensure cached DHCPACK is retrieved prior to network device creationMichael Brown2013-11-081-7/+12
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-0722-75/+93
* [ipv6] Add IPv6 network device configuratorMichael Brown2013-11-072-28/+217