Re: wsmouse(4): Apple-like multi-touch buttons

2023-02-09 Thread Ulf Brosziewski
If we consider it as a work in progress, is it a good idea then to "publish" it via wsconsctl immediately? Shouldn't we leave wsconsctl as it is until we have figured out what to do, or at least hide that new field? And, speaking of hiding, it is for a feature that's only useful for a subset of t

Re: omit ksh MAIL* bits in SMALL builds

2023-02-09 Thread Theo de Raadt
Peter Stuge wrote: > Klemens Nanni wrote: > > Anyone checking their mailboxes in the installer's interactive shell? > > The installer creates some mails, right? Do they only ever go into > a newly installed system, never into a mailbox within the installer? It does not use any mechanism close t

Re: omit ksh MAIL* bits in SMALL builds

2023-02-09 Thread Peter Stuge
Klemens Nanni wrote: > Anyone checking their mailboxes in the installer's interactive shell? The installer creates some mails, right? Do they only ever go into a newly installed system, never into a mailbox within the installer? //Peter

add table-procexec to smtpd

2023-02-09 Thread aisha
Hi, This is another try to add table-procexec to smtpd. This allows for table backends to communicate with smtpd with a very simple line protocol, similar to filter proc-exec. The code is simple enough and after a bit of time can be used as a replace for table-proc (which uses imsg). Currentl

Re: bgpd reduce size of internal ctl message

2023-02-09 Thread Theo Buehler
On Thu, Feb 09, 2023 at 10:56:03AM +0100, Claudio Jeker wrote: > In IMSG_CTL_SHOW_NEIGHBOR a struct peer is sent from the SE to the RDE to > fill out 10 values. This is a waste of IO, struct peer is over 1000 bytes > large. Instead just pass the peerid to the RDE, let the rde send back a > stats ob

Re: pf max-src-{states,conn} without overload/flush useless?

2023-02-09 Thread Alexandr Nedvedicky
Hello, On Wed, Feb 08, 2023 at 09:42:11PM -0600, joshua stein wrote: > $ for i in `seq 5` ; do nc 192.168.1.240 22 & done > [2] 68892 > [3] 6303 > [4] 63554 > [5] 87833 > [6] 49997 > $ SSH-2.0-OpenSSH_9.1 > SSH-2.0-OpenSSH_9.1 > SSH-2.0-OpenSSH_9.1 > SSH-2.0-OpenSSH_9.1 > SSH-2.0-OpenSSH_9.1 >

bgpd reduce size of internal ctl message

2023-02-09 Thread Claudio Jeker
In IMSG_CTL_SHOW_NEIGHBOR a struct peer is sent from the SE to the RDE to fill out 10 values. This is a waste of IO, struct peer is over 1000 bytes large. Instead just pass the peerid to the RDE, let the rde send back a stats object and have the control code do the merge. Introduce struct rde_peer_