Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run Nindent on com32/lib/sys/serial_write.c | H. Peter Anvin | 2009-05-29 | 1 | -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 year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | If no serial console is configured, don't bother calling into it | H. Peter Anvin | 2007-05-31 | 1 | -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 Anvin | 2006-08-31 | 1 | -0/+1 |
| | | | | more graceful handling of partial open/partial close. | ||||
* | Remove CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
| | |||||
* | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 1 | -4/+4 |
| | |||||
* | Actually working ANSI device; add demosyslinux-2.12-pre2 | hpa | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | Serial port and ANSI write support | hpa | 2004-11-24 | 1 | -0/+67 |