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
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-29
1
-1
/
+8
*
Remove booting from kernels in raw/qcow2 images
kn
2021-03-19
1
-13
/
+5
*
add veb(4) to the list of supported bridges/switches you can configure.
dlg
2021-02-28
1
-2
/
+2
*
track the state of the vm (running, paused, etc) using a single bitfield instead of
jasper
2019-05-11
1
-7
/
+7
*
Keep a list of known vms, and reuse the VM IDs.
ori
2018-11-26
1
-1
/
+9
*
Improve error handling and logging in qcow2
ori
2018-11-24
1
-8
/
+6
*
Add support for "local inet6" interfaces.
reyk
2018-11-21
1
-5
/
+32
*
I broke base images with my previous commit by missing a line.
reyk
2018-10-26
1
-2
/
+3
*
Add support to create and convert disk images from existing images
reyk
2018-10-19
1
-28
/
+2
*
Prevent VM reboot loops by rate-limiting the interval a VM can reboot.
reyk
2018-10-15
1
-1
/
+35
*
Add support for qcow2 base images (external snapshots).
reyk
2018-10-08
1
-39
/
+96
*
Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader.
reyk
2018-08-07
1
-2
/
+2
*
Fix paste error in "no read access to" debug message, tweak messages.
reyk
2018-08-07
1
-5
/
+5
*
Track resources and enforce cpu/memory/interface limits for non-root users.
reyk
2018-07-15
1
-2
/
+17
*
Check the disk/kernel/cdrom file permissions after openening the fd.
reyk
2018-07-13
1
-22
/
+24
*
Add -w option to vmctl stop to wait for completion of VM termination.
reyk
2018-07-11
1
-1
/
+2
*
Tweak debug log messages
reyk
2018-07-10
1
-17
/
+16
*
print process name in debug message
reyk
2018-06-19
1
-5
/
+11
*
knf
reyk
2018-06-19
1
-6
/
+5
*
block two VMs from using the same disk image file at the same time.
mlarkin
2018-03-14
1
-2
/
+3
*
Fix Failure on Start
ccardenas
2018-01-26
1
-3
/
+8
*
Use log_warnx() in places where errno is irrelevant.
jca
2018-01-05
1
-3
/
+3
*
Address TOCTOU issue with checking to ensure disks are regular files.
ccardenas
2018-01-04
1
-8
/
+8
*
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2018-01-03
1
-1
/
+59
*
whitespace
mlarkin
2017-11-04
1
-2
/
+1
*
spacing
reyk
2017-09-14
1
-12
/
+14
*
vmd: add more explanatory log_debug messages
mlarkin
2017-09-08
1
-2
/
+12
*
vmd/vmctl: disallow use of block or character devices as disks in VMs.
mlarkin
2017-08-31
1
-1
/
+16
*
distinguish errors during vm launch and return different error codes to
mlarkin
2017-08-18
1
-1
/
+3
*
Add vmctl send and vmctl receive
pd
2017-07-15
1
-27
/
+39
*
Add support for rdomains.
reyk
2017-05-04
1
-1
/
+4
*
Add global configuration option "local prefix" to change prefix for -L.
reyk
2017-04-21
1
-2
/
+33
*
Don't compare kernel and root disk name if both strings are empty.
reyk
2017-03-26
1
-12
/
+12
*
Use the pseudo-bootloader if the boot image path matches the root disk path.
reyk
2017-03-26
1
-4
/
+9
*
Boot using BIOS from /etc/firmware/vmm-bios by default.
reyk
2017-03-25
1
-3
/
+14
*
Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.
reyk
2017-03-02
1
-2
/
+3
*
Add "owner" option to set a user/group ownership for pre-configured VMs
reyk
2017-03-01
1
-3
/
+4
*
Replace openpty(3) with local function that uses pre-opened /dev/ptm fd
reyk
2017-02-27
1
-7
/
+5
*
Nuke some whitespace that keeps poking me in the eye as I try to
krw
2017-01-17
1
-2
/
+2
*
If a VM terminates with the result EAGAIN, close all fds except the
reyk
2016-12-14
1
-6
/
+12
*
Add support for booting the kernel from the disk image.
reyk
2016-11-24
1
-8
/
+6
*
Fix error path of config_setvm() and its callers. This unbreaks
reyk
2016-11-22
1
-24
/
+21
*
Pass the internal vmid or 0 to vm_register() instead of changing it
reyk
2016-11-04
1
-3
/
+2
*
Update the config/register/get VM methods to match the config_set/get
reyk
2016-11-04
1
-178
/
+143
*
Separate parsing vms and switches from starting them in vmd(8).
edd
2016-10-29
1
-17
/
+40
*
Allow to add an interface to an interface group; with the group keyword.
reyk
2016-10-15
1
-1
/
+12
*
The error case checks for saved_errno, set it accordingly
reyk
2016-10-12
1
-2
/
+2
*
Add support for enhanced networking configuration and virtual switches.
reyk
2016-10-05
1
-14
/
+71
*
Add a new "priv" process that is responsible for ioctls and restricted
reyk
2016-10-04
1
-10
/
+31
*
Implement fork+exec for vmd, using the same framework from httpd etc.
reyk
2016-09-29
1
-5
/
+3
[next]