Re: hidms: don't ignore mice with no x/y coordinates

2021-06-08 Thread Raf Czlonka
On Mon, May 24, 2021 at 03:15:14PM BST, joshua stein wrote: > A bug was reported where a Kensington USB trackball didn't work > properly: > > uhidev4 at uhub0 port 6 configuration 1 interface 0 "Kensington Expert > Wireless TB" rev 2.00/1.02 addr 9 > uhidev4: iclass 3/1, 3 report ids >

Re: add table_procexec in smtpd

2021-06-08 Thread Aisha Tammy
Hi, I've attached a slightly updated patch for the procexec. Ping for someone to take a look :) Cheers, Aisha diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile index ef8148be8c9..2e8beff1ad1 100644 --- a/usr.sbin/smtpd/smtpctl/Makefile +++

vscsi/iscsid: wait for scsi_probe to complete after connections are established

2021-06-08 Thread Ashton Fagg
I have been working on fixing an issue (which was partially fixed by a diff I sent in earlier this year) with iscsid. With iscsi disks in /etc/fstab, sometimes the devices aren't fully up and ready before fsck tries to run - causing the machine to go into single user mode on boot. The diff that

Re: [External] : Re: parallel forwarding vs. bridges

2021-06-08 Thread Alexandr Nedvedicky
Hello David, I'm still not sure if your change is ultimate fix, or just significantly minimizes risk of the bug. If I understand things right, the problem we are trying to solve: DIOCGETSTATES we have in current, grabs NET_LOCK() and pf_state_lock as a reader. it then walks through

Read/Write whole fusebufs

2021-06-08 Thread Helg
Hello tech@ Due to the challenges of having a large diff reviewed I've had another think about how I can break up the FUSE changes so that they are smaller and easier to review. This is the first of these diffs. The current design uses a fixed size fusebuf that consists of a header and a union

Re: Patch: ksh: fix input handling for 4 byte UTF-8 sequences

2021-06-08 Thread Nicholas Marriott
Looks good to me, ok nicm On Wed, Jun 02, 2021 at 09:00:16PM +0200, Ingo Schwarze wrote: > Hi, > > feeling hesitant to commit into ksh without at least one proper OK, > i'm resending this patch here, sorry if i missed private feedback. > > What the existing code does: > It tries to make sure

ssh/sshd configuration parsing

2021-06-08 Thread Damien Miller
Hi, I just committed some changes to ssh/sshd configuration parsing that have been in snaps for the last few days. These changes switch parsing from using a naive tokeniser to one that better follows shell-style rules for quoting and comments. This does make config parsing stricter in a number