diff options
author | 2015-12-09 00:26:39 +0000 | |
---|---|---|
committer | 2015-12-09 00:26:39 +0000 | |
commit | 4d959d56cfc74e7a16c6a777834329598aff22d9 (patch) | |
tree | ccd0470ec6b1d671ac3e4926c325f5cf4e8bcf0e | |
parent | when checking the config file with -n don't open /dev/vmm or require root (diff) | |
download | wireguard-openbsd-4d959d56cfc74e7a16c6a777834329598aff22d9.tar.xz wireguard-openbsd-4d959d56cfc74e7a16c6a777834329598aff22d9.zip |
xen(4) man page
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/xen.4 | 47 |
2 files changed, 49 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 44163e9a8fd..74725f7f579 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.606 2015/12/04 13:45:31 yasuoka Exp $ +# $OpenBSD: Makefile,v 1.607 2015/12/09 00:26:39 mikeb Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -73,7 +73,7 @@ MAN= aac.4 ac97.4 acphy.4 \ vscsi.4 vte.4 vxlan.4 \ watchdog.4 wb.4 wbenv.4 wbng.4 wbsd.4 wbsio.4 wd.4 wdc.4 wdsc.4 we.4 \ wi.4 wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ - xe.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 + xe.4 xen.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 MLINKS+=adv.4 adw.4 MLINKS+=audio.4 mixer.4 diff --git a/share/man/man4/xen.4 b/share/man/man4/xen.4 new file mode 100644 index 00000000000..a8757e0d285 --- /dev/null +++ b/share/man/man4/xen.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: xen.4,v 1.1 2015/12/09 00:26:39 mikeb Exp $ +.\" +.\" Copyright (c) 2015 Mike Belopuhov +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: December 9 2015 $ +.Dt XEN 4 +.Os +.Sh NAME +.Nm xen +.Nd Xen domU nexus device +.Sh SYNOPSIS +.Cd "xen0 at pvbus?" +.Sh DESCRIPTION +.Nm +driver performs HVM domU guest initialization, provides abstraction for +virtual Xen interrupts, access to the XenStore configuration storage as +well as a device probing facility for paravirtualized devices such as +disk and network interfaces. +.Sh SEE ALSO +.Xr autoconf 4 , +.Xr intro 4 , +.Xr pvbus 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.9 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mike Belopuhov Aq Mt mikeb@openbsd.org +from scratch, inspired by the +.Fx +implementation. |