git: Import nvmmctl(8) from NetBSD 9-stable
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 20 16:30:12 PDT 2021
commit 37de577a203120e44d71a8112a599ae9e749d06c
Author: Aaron LI <aly at aaronly.me>
Date: Wed May 5 16:06:40 2021 +0800
Import nvmmctl(8) from NetBSD 9-stable
This is a program to control NVMM(4) virtual machines. It currently
implements the following two commands:
- identify: display the capabilities of the system.
- list: display information on each virtual machine registered in the
system.
Branch: NetBSD 9-stable
Date: Fri Apr 30 14:08:16 2021 +0000
Path: usr.sbin/nvmmctl
Summary of changes:
usr.sbin/nvmmctl/Makefile | 20 +++
.../utmp_update.8 => usr.sbin/nvmmctl/nvmmctl.8 | 58 +++----
usr.sbin/nvmmctl/nvmmctl.c | 180 +++++++++++++++++++++
3 files changed, 230 insertions(+), 28 deletions(-)
create mode 100644 usr.sbin/nvmmctl/Makefile
copy libexec/utmp_update/utmp_update.8 => usr.sbin/nvmmctl/nvmmctl.8 (67%)
create mode 100644 usr.sbin/nvmmctl/nvmmctl.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37de577a203120e44d71a8112a599ae9e749d06c
--
DragonFly BSD source repository
More information about the Commits
mailing list