Re: update man page to include new rcctl(8) configtest action

2022-09-12 Thread Jason McIntyre
On Sun, Sep 11, 2022 at 01:18:06PM -0700, Andrei wrote: > Hello tech@, > > Recently a new "configtest" action was added to rcctl(8), but the man > page was never updated. > > This diff documents the change in rcctl's man page. This was my first > time submitting a patch so I was unsure whether to

Re: [RFC] acpi: add acpitimer_delay(), acpihpet_delay()

2022-09-12 Thread Scott Cheloha
On Thu, Sep 08, 2022 at 08:24:11AM -0500, Scott Cheloha wrote: > On Thu, Sep 08, 2022 at 05:52:43AM +0300, Pavel Korovin wrote: > > On 09/07, Scott Cheloha wrote: > > > Just to make sure that my changes to acpihpet(4) actually caused > > > the problem, I have a few more questions: > > > > > > 1. W

Re: soreceive() with shared netlock for raw sockets

2022-09-12 Thread Alexander Bluhm
On Sat, Sep 10, 2022 at 10:49:40PM +0300, Vitaliy Makkoveev wrote: > As it was done for udp and divert sockets. I have no stess test for parallel receive yet. Diff looks reasonable. OK bluhm@ > Index: sys/netinet/ip_var.h > === > RC

Re: Change pru_rcvd() return type to the type of void

2022-09-12 Thread Alexander Bluhm
On Sat, Sep 10, 2022 at 10:18:15PM +0300, Vitaliy Makkoveev wrote: > We have no interest on pru_rcvd() return value. Also, we call pru_rcvd() > only if the socket's protocol have PR_WANTRCVD flag set. Such sockets > are route domain, tcp(4) and unix(4) sockets. > > This diff keeps the PR_WANTRCVD

Re: installboot: powerpc64: fix passing explicit stage files

2022-09-12 Thread Klemens Nanni
On Mon, Sep 12, 2022 at 12:37:53PM +, Klemens Nanni wrote: > This fixes installboot regress on powerpc64, forgot to send it earlier. > > The same diff already landed for macppc; efi already the same fix > md_init() but without the cleanup that entails for macppc and powerpc64. > > From macpp

installboot: powerpc64: fix passing explicit stage files

2022-09-12 Thread Klemens Nanni
This fixes installboot regress on powerpc64, forgot to send it earlier. The same diff already landed for macppc; efi already the same fix md_init() but without the cleanup that entails for macppc and powerpc64. >From macppc_installboot.c r1.6 "Fix passing explicit stage files": Using `s