summaryrefslogtreecommitdiffstats
path: root/src/core/getkey.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Work around broken UEFI keyboard driversMichael Brown2016-05-261-2/+7
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [console] Sleep while waiting for user inputMichael Brown2012-07-241-0/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-071-5/+6
* [console] Avoid timer wraparound problems in getchar_timeout()Michael Brown2011-03-071-2/+2
* [hci] Continue processing while prompting for shell bannerMichael Brown2010-07-141-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-251-6/+8
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* Keep running the main processing loop while waiting for input.Michael Brown2006-12-271-0/+2
* Some key sequences seem to end with a tildeMichael Brown2006-12-201-1/+1
* Added code to interpret ANSI keypress sequences into KEY_XXX constants.Michael Brown2006-12-201-0/+77