aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/console
Commit message (Expand)AuthorAgeFilesLines
* 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-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...Kip Macy2009-05-113-5/+16
* 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-112-33/+44
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-292-16/+22
* 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-152-4/+0
* Import Xen paravirtual drivers.Kip Macy2008-08-123-0/+738