History log of /freebsd-9.3-release/sys/dev/xen/console/xencons_ring.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 192004 11-May-2009 kmacy

don't acquire tty lock with console lock held


# 192003 11-May-2009 kmacy

xen console lock needs to be a spin lock in case it is acquired from an interrupt context


# 189699 11-Mar-2009 dfr

Merge in support for Xen HVM on amd64 architecture.


# 186557 29-Dec-2008 kmacy

merge 186535, 186537, and 186538 from releng_7_xen

Log:
- merge in latest xenbus from dfr's xenhvm
- fix race condition in xs_read_reply by converting tsleep to mtx_sleep

Log:
unmask evtchn in bind_{virq, ipi}_to_irq

Log:
- remove code for handling case of not being able to sleep
- eliminate tsleep - make sleeps atomic


# 181747 15-Aug-2008 kmacy

Compile fixes for xen build.

MFC after: 1 month.


# 181643 12-Aug-2008 kmacy

Import Xen paravirtual drivers.

MFC after: 2 weeks