vmd: enable pause/unpause for vm owners

2018-04-15 Thread Mohamed Aslan
Hello tech@, I noticed that vmd(8) only allows VM owners to start/stop their VMs, but does not let them to pause/unpause those VMs. I was just wondering if there are reasons behind that. If not, the patch below enables pause/unpause commands for VM owners. Regards, Aslan Index: control.c ===

Fix for "config(8) "kernel building" instructions lead to bad kernel name (which breaks relink)"

2018-04-15 Thread IL Ka
See: https://marc.info/?l=openbsd-bugs&m=152380023916176&w=2 diff --git usr.sbin/config/config.8 usr.sbin/config/config.8 index 748aaab7a..10fdf7b92 100644 --- usr.sbin/config/config.8 +++ usr.sbin/config/config.8 @@ -341,6 +341,7 @@ mounted on do the following: .Bd -literal -offset indent # c

options(4) improvements

2018-04-15 Thread IL Ka
Links to appropriate man pages added diff --git share/man/man4/options.4 share/man/man4/options.4 index 9ef493cf6..cf146d9a7 100644 --- share/man/man4/options.4 +++ share/man/man4/options.4 @@ -309,6 +309,9 @@ in large directories. Provide in-kernel support for controlling VGA framebuffer mappin

Re: Remove max session limit from relayd

2018-04-15 Thread Claudio Jeker
On Sun, Apr 15, 2018 at 10:25:36PM +0200, Sebastian Benoit wrote: > Claudio Jeker(cje...@diehard.n-r-g.com) on 2018.04.15 13:36:25 +0200: > > Relayd has a limit of 1024 session per relay process. This is not enough > > on busy web proxies with decent keep-alive usage. Once the limit is > > reached

Re: relayd http check fix

2018-04-15 Thread Sebastian Benoit
Rivo Nurges(rivo.nur...@smit.ee) on 2018.04.06 10:44:20 +: > Hi! > > ping > > Rivo thanks for reminding me, and thanks for the diff. committed. /Benno > On Wed, 2018-03-28 at 16:56 +, Rivo Nurges wrote: > > Hi! > > > > If relayd http check doesn't get any answer to its http check it

Re: Remove max session limit from relayd

2018-04-15 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2018.04.15 13:36:25 +0200: > Relayd has a limit of 1024 session per relay process. This is not enough > on busy web proxies with decent keep-alive usage. Once the limit is > reached new sessions are just dropped with makes the situation worse. > Since rela

Remove max session limit from relayd

2018-04-15 Thread Claudio Jeker
Relayd has a limit of 1024 session per relay process. This is not enough on busy web proxies with decent keep-alive usage. Once the limit is reached new sessions are just dropped with makes the situation worse. Since relayd already handles out of file descriptor situation more gracefully I see no n

Re: vmd: drive i8253 with monotonic clock

2018-04-15 Thread Mike Larkin
On Fri, Apr 06, 2018 at 06:46:22PM -0500, Scott Cheloha wrote: > 1 month bump. > Sorry for the delay. ok mlarkin@ > > On Mar 9, 2018, at 2:31 PM, Scott Cheloha wrote: > > > >> On Sun, Feb 18, 2018 at 09:34:50PM -0800, Mike Larkin wrote: > >>> On Sun, Feb 18, 2018 at 07:42:10PM -0600, Scott Che