index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
vmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error path of config_setvm() and its callers. This unbreaks
reyk
2016-11-22
1
-28
/
+10
*
There is no need for res when there is already ret.
reyk
2016-11-22
1
-5
/
+4
*
Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.
edd
2016-11-22
1
-1
/
+38
*
Pass the internal vmid or 0 to vm_register() instead of changing it
reyk
2016-11-04
1
-4
/
+7
*
Update the config/register/get VM methods to match the config_set/get
reyk
2016-11-04
1
-5
/
+62
*
Separate parsing vms and switches from starting them in vmd(8).
edd
2016-10-29
1
-7
/
+70
*
Add the option to specify an interface group per virtual switch as well;
reyk
2016-10-17
1
-1
/
+2
*
Allow to add an interface to an interface group; with the group keyword.
reyk
2016-10-15
1
-1
/
+2
*
Fix functionality and semantics of vmctl load/reload/reset.
reyk
2016-10-12
1
-16
/
+25
*
Terminate VMs on shutdown of vmd instead of leaving them running as
reyk
2016-10-06
1
-3
/
+2
*
Add support for enhanced networking configuration and virtual switches.
reyk
2016-10-05
1
-8
/
+47
*
Add a new "priv" process that is responsible for ioctls and restricted
reyk
2016-10-04
1
-8
/
+31
*
Implement fork+exec for vmd, using the same framework from httpd etc.
reyk
2016-09-29
1
-63
/
+39
*
small bits of header cleanup; ok mlarkin
deraadt
2016-08-17
1
-2
/
+2
*
Allow starting a VM again after it was terminated
stefan
2016-07-29
1
-2
/
+18
*
Fix a possible use-after-free in vmd, forward the result to the
reyk
2016-02-05
1
-16
/
+23
*
Remove setproctitle() for the parent process. Because rc.d(8) uses process
sthen
2016-02-02
1
-2
/
+1
*
The vmctl "id" argument can now be a number of or a vm name, eg.
reyk
2015-12-11
1
-9
/
+45
*
when checking the config file with -n don't open /dev/vmm or require root
jsg
2015-12-08
1
-6
/
+10
*
make the -f option work as intended
jsg
2015-12-08
1
-2
/
+2
*
tweak initial error logging
reyk
2015-12-07
1
-4
/
+4
*
Prevent running a VM with the same name multiple times - multiple
reyk
2015-12-06
1
-1
/
+14
*
Print the TTY in the vmctl status output.
reyk
2015-12-06
1
-4
/
+16
*
When a new vm is created with VMM_IOC_CREATE, the kernel assigns a
reyk
2015-12-06
1
-13
/
+35
*
Check errno from config_getvm() correctly
reyk
2015-12-06
1
-2
/
+2
*
Print shorter error message if opening /dev/vmm failed.
reyk
2015-12-05
1
-2
/
+2
*
Re-add the "load" and "reload" commands to vmctl: Instead of parsing
reyk
2015-12-03
1
-3
/
+50
*
Add and document -D and -f flags to vmd.
reyk
2015-12-03
1
-3
/
+9
*
mlarkin's code has been moved to vmm.c, so it is ok to claim the copyright.
reyk
2015-12-03
1
-2
/
+2
*
Add support for an optional vm.conf(5) file in vmd. This will replace
reyk
2015-12-03
1
-19
/
+47
*
prepare config_getvm() for parse.y
reyk
2015-12-03
1
-4
/
+7
*
send the tty name to vmmctl and print it as a result.
reyk
2015-12-02
1
-6
/
+14
*
Split the fully privileged parent into two processes "parent" and
reyk
2015-12-02
1
-9
/
+129
*
Start tweaking vmd's privsep and daemon model by splitting the main
reyk
2015-12-02
1
-1539
/
+142
*
Automatically start vmm(4) when the first VM is created and after the
reyk
2015-11-26
1
-51
/
+1
*
typo: should be looking pid == -1
tedu
2015-11-25
1
-2
/
+2
*
accept4() is restarted after signals which prevents vmd from exiting
reyk
2015-11-23
1
-3
/
+25
*
I accidentally removed a newline in usage() when converting the log
reyk
2015-11-23
1
-2
/
+2
*
Add support for logging to stderr or syslog, and to run vmd in
reyk
2015-11-23
1
-80
/
+100
*
use PATH_MAX where needed
deraadt
2015-11-22
1
-6
/
+3
*
Add $ Ids
reyk
2015-11-22
1
-0
/
+2
*
vmd(8) - virtual machine daemon.
mlarkin
2015-11-22
1
-0
/
+1648