aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/xenbus
Commit message (Expand)AuthorAgeFilesLines
* xen/xenusb: always include xen/xen-os.h rather than machine/xen/xen-os.hJulien Grall2021-03-152-2/+2
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2020-12-301-0/+17
* xen/xenstore: remove unused functionsRoger Pau Monné2020-12-302-98/+0
* xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-11/+7
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki2020-02-251-5/+5
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+4
* xen: add support for canceled suspendRoger Pau Monné2017-03-071-0/+5
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-152-3/+3
* xenbus: add a comment with the names of the generated accessorsRoger Pau Monné2016-01-151-1/+7
* Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-2/+0
* Use SYSCTL_OUT_STR() to return strings.Ian Lepore2015-03-141-1/+1
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-294-73/+6
* Fix loss of the emulated keyboard on Xen PV HVM domains.Justin T. Gibbs2013-05-221-27/+50
* Enhance documentation, improve interoperability, and fix defects inJustin T. Gibbs2012-02-151-0/+14
* Properly handle suspend/resume events in the Xen deviceJustin T. Gibbs2011-09-203-6/+6
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-118-82/+277
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-5/+5
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-1915-2570/+1990
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+4
* Don't call the watch callback if its NULL.Adrian Chadd2009-05-281-4/+11
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-112-18/+18
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-298-1187/+1057
* Integrate 185578 from dfrKip Macy2008-12-049-1004/+635
* merge fix for boot-time hang on centos' xenKip Macy2008-11-141-24/+38
* - add more debug cruft to xenbusKip Macy2008-08-203-13/+47
* Check for watch events when doing inline message processingKip Macy2008-08-201-16/+39
* Xen 3.2 now interleaves watch events with regular message notifications.Kip Macy2008-08-206-44/+79
* Compile fixes for xen build.Kip Macy2008-08-156-0/+7
* Import OS interfaces to Xen services.Kip Macy2008-08-128-0/+3288