Re: [patch] relayd OCSP stapling for TLS server

2019-06-21 Thread Theo Buehler
On Fri, Jun 21, 2019 at 01:28:03PM +0200, Reyk Floeter wrote: > On Thu, Jun 20, 2019 at 07:58:10PM +0200, Bruno Flueckiger wrote: > > Hi, > > > > The patch below adds OCSP stapling to the TLS server in relayd(8). The > > OCSP response is read from a binary encoded DER file that can be created > >

[diff] www/libressl/papers.html - add video link

2019-06-21 Thread Ross L Richardson
The following corresponds with the events.html patch... Ross Index: papers.html === RCS file: /cvs/www/libressl/papers.html,v retrieving revision 1.16 diff -u -p -r1.16 papers.html --- papers.html 13 Jun 2019 07:34:36 -

[diff] events.html - add 2 more BSDCan 2019 videos

2019-06-21 Thread Ross L Richardson
Probably in acceptable form :-) [Patch for www/libressl/papers.html should follow.] Ross Index: events.html === RCS file: /cvs/www/events.html,v retrieving revision 1.1174 diff -u -p -r1.1174 events.html --- events.html 18 Jun

Re: Pump my sched: fewer SCHED_LOCK() & kill p_priority

2019-06-21 Thread Mike Larkin
On Fri, Jun 21, 2019 at 05:11:26PM -0300, Martin Pieuchot wrote: > On 06/06/19(Thu) 15:16, Martin Pieuchot wrote: > > On 02/06/19(Sun) 16:41, Martin Pieuchot wrote: > > > On 01/06/19(Sat) 18:55, Martin Pieuchot wrote: > > > > Diff below exists mainly for documentation and test purposes. If > > >

beep: use timeout_add_msec(9)

2019-06-21 Thread Klemens Nanni
timeout_add(struct timeout *to, int ticks) waits `ticks / hz' seconds, which is ((period * hz) / 1000) / hz [s] = period / 1000 [s] = period [ms] in these cases. With the zero check, this perfectly matches the millisecond version. This conversion by itself also lifts the implicit expection of

Re: another go at bypass support for sparc64 iommu and BUS_DMA_64BIT

2019-06-21 Thread Mark Kettenis
> Date: Tue, 11 Jun 2019 11:51:51 +1000 > From: David Gwynne > > this is a reposting of the diff i sent out a while back. it lets sparc64 > enable iommu bypass, and then uses that bypass support for BUS_DMA_64BIT > dmamaps. > > the main benefit is around performance. without this diff on an

Re: pppx(4) free sizes

2019-06-21 Thread Klemens Nanni
OK kn

Re: M_RTABLE free sizes

2019-06-21 Thread Klemens Nanni
On Fri, Jun 21, 2019 at 05:08:15PM -0300, Martin Pieuchot wrote: > ok? OK, one comment inline. > Index: net/radix.c > === > RCS file: /cvs/src/sys/net/radix.c,v > retrieving revision 1.58 > diff -u -p -r1.58 radix.c > --- net/radix.c

Re: Pump my sched: fewer SCHED_LOCK() & kill p_priority

2019-06-21 Thread Martin Pieuchot
On 06/06/19(Thu) 15:16, Martin Pieuchot wrote: > On 02/06/19(Sun) 16:41, Martin Pieuchot wrote: > > On 01/06/19(Sat) 18:55, Martin Pieuchot wrote: > > > Diff below exists mainly for documentation and test purposes. If > > > you're not interested about how to break the scheduler internals in > > >

M_RTABLE free sizes

2019-06-21 Thread Martin Pieuchot
ok? Index: net/pf_table.c === RCS file: /cvs/src/sys/net/pf_table.c,v retrieving revision 1.130 diff -u -p -r1.130 pf_table.c --- net/pf_table.c 10 Dec 2018 16:48:15 - 1.130 +++ net/pf_table.c 21 Jun 2019 20:04:28

pppx(4) free sizes

2019-06-21 Thread Martin Pieuchot
ok? Index: net/if_pppx.c === RCS file: /cvs/src/sys/net/if_pppx.c,v retrieving revision 1.67 diff -u -p -r1.67 if_pppx.c --- net/if_pppx.c 4 Mar 2019 18:41:40 - 1.67 +++ net/if_pppx.c 21 Jun 2019 19:57:17 -

Re: bgpd, change peer id allocation a little bit

2019-06-21 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.06.21 10:22:23 +0200: > For a diff I'm working on I need to have a peer id that is never used. > Because of this I changed the way we allocate peer ids a little bit by > introducing a few defines and using them instead. > > OK? read ok. > -- >

[amdgpu] IH ring buffer overflow -> ring gfx timeout -> drm is frozen

2019-06-21 Thread Charlene Wendling
>Synopsis: ring gfx timeout, drm is frozen >Category: amdgpu >Environment: System : OpenBSD 6.5 Details : OpenBSD 6.5-current (GENERIC.MP) #0: Fri Jun 21 17:17:18 CEST 2019

Re: more doas.1 tweaks

2019-06-21 Thread Jason McIntyre
On Fri, Jun 21, 2019 at 12:50:06PM -0400, Ted Unangst wrote: > I think this wording clarifies what's happening. > > 1. Start by talking about creating a new environment. That's what we always > do. Everything afterwards is an operation performed on this new environment. > > 2. Move the list of

more doas.1 tweaks

2019-06-21 Thread Ted Unangst
I think this wording clarifies what's happening. 1. Start by talking about creating a new environment. That's what we always do. Everything afterwards is an operation performed on this new environment. 2. Move the list of magic variables out of doas.conf. I think it's better to document this in

bgpd, link prefix directly with prefix table entry

2019-06-21 Thread Claudio Jeker
The Adj-RIB-Out is a bottleneck on route servers with many peers. The problem is that all outgoing prefixes are part of a linear list in struct rib_entry. Solving this requiers that the Adj-RIB-Out no longer uses the rib_entry pointer. So the first step is to add a pointer to the prefix table

Re: Qt5's libtool link scripts are unusable

2019-06-21 Thread Marc Espie
On Thu, Jun 20, 2019 at 09:41:23PM +0200, Rafael Sadowski wrote: > This's what Qt 5.13 doas. They use "<< endl;" instead of "<< "\n";", I > would like to prefer that. std::endl calls std::flush which synchronizes > with the underlying storage device. > > RS I agree with using endl if that's

Re: bgpd, change peer id allocation a little bit

2019-06-21 Thread Klemens Nanni
OK kn

Re: [patch] rsync: fix free() on uninitialized pointer with -rx and same device

2019-06-21 Thread Hiltjo Posthuma
On Wed, Jun 12, 2019 at 06:58:31PM +0200, Hiltjo Posthuma wrote: > On Thu, Jun 06, 2019 at 02:14:05PM +0200, Christian Weisgerber wrote: > > Björn Ketelaars: > > > > > Diff below is based on the latest diff from naddy@. Changes: > > > - reallocarray likes type_t, as such changes type of nxdev and

Re: [patch] relayd OCSP stapling for TLS server

2019-06-21 Thread Reyk Floeter
On Thu, Jun 20, 2019 at 07:58:10PM +0200, Bruno Flueckiger wrote: > Hi, > > The patch below adds OCSP stapling to the TLS server in relayd(8). The > OCSP response is read from a binary encoded DER file that can be created > using ocspcheck(8). > > If a file with the same name as the certificate

bgpd, change peer id allocation a little bit

2019-06-21 Thread Claudio Jeker
For a diff I'm working on I need to have a peer id that is never used. Because of this I changed the way we allocate peer ids a little bit by introducing a few defines and using them instead. OK? -- :wq Claudio Index: bgpd.h ===