Re: ssh.1: refer to ssh_config(5) in description of -C, -m

2022-05-27 Thread Jason McIntyre
On Fri, May 27, 2022 at 09:27:45PM +0200, Caspar Schutijser wrote: > On Fri, May 27, 2022 at 08:06:55PM +0200, Caspar Schutijser wrote: > > Hi, > > > > In almost all cases where ssh.1 refers to an option described in > > ssh_config(5), it makes this reference explicit. See for example in the > >

Re: apmd(8): reconnecting AC, not battery

2022-05-27 Thread Jason McIntyre
On Fri, May 27, 2022 at 07:19:37PM +0200, Jan Stary wrote: > apmd says: > > When the power status changes (battery is connected or disconnected), > apmd fetches the current status and reports it via syslog(3) > with logging facility LOG_DAEMON. > > Is "battery" really meant here? Should

mvsw(4): present each port as a separate interface

2022-05-27 Thread David Gwynne
ive been hunting for a small box, ie, it has a case, with at least two (non usb) gig interfaces for use/recommend as a cheap and cheerful home router, and it feels like trying to find a unicorn sometimes. i was looking at ipq4018/ipq4019 devs for a while, but ive been turned off those systems

Re: ix(4): Add support for TCP Large Receive Offloading

2022-05-27 Thread David Gwynne
On Fri, May 27, 2022 at 06:25:00PM +0200, Jan Klemkow wrote: > Hi, > > The following diff enables the TCP Large Receive Offloading feature for > ix(4) interfaces. It also includes a default off sysctl(2) switch. > > The TCP single stream receiving performance increased from 3.6 Gbit/s to > 9.4

Re: tar extract to stdout

2022-05-27 Thread Ted Unangst
Err. Index: extern.h === RCS file: /home/cvs/src/bin/pax/extern.h,v retrieving revision 1.60 diff -u -p -r1.60 extern.h --- extern.h23 Mar 2020 20:04:19 - 1.60 +++ extern.h27 May 2022 00:30:36 - @@ -284,7 +284,7

Re: tar extract to stdout

2022-05-27 Thread Theo de Raadt
Ted Unangst wrote: > On 2022-05-26, Todd C. Miller wrote: > > Our tar's -O flag is only used when creating an archive, it is > > unused for extraction. I'd prefer that we use the same option > > letter as GNU tar and bsdtar for this. > > That would look something like this. The smallest diffs

Re: tar extract to stdout

2022-05-27 Thread Ted Unangst
On 2022-05-26, Todd C. Miller wrote: > Our tar's -O flag is only used when creating an archive, it is > unused for extraction. I'd prefer that we use the same option > letter as GNU tar and bsdtar for this. That would look something like this.

Initial patch for Baikal-M arm64 based boards

2022-05-27 Thread Slava Voronzoff
Hello, I'm never send any patches, but I got arm64 board that is not supported and plan to more or less add some support of it to openbsd (because I like OpenBSD and want to run it here) This is very simple patch that adds support of Pci-e on this board by "matching" some OF_is_compatible to

Re: ssh.1: refer to ssh_config(5) in description of -C, -m

2022-05-27 Thread Caspar Schutijser
On Fri, May 27, 2022 at 08:06:55PM +0200, Caspar Schutijser wrote: > Hi, > > In almost all cases where ssh.1 refers to an option described in > ssh_config(5), it makes this reference explicit. See for example in the > description of -c: > "See the Ciphers keyword **in ssh_config(5)**". > Would it

ssh.1: refer to ssh_config(5) in description of -C, -m

2022-05-27 Thread Caspar Schutijser
Hi, In almost all cases where ssh.1 refers to an option described in ssh_config(5), it makes this reference explicit. See for example in the description of -c: "See the Ciphers keyword **in ssh_config(5)**". Would it make sense to add "in ssh_config(5)" for the description of -C and -m too? Patch

apmd(8): reconnecting AC, not battery

2022-05-27 Thread Jan Stary
apmd says: When the power status changes (battery is connected or disconnected), apmd fetches the current status and reports it via syslog(3) with logging facility LOG_DAEMON. Is "battery" really meant here? Should that be the AC power? Batteries are typically not being reconnected while

Re: ix(4): Add support for TCP Large Receive Offloading

2022-05-27 Thread Theo de Raadt
I really do not think sysctl makes sense for this. We do not create global knobs that affect network drivers like this. If there is going to be a knob, it should be per-interface, via ifconfig. Additionally, I am *extremely sceptical this code works. If the sysctl is changed, network

Re: [PATCH] [src] share/man/man8/rc.{d,subr}.8 - normalise markup

2022-05-27 Thread Antoine Jacoutot
On Fri, May 27, 2022 at 12:34:16PM +0100, Raf Czlonka wrote: > On Fri, May 27, 2022 at 12:06:53PM BST, Stuart Henderson wrote: > > On 2022/05/27 11:43, Raf Czlonka wrote: > > > Hello, > > > > > > daemon_logger was the odd one out in rc.subr(8). > > > > I think that is correct. > > > > > While

Re: [PATCH] [src] share/man/man8/rc.{d,subr}.8 - normalise markup

2022-05-27 Thread Raf Czlonka
On Fri, May 27, 2022 at 12:06:53PM BST, Stuart Henderson wrote: > On 2022/05/27 11:43, Raf Czlonka wrote: > > Hello, > > > > daemon_logger was the odd one out in rc.subr(8). > > I think that is correct. > > > While there, I did the same in rc.d(8). > > But that isn't, it is talking about

Re: [PATCH] [src] share/man/man8/rc.{d,subr}.8 - normalise markup

2022-05-27 Thread Stuart Henderson
On 2022/05/27 11:43, Raf Czlonka wrote: > Hello, > > daemon_logger was the odd one out in rc.subr(8). I think that is correct. > While there, I did the same in rc.d(8). But that isn't, it is talking about _execdir, _flags, etc where you need to replace the > Regards, > > Raf > > Index:

[PATCH] [src] share/man/man8/rc.{d,subr}.8 - normalise markup

2022-05-27 Thread Raf Czlonka
Hello, daemon_logger was the odd one out in rc.subr(8). While there, I did the same in rc.d(8). Regards, Raf Index: share/man/man8/rc.d.8 === RCS file: /cvs/src/share/man/man8/rc.d.8,v retrieving revision 1.38 diff -u -p -r1.38

Re: pf_state_export panic with NET_TASKQ=6 and stuff ....

2022-05-27 Thread Alexandr Nedvedicky
Hello, On Fri, May 27, 2022 at 10:33:06AM +0200, Hrvoje Popovski wrote: > Hi all, > > I'm running firewall in production with NET_TASKQ=6 with claudio@ "use > timeout for rttimer" and bluhm@ "kernel lock in arp" diffs. > After week or so of running smoothly I've got panic. thank you for

grep and --null (second try)

2022-05-27 Thread Omar Polo
Hello everyone, one year ago there was a thread for grep --null [0] and there seemed to be a general agreement (in the diff, not only in how wrong the name --null feels.) In the end it wasn't committed, I got distracted and continued to happily using my patched ~/bin/grep [0]:

pf_state_export panic with NET_TASKQ=6 and stuff ....

2022-05-27 Thread Hrvoje Popovski
Hi all, I'm running firewall in production with NET_TASKQ=6 with claudio@ "use timeout for rttimer" and bluhm@ "kernel lock in arp" diffs. After week or so of running smoothly I've got panic. I'm aware that it's not plain snapshot, but having two firewalls with carp and pfsync gives me room for