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
/
parse.y
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert agentx support for now, we're too close to release.
martijn
2020-09-23
1
-48
/
+2
*
Add support for agentx to vmd.
martijn
2020-09-23
1
-2
/
+48
*
Make owner value mandatory
kn
2019-12-12
1
-6
/
+2
*
vmd: start vms defined in vm.conf in a staggered fashion
pd
2019-12-12
1
-2
/
+14
*
Add support for `boot device' to vm.conf grammar which is the `-B device'
anton
2019-05-14
1
-4
/
+15
*
track the state of the vm (running, paused, etc) using a single bitfield instead of
jasper
2019-05-11
1
-3
/
+4
*
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
deraadt
2019-02-13
1
-3
/
+3
*
Add support for "local inet6" interfaces.
reyk
2018-11-21
1
-6
/
+24
*
- odd condition/test in PF lexer
sashan
2018-11-01
1
-2
/
+3
*
The recent switch to realpath(3) for the boot string in vmd(8) broke
bluhm
2018-10-22
1
-2
/
+3
*
Use realpath(3) on the "boot" config option as well.
reyk
2018-10-18
1
-4
/
+10
*
Try to derive the qcow2 file format from an image file automatically.
reyk
2018-10-01
1
-8
/
+36
*
Add initial qcow2 image support.
ccardenas
2018-09-09
1
-8
/
+27
*
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-09-07
1
-9
/
+4
*
Add "allow instance" option.
reyk
2018-07-13
1
-8
/
+34
*
Allow to use configured/running VMs as templates for other VM instances.
reyk
2018-07-12
1
-11
/
+43
*
sort tokens
reyk
2018-07-11
1
-4
/
+4
*
Do for most running out of memory err() what was done for most running
krw
2018-07-11
1
-2
/
+2
*
No need to mention which memory allocation entry point failed (malloc,
krw
2018-07-09
1
-5
/
+5
*
Be consistent in warn() and log_warn() usage when
krw
2018-07-08
1
-3
/
+3
*
Add "socket owner" to allow changing the owner of the vmd control socket.
reyk
2018-06-26
1
-2
/
+8
*
knf
reyk
2018-06-19
1
-5
/
+9
*
Fix an off-by-one line count when using include statements.
denis
2018-06-11
1
-47
/
+78
*
Plug leak in error case of the common 'varset' implementations.
krw
2018-04-26
1
-1
/
+3
*
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2018-01-03
1
-3
/
+21
*
update switch handling in vmd(8). vmd now gets switch information (rdomain,
mlarkin
2017-11-11
1
-18
/
+1
*
vmd no longer creates bridges by default. users should create bridges in
mlarkin
2017-10-30
1
-6
/
+9
*
Add support for rdomains.
reyk
2017-05-04
1
-2
/
+19
*
Sort parser tokens, no functional change
reyk
2017-05-03
1
-7
/
+7
*
Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist.
reyk
2017-04-21
1
-2
/
+4
*
Add global configuration option "local prefix" to change prefix for -L.
reyk
2017-04-21
1
-2
/
+60
*
Add support for dynamic "NAT" interfaces (-L/local interface).
reyk
2017-04-19
1
-13
/
+21
*
"kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits.
reyk
2017-04-06
1
-4
/
+4
*
die whitespace die die die
deraadt
2017-03-27
1
-3
/
+3
*
Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.
reyk
2017-03-02
1
-9
/
+20
*
Add "owner" option to set a user/group ownership for pre-configured VMs
reyk
2017-03-01
1
-3
/
+67
*
Make it possible to remove VMs from vmd(8)'s internal queue.
edd
2017-01-13
1
-1
/
+2
*
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
krw
2017-01-05
1
-3
/
+2
*
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
krw
2017-01-05
1
-5
/
+7
*
Allow to start disabled and pre-configured VMs by name, "vmctl start foo".
reyk
2016-12-14
1
-1
/
+7
*
Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.
edd
2016-11-22
1
-7
/
+7
*
Pass the internal vmid or 0 to vm_register() instead of changing it
reyk
2016-11-04
1
-2
/
+2
*
Update the config/register/get VM methods to match the config_set/get
reyk
2016-11-04
1
-2
/
+2
*
Simple grammar tweak: allow to specify interface options in a single line.
reyk
2016-10-29
1
-1
/
+10
*
Separate parsing vms and switches from starting them in vmd(8).
edd
2016-10-29
1
-29
/
+11
*
Add the option to specify an interface group per virtual switch as well;
reyk
2016-10-17
1
-1
/
+9
*
Allow to add an interface to an interface group; with the group keyword.
reyk
2016-10-15
1
-2
/
+17
*
Replace one u_int8_t with uint8_t (finger memory)
reyk
2016-10-05
1
-2
/
+2
*
Add support for enhanced networking configuration and virtual switches.
reyk
2016-10-05
1
-31
/
+245
*
do not allow whitespace in macro names, i.e. "this is" = "a variable".
benno
2016-06-21
1
-1
/
+9
[next]