Re: [update] libxtrans 1.4.0

2019-08-02 Thread Matthieu Herrb
On Sun, Jul 14, 2019 at 06:31:13PM +0200, Matthieu Herrb wrote: > Hi, > > the patch below updates libxtrans to version 1.4.0. Since there is one > removed in a generated file used by other libs, there are also libX11 > and libICE major bumps. Ping. In particular, how is the schedule wrt major bu

Re: iwm(4) WPA2 crypto hardware offload

2019-08-02 Thread Ville Valkonen
Forgot to mention this was on Intel Dual Band Wireless AC 7265" rev 0x59 On Fri, 2 Aug 2019 at 21:52, Ville Valkonen wrote: > > On Fri, 2 Aug 2019 at 14:18, Stefan Sperling wrote: > > > > This diff enables HW offload for WPA2 CCMP (AES) encrypted unicast > > frames in iwm(4). This is in preparat

Re: add pkg-config files for readline, editline, ncurses

2019-08-02 Thread Ingo Schwarze
Hi Stephen, Stephen Gregoratto wrote on Fri, Jul 26, 2019 at 01:23:21AM +1000: > mrsh[1], a cross-platform shell, can use readline in interactive mode. > It's configure script detects the presence of readline using > pkg-config(1). Thus, this patch adds a pkg-config file for our readline. It is

Re: arm64: softraid boot

2019-08-02 Thread Patrick Wildt
On Fri, Aug 02, 2019 at 03:16:55PM -0400, sven falempin wrote: > Dear ARM gurus, > > I m trying to tftp boot last snaphots on pine64+. > Not sure if it s possible. > So far I tried loading minitroot like an idiot and then, a boolader, > now I cant get the efi bootloader to do some tftp ( which I g

Re: arm64: softraid boot

2019-08-02 Thread sven falempin
Dear ARM gurus, I m trying to tftp boot last snaphots on pine64+. Not sure if it s possible. So far I tried loading minitroot like an idiot and then, a boolader, now I cant get the efi bootloader to do some tftp ( which I guess is normal ) But maybe I am just missing a small pieces. I also creat

Re: iwm(4) WPA2 crypto hardware offload

2019-08-02 Thread Ville Valkonen
On Fri, 2 Aug 2019 at 14:18, Stefan Sperling wrote: > > This diff enables HW offload for WPA2 CCMP (AES) encrypted unicast > frames in iwm(4). This is in preparation for Tx aggregation support. > > WEP and WPA1/TKIP ciphers are still handled in software, which mirrors > what the older iwn(4) drive

Re: iwm(4) WPA2 crypto hardware offload

2019-08-02 Thread Brian Callahan
On 8/2/19 7:13 AM, Stefan Sperling wrote: This diff enables HW offload for WPA2 CCMP (AES) encrypted unicast frames in iwm(4). This is in preparation for Tx aggregation support. WEP and WPA1/TKIP ciphers are still handled in software, which mirrors what the older iwn(4) driver is doing. We do

Re: TSC synchronization on MP machines

2019-08-02 Thread Bryan Steele
On Fri, Aug 02, 2019 at 01:29:37PM +0300, Paul Irofti wrote: > Hi, > > Here is an updated diff with a few bugs eliminated from the previous and > with most of the concerns I got in private and from Mark fixed. > > I will do the TSC_ADJUST_MSR dance in another iteration if the current > incarnatio

socreate(9) M_WAIT

2019-08-02 Thread Alexander Bluhm
Hi, I am trying to hunt some ENOBUFS bugs reported from the socket layer. This may also happen if pool(9) or malloc(9) fails, so this an easy first step. A system call should not fail due to temporary memory shortage. It is the kernel's job to handle that, usually by sleeping. So from socreate

Re: printf(1) man page has a small omission

2019-08-02 Thread Andras Farkas
On Thu, Aug 1, 2019 at 5:54 PM Ingo Schwarze wrote: > please do not cross-post on OpenBSD lists, choose whatever list fits > best. I trimmed bugs@ for this followup. Ah, my bad. I just found it unclear which list to send documentation issues to. I've normally sent them to bugs@ in the past, but

unmount after realpath

2019-08-02 Thread Moritz Buhl
Hi, the same as to unveil(2) also counts for realpath(3). https://marc.info/?l=openbsd-bugs&m=156469573812165&w=2 Similar diff attached. tests are here: https://github.com/moritzbuhl/realpath-unmount-regress thanks, mbuhl Index: sys/kern/vfs_syscalls.c ==

iwm(4) WPA2 crypto hardware offload

2019-08-02 Thread Stefan Sperling
This diff enables HW offload for WPA2 CCMP (AES) encrypted unicast frames in iwm(4). This is in preparation for Tx aggregation support. WEP and WPA1/TKIP ciphers are still handled in software, which mirrors what the older iwn(4) driver is doing. We don't enable 11n at all with those ciphers (see i

Re: TSC synchronization on MP machines

2019-08-02 Thread Mark Kettenis
> Date: Fri, 2 Aug 2019 13:29:37 +0300 > From: Paul Irofti > > On Mon, Jul 01, 2019 at 10:32:51AM +0200, Mark Kettenis wrote: > > > Date: Thu, 27 Jun 2019 15:08:00 +0300 > > > From: Paul Irofti > > > > > > Hi, > > > > > > Here is an initial diff, adapted from NetBSD, that synchronizes TSC > >

Re: TSC synchronization on MP machines

2019-08-02 Thread Paul Irofti
On Mon, Jul 01, 2019 at 10:32:51AM +0200, Mark Kettenis wrote: > > Date: Thu, 27 Jun 2019 15:08:00 +0300 > > From: Paul Irofti > > > > Hi, > > > > Here is an initial diff, adapted from NetBSD, that synchronizes TSC > > clocks across cores. > > > > CPU0 is the reference clock and all others are