Re: acpihpet(4): acpihpet_delay: only use lower 32 bits of counter

2022-09-11 Thread Jonathan Gray
On Fri, Sep 09, 2022 at 07:32:58AM -0500, Scott Cheloha wrote: > On Fri, Sep 09, 2022 at 03:59:01PM +1000, Jonathan Gray wrote: > > On Thu, Sep 08, 2022 at 08:31:21PM -0500, Scott Cheloha wrote: > > > On Sat, Aug 27, 2022 at 09:28:06PM -0500, Scott Cheloha wrote: > > > > Whoops, forgot about the sp

Re: tetris(6) "Random Generator" and advanced controls

2022-09-11 Thread Tom MTT.
ping?

rpki-client 8.0 released

2022-09-11 Thread Sebastian Benoit
rpki-client 8.0 has just been released and will be available in the rpki-client directory of any OpenBSD mirror soon. rpki-client is a FREE, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of BGP announcements. The progr

sparc64: 32-bit compatibility cleanup

2022-09-11 Thread Scott Cheloha
kettenis@ suggested in a different thread that we ought to clean up the 32-bit compatibility cruft in the sparc64 machine headers before it would be safe to move the clockframe definition into frame.h: https://marc.info/?l=openbsd-tech&m=166179164008301&w=2 > We really should be getting rid of th

Towards unlocking mmap(2) & munmap(2)

2022-09-11 Thread Martin Pieuchot
Diff below adds a minimalist set of assertions to ensure proper locks are held in uvm_mapanon() and uvm_unmap_remove() which are the guts of mmap(2) for anons and munmap(2). Please test it with WITNESS enabled and report back. Index: uvm/uvm_addr.c