summaryrefslogtreecommitdiff
path: root/com32/lib/sys/line_input.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle()H. Peter Anvin2007-03-201-1/+1
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-7/+6
* Move idle function into libcom32; libutil function is now just a wrapper.hpa2005-01-201-1/+4
* Actually get things working with nonblocking raw console read;hpa2004-12-201-4/+2
* Add support to deal with EAGAINhpa2004-12-201-1/+7
* Ignore incoming LF, so that having Enter -> CR LF on input doesn't hurthpa2004-12-011-0/+3
* Split input and output sides of the device modelhpa2004-11-231-4/+6
* Separate rawcon and stdcon; actually make input workhpa2004-11-171-0/+78