Re: vmd: drive i8253 with monotonic clock

2018-04-06 Thread Scott Cheloha
1 month bump. > 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 Cheloha wrote: On Sun, Feb 18, 2018 at 02:44:43PM -0800, Mike Larkin wrote: >

video(1): measure with mono clock (tester wanted)

2018-04-06 Thread Scott Cheloha
So that your stats stay correct if the system clock is changed. This is simple enough to suggest that it's correct at a glance, but I have no hardware to test this with. Can anyone confirm that this works? -- Scott Cheloha Index: app/video/video.c

Re: relayd http check fix

2018-04-06 Thread Rivo Nurges
Hi! ping Rivo 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 > marks > backend host as up. > > host x.y.z, check http code (2010ms,tcp read timeout), state down -> > up, availability 14.29% > > sample config: >

efi runtime services memory permissions

2018-04-06 Thread Mark Kettenis
Everything is crap. That includes UEFI. So apparently some UEFI firmware thinks it is ok to write to the code segment. And technically the standard allows this unless the EFI_MEMORY_RO attribute is set. But of course nobody does. Anyway, give in. I'll still restrict setting PROT_EXEC a bit

Make ppb(4) initialize I/O window register

2018-04-06 Thread Mark Kettenis
When memory mapped I/O isn't enabled, we disable the associated windows. Do the same for "port" I/O. Otherwise we will (incorrectly) advertise that I/O space is available to devices downstream from the bridge. ok? Index: dev/pci/ppb.c

Re: plug memory leak in ASN1_item_digest

2018-04-06 Thread Brent Cook
ok bcook@ On Thu, Apr 5, 2018 at 12:06 PM, Theo Buehler wrote: > If EVP_Digest() fails, str is leaked. > > This is part of the combo-diff 83b4049ab75e9da1815e9c854a9297bca3d4af6b > some more of which may also apply to us, but I'm still disentangling it. > See also