aboutsummaryrefslogtreecommitdiff
path: root/src/core/getkey.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-25[efi] Work around broken UEFI keyboard driversMichael Brown1-2/+7
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-24[console] Sleep while waiting for user inputMichael Brown1-0/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2011-03-07[console] Add a timeout parameter to getkey()Michael Brown1-5/+6
2011-03-07[console] Avoid timer wraparound problems in getchar_timeout()Michael Brown1-2/+2
2010-07-14[hci] Continue processing while prompting for shell bannerMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-01-25[console] Allow KEY_xxx constants to cover F8 function keyMichael Brown1-6/+8
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2006-12-27Keep running the main processing loop while waiting for input.Michael Brown1-0/+2
2006-12-20Some key sequences seem to end with a tildeMichael Brown1-1/+1
2006-12-20Added code to interpret ANSI keypress sequences into KEY_XXX constants.Michael Brown1-0/+77