| Commit message (Expand) | Author | Age | Files | Lines |
| * | [bios] Add ANSI blink attribute | Christian Nilsson | 2015-07-22 | 1 | -0/+6 |
| * | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 3 | -3/+15 |
| * | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+5 |
| * | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 3 | -3/+15 |
| * | [bios] Support displaying and hiding cursor | Michael Brown | 2014-08-06 | 1 | -0/+43 |
| * | [bios] Fix screen clearing on even more buggy BIOSes | Michael Brown | 2014-03-21 | 1 | -1/+3 |
| * | [console] Pass escape sequence context to ANSI escape sequence handlers | Michael Brown | 2013-11-27 | 1 | -3/+9 |
| * | [build] Work around bug in gcc >= 4.8 | Michael Brown | 2013-09-25 | 1 | -4/+5 |
| * | [bios] Fix screen clearing on buggy BIOSes | Michael Brown | 2013-04-17 | 1 | -1/+1 |
| * | [pcbios] Inhibit all calls to INT 15,e820 and INT 15,e801 during POST | Michael Brown | 2013-03-11 | 1 | -0/+16 |
| * | [pcbios] Add extra debugging messages when unhiding iPXE from memory | Michael Brown | 2013-03-08 | 1 | -5/+15 |
| * | [legal] Update FSF mailing address in GPL licence texts | Michael Brown | 2012-07-20 | 7 | -7/+14 |
| * | [bios] Recognise Page Up and Page Down keys | Michael Brown | 2012-03-29 | 1 | -0/+2 |
| * | [console] Remove "log message" usage from interactive console defaults | Michael Brown | 2012-03-27 | 1 | -1/+1 |
| * | [console] Allow usage to be defined independently for each console | Michael Brown | 2012-03-26 | 1 | -0/+8 |
| * | [bios] Set character attributes only when necessary | Michael Brown | 2012-03-22 | 1 | -0/+8 |
| * | [console] Add facility for rudimentary keyboard mapping | Michael Brown | 2011-03-16 | 1 | -2/+19 |
| * | [bios] Use INT 16,11 instead of INT 16,01 to check for keystrokes | Michael Brown | 2011-03-10 | 1 | -1/+1 |
| * | [console] Move include/console.h to include/ipxe/console.h | Michael Brown | 2011-03-09 | 1 | -1/+1 |
| * | [bios] Recognise scancodes for F5-F12 inclusive | Michael Brown | 2011-03-07 | 1 | -25/+24 |
| * | [pcbios] Merge adjacent memory regions of same type | Eduardo Habkost | 2011-02-17 | 1 | -2/+10 |
| * | [ioapi] Move get_memmap() to the I/O API group | Piotr JaroszyĆski | 2010-08-16 | 2 | -3/+5 |
| * | [comboot] Propagate carry flag from COMBOOT API | Stefan Hajnoczi | 2010-05-25 | 1 | -12/+0 |
| * | [pcbios] Always show INT 15,88 result under DEBUG=memmap | Michael Brown | 2010-04-25 | 1 | -5/+5 |
| * | [librm] Use libflat to enable A20 line on each real-to-protected transition | Michael Brown | 2010-04-20 | 1 | -176/+0 |
| * | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-20 | 5 | -11/+11 |
| * | [e820mangler] Add missing CLC ins. for success path | Shao Miller | 2009-11-21 | 1 | -0/+1 |
| * | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 8 | -1/+17 |
| * | [pcbios] Don't use "lret $2" to return from an interrupt | H. Peter Anvin | 2009-04-15 | 2 | -11/+21 |
| * | [i386] Add explicit flags and type on all .section declarations | Michael Brown | 2009-02-15 | 1 | -21/+18 |
| * | [bios] Add F8 function key as a recognised BIOS keycode | Michael Brown | 2009-01-25 | 1 | -1/+3 |
| * | [pcbios] Add additional sanity check for bogus e820 map | Marty Connor | 2008-12-18 | 1 | -0/+7 |
| * | [efi] Use EFI-native mechanism for accessing SMBIOS table | Michael Brown | 2008-12-05 | 2 | -491/+0 |
| * | [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long | Michael Brown | 2008-11-19 | 1 | -1/+1 |
| * | [build] Keep gcc 4.4 happy | Michael Brown | 2008-11-18 | 1 | -6/+8 |
| * | [settings] Add the notion of a "tag magic" to numbered settings | Michael Brown | 2008-10-30 | 1 | -4/+19 |
| * | [pcbios] Guard against register corruption in INT 15,e820 implementations | Michael Brown | 2008-10-23 | 2 | -3/+11 |
| * | [uaccess] Formalise the uaccess API | Michael Brown | 2008-10-13 | 1 | -0/+1 |
| * | [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h> | Michael Brown | 2008-10-12 | 1 | -6/+6 |
| * | [i386] Simplify linker script and standardise linker-defined symbol names | Michael Brown | 2008-10-10 | 2 | -18/+18 |
| * | [pcbios] Allow for larger-than-20-byte buffers in e820mangler.S | Michael Brown | 2008-09-29 | 1 | -14/+45 |
| * | [pcbios] Print INT 15,E820 extended attributes, if present | Michael Brown | 2008-09-29 | 1 | -3/+43 |
| * | [pcbios] Save/restore %es in INT 15,e820 | Michael Brown | 2008-09-29 | 1 | -0/+2 |
| * | [pcbios] Fetch INT 15,e820 entry directly into our e820 cache | Michael Brown | 2008-09-25 | 1 | -19/+9 |
| * | [pcbios] Add facility for testing arbitrary E820 memory maps | Michael Brown | 2008-09-25 | 2 | -0/+105 |
| * | [pcbios] Inhibit INT 15 memory map hiding on brain-dead BIOSes | Michael Brown | 2008-09-24 | 1 | -0/+27 |
| * | [pcbios] Sanity-check the INT15,e820 and INT15,e801 memory maps | Michael Brown | 2008-09-24 | 1 | -0/+33 |
| * | [memmap] Allow for 4GB+ systems in debug message | Michael Brown | 2008-09-23 | 1 | -3/+3 |
| * | [pcbios] Add extra debugging messages relating to the system memory map | Michael Brown | 2008-09-07 | 2 | -4/+17 |
| * | [smbios] Print SMBIOS version number in debugging messages | Michael Brown | 2008-08-19 | 1 | -2/+2 |