summaryrefslogtreecommitdiff
path: root/com32/lib/sys/serial_write.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/sys/serial_write.cH. Peter Anvin2009-05-291-20/+20
| | | | | | | | | Automatically reformat com32/lib/sys/serial_write.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* If no serial console is configured, don't bother calling into itH. Peter Anvin2007-05-311-0/+4
| | | | | If there is no serial console configured, we can simply drop writes from com32 rather than letting syslinux do that.
* Explicitly initialize on open instead of initializing via __constructor;H. Peter Anvin2006-08-311-0/+1
| | | | more graceful handling of partial open/partial close.
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+4
|
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-301-1/+1
|
* Serial port and ANSI write supporthpa2004-11-241-0/+67