summaryrefslogtreecommitdiffstats
path: root/src/hci/readline.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [readline] Ensure cursor is visible when prompting for inputMichael Brown2014-08-061-0/+3
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-251-11/+19
* [readline] Allow a prefilled input string to be providedMichael Brown2012-10-251-2/+9
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [readline] Add history supportMichael Brown2011-03-301-9/+215
* [readline] Add init_editstring() wrapper functionMichael Brown2011-03-301-2/+1Star
* [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-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* __nonnull changesHolger Lubitz2007-08-201-0/+2
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-0/+1
* Avoid creating implicit memcpy()sMichael Brown2007-01-051-5/+5
* Use getkey() and symbolic key names.Michael Brown2006-12-201-4/+5
* Use stdlib.h for malloc() instead of malloc.h.Michael Brown2006-12-201-1/+1
* Explicitly print out-of-memory message to avoid tricking the user intoMichael Brown2006-12-201-7/+7
* Functioning readline()Michael Brown2006-12-201-2/+47
* Skeletal (non-echoing) version of readline()Michael Brown2006-12-191-0/+68