aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/console/console.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r261916:Dimitry Andric2014-02-191-0/+2
* MFC r228631: kern cons: introduce infrastructure for console grabbing byAndriy Gapon2012-05-131-0/+12
* Add support for alternative break-to-debugger support on the Xen console.Robert Watson2011-09-021-1/+9
* A lack of console input is not the same thing as a byte of \0 input.Colin Percival2010-12-291-3/+4
* remove annoying printf that cripples kdb on PV guestsKip Macy2009-11-241-1/+0
* Cleanups to the Xen console driver:Ed Schouten2009-08-241-41/+27
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Disable some un-needed console debugging.Adrian Chadd2009-05-181-1/+1
* don't acquire tty lock with console lock heldKip Macy2009-05-111-0/+2
* xen console lock needs to be a spin lock in case it is acquired from an inter...Kip Macy2009-05-111-3/+3
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-011-2/+1
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-111-26/+28
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-291-12/+15
* Remove unused consdev structure fields.Ed Schouten2008-10-271-1/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* change netfront to match xen31_6Kip Macy2008-08-201-1/+1
* Integrate the Xen console driver.Ed Schouten2008-08-201-165/+36
* Compile fixes for xen build.Kip Macy2008-08-151-3/+0
* Import Xen paravirtual drivers.Kip Macy2008-08-121-0/+564