summaryrefslogtreecommitdiff
path: root/com32/lib/sys/rawcon_read.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly initialize on open instead of initializing via __constructor;H. Peter Anvin2006-08-311-0/+1
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+4
* Move idle function into libcom32; libutil function is now just a wrapper.hpa2005-01-201-2/+2
* Actually get things working with nonblocking raw console read;hpa2004-12-201-16/+4
* Make the raw input console non-blocking with a timeout, allows handlinghpa2004-12-201-11/+26
* Split input and output sides of the device modelhpa2004-11-231-0/+9
* Separate rawcon and stdcon; actually make input workhpa2004-11-171-0/+68