Re: ksh tab completion bug

2020-11-09 Thread Anton Lindqvist
On Mon, Nov 09, 2020 at 11:15:36PM -0800, Michael Forney wrote: > I noticed some strange behavior of ksh in emacs mode when completing > file names that contain spaces (or other characters that need > escaping). > > To illustrate the problem, consider two files 'a b c test1' and > 'a b c test2'. k

ksh tab completion bug

2020-11-09 Thread Michael Forney
I noticed some strange behavior of ksh in emacs mode when completing file names that contain spaces (or other characters that need escaping). To illustrate the problem, consider two files 'a b c test1' and 'a b c test2'. ksh will correctly complete `a` and `a\ b\ c\ ` to the common prefix `a\ b\ c

[PATCH] MacBookPro5,5 - onliner diff to swap 2 keys for ISO internal kbd

2020-11-09 Thread smat
Hello, here a onliner diff against 6.8-current to swap two keys of a MacBook Pro internal keyboard (macbook5,5) at the right place. Thanks again ! Mathias mailto:s...@smat.ch Index: ukbd.c === RCS file: /cvs/src/sys/dev/usb/ukbd.c,v r

Update Windows getentropy implementation

2020-11-09 Thread Brent Cook
This updates the getentropy implementation for Windows to use the newer "Cryptography Next Generation APIs", replacing CryptGenRandom, which already has been removed from applications built for the Windows Store. Tested with libressl-portable, it passes all regression tests. Details of the API a

Re: Fw: Hardware UUID discrepancies (dmidecode vs. sysctl) on amd64 multiboot system

2020-11-09 Thread Mark Kettenis
> Date: Mon, 9 Nov 2020 14:52:12 + > From: Stuart Henderson > > On 2020/11/09 15:28, Mark Kettenis wrote: > > > I think it would be correct to change our code to follow the spec, > > > but reading the manual of current versions of dmidecode it goes a bit > > > further; > > > > > > There

Re: Fw: Hardware UUID discrepancies (dmidecode vs. sysctl) on amd64 multiboot system

2020-11-09 Thread Stuart Henderson
On 2020/11/09 15:28, Mark Kettenis wrote: > > I think it would be correct to change our code to follow the spec, > > but reading the manual of current versions of dmidecode it goes a bit > > further; > > > > There is some ambiguity about how to interpret the UUID fields > > prior to SMBIOS

Re: Fw: Hardware UUID discrepancies (dmidecode vs. sysctl) on amd64 multiboot system

2020-11-09 Thread Mark Kettenis
> Date: Mon, 9 Nov 2020 14:18:03 + > From: Stuart Henderson > > On 2020/11/08 11:42, Benjamin Baier wrote: > > Forwarding to tech@ by request from Stuart Henderson > > This issue came up on misc@ > > https://marc.info/?l=openbsd-misc&m=160477082230840&w=2 > > > > Begin forwarded message: >

Re: Fw: Hardware UUID discrepancies (dmidecode vs. sysctl) on amd64 multiboot system

2020-11-09 Thread Stuart Henderson
On 2020/11/08 11:42, Benjamin Baier wrote: > Forwarding to tech@ by request from Stuart Henderson > This issue came up on misc@ > https://marc.info/?l=openbsd-misc&m=160477082230840&w=2 > > Begin forwarded message: > > Date: Sat, 7 Nov 2020 22:30:44 +0100 > From: Benjamin Baier > To: Bruce Lill

pchgpio(4)

2020-11-09 Thread Mark Kettenis
Here is the diff for the driver that James Hastings and I wrote to support GPIO interrupts on the Intel 400-series integrated PCH. This should help with (for example) the touchpad on the latest Lenovo X1. The idea is that the driver will be extended in the future to support other PCH variants as-n

bgpd pftable change

2020-11-09 Thread Claudio Jeker
Hi bgpd and esp. bgpd-spamd users, Currently the pftable code does not keep track how often a prefix was added to a pftable. Because of this using the same pftable for multiple neighbor tables does not work well. If one neighbor withdraws a route the pftable entry is removed from the table no matt