aboutsummaryrefslogtreecommitdiffstats
path: root/src/console_check.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix OMAP patch (#678875)Bill Nottingham2011-02-231-1/+6
|
* Support OMAP serial consoles (#678875, <ndevos@redhat.com>)Bill Nottingham2011-02-211-0/+2
|
* License cleanup.Bill Nottingham2010-01-051-0/+17
|
* 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.