diff asr_run.3

2023-05-31 Thread YASUOKA Masahiko
Hi, asr_run.3 is explaining that ar_rrsetinfo must be freed only for the blocking function, but I think it must be freed regardless of the function blocking type. ok? Index: lib/libc/asr/asr_run.3 === RCS file: /cvs/src/lib/libc/asr

Re: hack game: fix launch without /usr/games in path

2023-05-31 Thread Anton Konyahin
On 31/05, Omar Polo wrote: Agreed. I prefer the second patch too, which I'm reattaching since it was mangled (whitespaces; 'patch -l' is not enough, but 'got patch' managed to apply it.) My bad, I am still not very comfortable with mailing patches, but I will learn. Will wait a bit still in

Re: smtpd: add missing time.h include

2023-05-31 Thread Todd C . Miller
On Wed, 31 May 2023 11:00:37 +0200, Omar Polo wrote: > After a report of a build fail with some old gcc on RHEL7 / Centos, I > noticed that we're lacking the include time.h for time(3), > clock_gettime(3) and localtime(3). Diff below adds it in all the > missing files. I'm also including sys/tim

Re: ix(4): LRO forwarding

2023-05-31 Thread Alexander Bluhm
On Thu, May 25, 2023 at 10:40:51PM +0200, Jan Klemkow wrote: > On Wed, May 24, 2023 at 05:28:58PM +0200, Alexander Bluhm wrote: > > On Tue, May 23, 2023 at 02:14:57PM +0200, Jan Klemkow wrote: > > > This diff sets needed offloading flags and the calculated mss to LRO > > > mbufs in ix(4). Thus, we

Re: ifconfig description for wireguard peers

2023-05-31 Thread Klemens Nanni
On Wed, May 31, 2023 at 10:27:13AM +0200, Claudio Jeker wrote: > On Tue, May 30, 2023 at 11:56:01PM +, Klemens Nanni wrote: > > On Tue, May 23, 2023 at 07:13:28PM +, Klemens Nanni wrote: > > > On Sat, Jan 14, 2023 at 02:28:27PM +, Stuart Henderson wrote: > > > > On 2023/01/12 04:49, Mik

smtpd: add missing time.h include

2023-05-31 Thread Omar Polo
Another boring diff from opensmtpd-portable. After a report of a build fail with some old gcc on RHEL7 / Centos, I noticed that we're lacking the include time.h for time(3), clock_gettime(3) and localtime(3). Diff below adds it in all the missing files. I'm also including sys/time.h in smtpd.h,

Re: ifconfig description for wireguard peers

2023-05-31 Thread Claudio Jeker
On Tue, May 30, 2023 at 11:56:01PM +, Klemens Nanni wrote: > On Tue, May 23, 2023 at 07:13:28PM +, Klemens Nanni wrote: > > On Sat, Jan 14, 2023 at 02:28:27PM +, Stuart Henderson wrote: > > > On 2023/01/12 04:49, Mikolaj Kucharski wrote: > > > > Hi, > > > > > > > > Is there anything el

Re: hack game: fix launch without /usr/games in path

2023-05-31 Thread Omar Polo
On 2023/05/29 08:46:02 +0300, Anton Konyahin wrote: > I can suggest another (much less) patch, which still allows users to > play hack without path modification. But all this stuff with checking > saves creating time doesn't looks actual for me, so I keep original > patch below. Agreed. I prefer