summaryrefslogtreecommitdiff
path: root/com32/lib/sys
Commit message (Expand)AuthorAgeFilesLines
* Move idle function into libcom32; libutil function is now just a wrapper.hpa2005-01-203-3/+55
* ftell() operationsyslinux-3.06-pre1hpa2005-01-101-0/+18
* Allow libcom32 to detect a disabled video console, and act appropriately.syslinux-3.02hpa2005-01-051-2/+17
* Support shift in/shift out -> DEC VT symbols;hpa2004-12-271-2/+32
* Support cursor on/cursor off sequences, and use them in the menu systemhpa2004-12-221-9/+43
* Fix handling of attributes when clearing the screen.hpa2004-12-221-1/+1
* Fix argv parsinghpa2004-12-212-4/+8
* Actually get things working with nonblocking raw console read;hpa2004-12-202-20/+6
* Add support to deal with EAGAINhpa2004-12-201-1/+7
* Make the raw input console non-blocking with a timeout, allows handlinghpa2004-12-203-13/+73
* Update with fixed version from the dos directoryhpa2004-12-191-4/+8
* More regparmizationhpa2004-12-171-0/+8
* Add code to parse argc, argv; REGPARM-ize assembly codehpa2004-12-172-3/+100
* Ignore incoming LF, so that having Enter -> CR LF on input doesn't hurthpa2004-12-011-0/+3
* Add a few more options, including the very useful autocr control code.hpa2004-11-301-16/+45
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-303-239/+309
* A version of ansicon_write which compiles, and just make actually workhpa2004-11-301-18/+307
* Serial port and ANSI write supporthpa2004-11-242-0/+194
* Split input and output sides of the device modelhpa2004-11-2319-110/+264
* Separate rawcon and stdcon; actually make input workhpa2004-11-1710-21/+286
* Very basic operations now work; need to handle line-orientedhpa2004-11-1713-98/+578
* Very first cut at a klibc-derived C library for com32hpa2004-11-108-0/+468