vmm(4)/vmd(8) support for seabios and linux guests

2017-03-25 Thread Mike Larkin
I just committed the last parts of my working tree to enable both seabios and alpine linux support (using serial console). This should be enough for people to create images and help find and fix bugs. Here are things I already know about: * since vmd's emulated uart is a no-fifo 8250, you'll se

Re: ticket support in httpd

2017-03-25 Thread Reyk Floeter
On Sat, Mar 25, 2017 at 06:06:48PM +0100, Claudio Jeker wrote: > I realized I never commited the ticket support in httpd that I added in > Brisbane. Anyone want to give me an OK on it? > diff reads fine OK reyk@ > Cheers > -- > :wq Claudio > > Index: config.c >

ticket support in httpd

2017-03-25 Thread Claudio Jeker
I realized I never commited the ticket support in httpd that I added in Brisbane. Anyone want to give me an OK on it? Cheers -- :wq Claudio Index: config.c === RCS file: /cvs/src/usr.sbin/httpd/config.c,v retrieving revision 1.50 di

Re: relayd.conf.5: X-Forwarded-By $REMOTE_ADDR typo

2017-03-25 Thread Claudio Jeker
On Fri, Mar 24, 2017 at 06:10:33PM +0100, Hiltjo Posthuma wrote: > Hey, > > I think there is a typo in relayd.conf(5). > > X-Forwarded-By should be the server $SERVER_ADDR instead of the client > $REMOTE_ADDR. > > X-Forwarded-For is the client (correct). > > diff --git a/usr.sbin/relayd/relayd.

Re: [Patch] (www) Updated Copyright on CVS Page

2017-03-25 Thread Stuart Henderson
On 2017/03/24 13:26, Elijah Abney wrote: > Just updating the copyright to 2017 for the anoncvs page. > > Index: anoncvs.html.head > === > RCS file: /cvs/www/build/mirrors/anoncvs.html.head,v > retrieving revision 1.61 > diff -u -p -r1

pfctl: Fix function name in errx(3) message

2017-03-25 Thread Klemens Nanni
Index: pfctl.c === RCS file: /cvs/src/sbin/pfctl/pfctl.c,v retrieving revision 1.338 diff -u -p -r1.338 pfctl.c --- pfctl.c 26 Jan 2017 08:24:34 - 1.338 +++ pfctl.c 25 Mar 2017 11:37:01 - @@ -753,7 +753,7 @@ pfctl

Re: [PATCH] pcidump - Enhanced Capabilities

2017-03-25 Thread Mike Larkin
On Thu, Mar 23, 2017 at 04:20:07PM +0100, Simon Mages wrote: > Hi, > > on some machines i saw some unknown enhanced capabilities. After > looking into it i saw that > on some intel chipsets there actually is a capability with id 0x0. > This capability contains some > registers of the Advanced Erro