summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/console
Commit message (Expand)AuthorAgeFilesLines
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* MFC r261916:dim2014-02-191-0/+2
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-292-18/+18
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Add support for alternative break-to-debugger support on the Xen console.rwatson2011-09-021-1/+9
* A lack of console input is not the same thing as a byte of \0 input.cperciva2010-12-291-3/+4
* remove annoying printf that cripples kdb on PV guestskmacy2009-11-241-1/+0
* Cleanups to the Xen console driver:ed2009-08-241-41/+27
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Disable some un-needed console debugging.adrian2009-05-181-1/+1
* don't acquire tty lock with console lock heldkmacy2009-05-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...kmacy2009-05-113-5/+16
* Fix the Xen build for i386 PV mode.dfr2009-04-011-2/+1
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-112-33/+44
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-223-732/+0
| * update console to pre-MPSAFE tty interfaceskmacy2008-10-151-40/+167
* | merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-292-16/+22
* | Remove unused consdev structure fields.ed2008-10-271-1/+0
|/
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* change netfront to match xen31_6kmacy2008-08-201-1/+1
* Integrate the Xen console driver.ed2008-08-201-165/+36
* Compile fixes for xen build.kmacy2008-08-152-4/+0
* Import Xen paravirtual drivers.kmacy2008-08-123-0/+738
OpenPOWER on IntegriCloud