aboutsummaryrefslogtreecommitdiffstats
path: root/src/console_check.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed serial console handlingPetr Lautrbach2009-12-031-2/+3
|
* ispeed/ospeed don't exist on all platforms. Use accessor functions.Bill Nottingham2008-03-251-1/+1
|
* handle non-16550 serial ports, somewhat (<dwmw2@infradead.org>)Bill Nottingham2008-03-191-1/+24
|
* always open with NONBLOCK, clear the serial structs first ↵Bill Nottingham2008-03-191-1/+4
| | | | (<dwmw2@infradead.org>)
* Add a helper that checks for serial and serial-like consolesBill Nottingham2008-03-101-0/+154
This works by doing checks from udev that emit upstart events. upstart listens to these events and starts a getty if needed.