Re: Infinite loop in uvm protection mapping

2020-10-25 Thread Tom Rollet
On 20/10/2020 06:16, Philip Guenther wrote: On Mon, Oct 19, 2020 at 3:13 PM Tom Rollet > wrote: Hi, I'm starting to help in the development of the dt device. I'm stuck on permission handling of memory. I'm trying to allocate a page in kernel with

Re: Correctly set SSL error if x509_verify fails

2020-10-25 Thread Bob Beck
On Sun, Oct 25, 2020 at 01:43:10PM -0600, Bob Beck wrote: > > > > On Fri, Oct 23, 2020 at 09:13:23AM +0200, Theo Buehler wrote: > > On Thu, Oct 22, 2020 at 08:44:29PM -0700, Jeremy Evans wrote: > > > I was trying to diagnose a certificate validation failure in Ruby's > > > openssl extension

Re: relayd and TLS client cert verification

2020-10-25 Thread Ashe Connor
Hi again, Checking in again to see if there's any appetite for this. Best, Ashe On Thu, Oct 15, 2020, at 5:52 PM, Ashe Connor wrote: > Hi there, > > A year or two ago I submitted a patch for adding TLS client certificate > validation to relayd. At the time it didn't make it in, and I

Re: Correctly set SSL error if x509_verify fails

2020-10-25 Thread Bob Beck
On Fri, Oct 23, 2020 at 09:13:23AM +0200, Theo Buehler wrote: > On Thu, Oct 22, 2020 at 08:44:29PM -0700, Jeremy Evans wrote: > > I was trying to diagnose a certificate validation failure in Ruby's > > openssl extension tests with LibreSSL 3.2.2, and it was made more > > difficult because the

calctsru(): simplify code

2020-10-25 Thread Scott Cheloha
calctsru() can be simplified. Its length makes it look more complicated than it really is. We're converting from ticks to nanoseconds and storing nanoseconds in a timespec: - Remove the check for zero. Pointless. - Convert from ticks to nanoseconds inline. No intermediate variables. - Use

Re: add OpenType bitmap fonts to xenocara

2020-10-25 Thread Matthieu Herrb
On Sun, Oct 25, 2020 at 12:02:05PM +0100, Christopher Zimmermann wrote: > Hi, > > this makes the xenocara bitmap fonts available for pango apps like gvim, > too. > Is it ok to call fonttosfnt directly in the Makefile or is there a reason to > use a macro like done for $(BDFTOPCF) ? OK? Hi, I

Re: [PATCH] Mention unsupported stacking in softraid(4)

2020-10-25 Thread Ingo Schwarze
Hi Jeremie and Filippo, Jeremie Courreges-Anglas wrote on Sun, Oct 25, 2020 at 03:05:04PM +0100: > On Sun, Oct 25 2020, "Filippo Valsorda" wrote: >> Based on the text in faq14.html, but using the manpage language. > Makes sense. I'm not sure .Em is useful here, though. Indeed. We use .Em

Re: [PATCH] Mention unsupported stacking in softraid(4)

2020-10-25 Thread Jeremie Courreges-Anglas
On Sun, Oct 25 2020, "Filippo Valsorda" wrote: > Based on the text in faq14.html, but using the manpage language. Makes sense. I'm not sure .Em is useful here, though. ok jca@ if someone wants to pick this up, else I'll just commit it in a few hours. Thanks, > diff --git

[PATCH] Mention unsupported stacking in softraid(4)

2020-10-25 Thread Filippo Valsorda
Based on the text in faq14.html, but using the manpage language. diff --git share/man/man4/softraid.4 share/man/man4/softraid.4 index 4fa72dd6e..98897c7dd 100644 --- share/man/man4/softraid.4 +++ share/man/man4/softraid.4 @@ -201,6 +201,10 @@ There is no point in wasting a lot of time syncing

[PATCH] bgpd leaks memory when reading roa-set

2020-10-25 Thread Felix Maurer
I noticed that bgpd leaks memory when it parses a roa-set containing multiple entries with the same prefix. Such entries are present in the output rpki-client generates at the moment. To use rpki-client, one needs to reload bgpd regularly, which parses the config file again, which leaks

add OpenType bitmap fonts to xenocara

2020-10-25 Thread Christopher Zimmermann
Hi, this makes the xenocara bitmap fonts available for pango apps like gvim, too. Is it ok to call fonttosfnt directly in the Makefile or is there a reason to use a macro like done for $(BDFTOPCF) ? OK? Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40

Re: Port httpd(8) 'strip' directive to relayd(8)

2020-10-25 Thread Denis Fondras
Previous one had a typo... :/ On Sat, Oct 24, 2020 at 08:01:36PM +0200, Hiltjo Posthuma wrote: > Thanks for working on this. I haven't tested the patch yet except compiling, > but this feature would be very nice to have imho. > > I find the current "path replace" syntax confusing and it doesn't

radeondrm(4) unaligned access fix

2020-10-25 Thread Mark Kettenis
While making radeondrm(4) work on powerpc64 I'm running into an interesting unaligned access issue. Modern POWER CPUs generally support unaligned access. Normal load and store unstructions work fine with addresses that aren't naturally aligned when operating on cached memory. As a result, clang

Re: Port httpd(8) 'strip' directive to relayd(8)

2020-10-25 Thread Denis Fondras
On Sat, Oct 24, 2020 at 08:01:36PM +0200, Hiltjo Posthuma wrote: > Thanks for working on this. I haven't tested the patch yet except compiling, > but this feature would be very nice to have imho. > > I find the current "path replace" syntax confusing and it doesn't work for > this > use-case. >