summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface
Commit message (Expand)AuthorAgeFilesLines
...
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-1/+1
* [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-281-0/+420
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-281-1/+1
* [netdevice] Make all net_driver methods optionalMichael Brown2013-11-011-10/+0Star
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-70/+0Star
* [build] Work around bug in gcc >= 4.8Michael Brown2013-09-251-3/+5
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-1/+1
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-4/+3Star
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+108
* [build] Work around bug in gcc >= 4.8Michael Brown2013-06-071-3/+5
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-1/+1
* [pxe] Convert external PXE API errors into iPXE platform-generated errorsMichael Brown2013-04-292-13/+19
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-221-1/+8
* [efi] Add "reboot" command for EFIMichael Brown2013-03-221-0/+41
* [smbios] Provide SMBIOS version number via smbios_version()Michael Brown2013-03-201-0/+2
* [int13] Split out ISO9660 and El Torito definitions to separate header filesMichael Brown2013-03-201-0/+2
* [tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown2013-03-061-7/+20
* [umalloc] Split largest_memblock() function out from init_eheap()Michael Brown2012-11-061-49/+8Star
* [build] Include version number within only a single object fileMichael Brown2012-11-021-1/+6
* [int13] Use correct size when estimating floppy disk geometryMichael Brown2012-09-141-1/+1
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-1/+2
* [vmware] Fix compilation under OpenBSDThomas Miletich2012-07-231-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2025-25/+50
* [pxe] Add PXENV_FILE_CMDLINE API callMichael Brown2012-07-111-0/+38
* [vmware] Allow settings to be specified in the VMware .vmx fileMichael Brown2012-04-171-0/+281
* [int13] Fix compilation on some versions of gccMichael Brown2012-04-101-4/+3Star
* [int13] Add support for emulating floppy disk drivesMichael Brown2012-03-301-56/+244
* [umalloc] Unhide umalloc()ed memory region when there are no allocationsMichael Brown2012-03-271-1/+2
* [umalloc] Fail allocations when we run out of external memoryMichael Brown2012-03-271-7/+22
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-261-0/+8
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-261-1/+1
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-261-0/+8
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-5/+12
* [build] Fix compilation under CygwinMichael Brown2012-03-231-1/+1
* [time] Add RTC-based time sourceMichael Brown2012-03-192-39/+138
* [rng] Allow entropy_enable() to return an errorMichael Brown2012-03-181-1/+4
* [vmware] Fix length returned by guestrpc_command()Michael Brown2012-03-011-0/+1
* [vmware] Add VMware logfile console (CONSOLE_VMWARE)Michael Brown2012-02-291-0/+117
* [vmware] Add GuestRPC mechanismMichael Brown2012-02-292-0/+383
* [rng] Add RTC-based entropy sourceMichael Brown2012-02-281-0/+233
* [pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 buildsMichael Brown2011-12-112-47/+83
* [pxe] Modularise PXE API provisionMichael Brown2011-12-116-348/+225Star
* [pxe] Tidy up debugging outputMichael Brown2011-12-081-13/+16
* [pxe] Check for a valid PXE network device when applicableMichael Brown2011-12-082-11/+213
* [pxe] Improve pxe_preboot debugging messagesMichael Brown2011-11-141-23/+48
* [pxe] Improve pxe_undi debugging messagesMichael Brown2011-11-141-76/+84