Re: resolv.conf(5) says options inet6 does nothing

2020-04-24 Thread Jeremie Courreges-Anglas
On Thu, Apr 23 2020, Eric Faurot wrote: > On Thu, Apr 23, 2020 at 10:34:39AM -0600, Theo de Raadt wrote: >> It says the keyword gets parsed, but then does performs no action. >> >> But that is different from not parsing it. >> >> Additionally, this explains an option which other systems

Marvell 88SE9215 controller

2020-04-24 Thread Damien Couderc
Hi guys, The following diff is adding the Marvell 88SE9215 SATA controller to the PCI devices. === --- pcidevs.origThu Apr 23 11:44:53 2020 +++ pcidevs Thu Apr 23 14:15:18 2020 @@ -5922,6 +5922,7 @@ product MARVELL2 88SE9125

Re: Warning in net/art.c w/ -Wuninitialized

2020-04-24 Thread Martin Pieuchot
On 15/04/20(Wed) 17:04, Martin Pieuchot wrote: > On 15/04/20(Wed) 09:26, Martin Pieuchot wrote: > > jca@ is currently building kernels with "-Wno-error=uninitialized" and > > reported a warning in ART in SP builds: > > > > /usr/src/sys/net/art.c:256:10: warning: variable 'ndsr' is uninitialized

Re: Warning in net/art.c w/ -Wuninitialized

2020-04-24 Thread Mark Kettenis
> Date: Fri, 24 Apr 2020 12:19:32 +0200 > From: Martin Pieuchot > > On 15/04/20(Wed) 17:04, Martin Pieuchot wrote: > > On 15/04/20(Wed) 09:26, Martin Pieuchot wrote: > > > jca@ is currently building kernels with "-Wno-error=uninitialized" and > > > reported a warning in ART in SP builds: > > >

proc.h: fix comment for proc's cached credentials

2020-04-24 Thread Vitaliy Makkoveev
Per thread cached credentials are accessed only by curproc. Curproc doesn't modify it's 'p_ucred' directly. It allocates new copy, then modyfies newcopy and replaces the old. So 'p_ucred' is owned by curproc. Index: sys/sys/proc.h

Re: correction for insque.3

2020-04-24 Thread Andras Farkas
I have an alternative to insque3difflarge.txt as for clarifying the wording: simply removing the word "respectively", so the end of the sentence is just "in the queue." (that said, I have a preference for what I actually sent as a diff) On Thu, Apr 23, 2020 at 5:48 PM Andras Farkas wrote: > > I

Re: athn(4): WPA2 crypto hardware offload

2020-04-24 Thread Stefan Sperling
On Wed, Apr 22, 2020 at 07:37:10PM +0200, Stefan Sperling wrote: > This makes athn(4) offload CCMP encryption and decryption to hardware. > CCMP is used with WPA2, so this reduces CPU load on WPA2 networks only. > > The WPA1 (TKIP) and WEP ciphers remain in software because this simplifies > the

Update www/mail.html

2020-04-24 Thread clematis
Hello, Suggesting to remove squish.net and the japaneese list from the www/mail.html page as they are "obsolete". (More details below). Patch attached to remove them. Here's some more details: 1/ Other mailing lists squish.net archive have stopped a few years ago. I have tried to reach out to

Re: Make Rockchip RK3399 eMMC faster

2020-04-24 Thread Marcus MERIGHI
mark.kette...@xs4all.nl (Mark Kettenis), 2020.04.23 (Thu) 22:56 (CEST): > I put this in at some point since I couldn't get the eMMC on my > firefly-rk3399 working otherwise. But its eMMC died and on my > rockpro64 and rk3399-q7 boards things work very well without it. On > the latter board it

www/advisories unreferenced files - should they go to the attic?

2020-04-24 Thread clematis
Hello, advisories/ does contain some txt files which aren't referenced in any pages. I don't know if there's legacy reason to keep them. Or if they should be moved to the attic. But here's the list: (checked with grep -R in all www/) mmap.txt nai_28_chpass.txt procfs.txt pw_error.txt

Re: www/advisories unreferenced files - should they go to the attic?

2020-04-24 Thread Theo de Raadt
Somewhere along the line, the web pages were changed to no longer reference those pages, and that is a shame. It is a shame that the old errata pages don't point at those files. They aren't quite in the same format, but why not try to show the history of our work? If we start saying we don't

Re: athn(4): WPA2 crypto hardware offload

2020-04-24 Thread Stefan Sperling
On Fri, Apr 24, 2020 at 03:31:12PM +0200, Stefan Sperling wrote: > On Wed, Apr 22, 2020 at 07:37:10PM +0200, Stefan Sperling wrote: > > This makes athn(4) offload CCMP encryption and decryption to hardware. > > CCMP is used with WPA2, so this reduces CPU load on WPA2 networks only. > > > > The

Re: www/advisories unreferenced files - should they go to the attic?

2020-04-24 Thread Ingo Schwarze
Hi Theo, Theo de Raadt wrote on Fri, Apr 24, 2020 at 10:57:23AM -0600: > Somewhere along the line, the web pages were changed to no longer > reference those pages, and that is a shame. > > It is a shame that the old errata pages don't point at those files. > > They aren't quite in the same

pcfrtc(4) fix

2020-04-24 Thread Mark Kettenis
The chip will set the OSF flag whenever the internal oscillator stops running. That happens for example wen the battry runs out of juice. The idea as that we can check this flag to decide whether we should trust the time in the chip. The driver tries to implement that but fails because it always

Maxim DS3231/DS3232 RTC support

2020-04-24 Thread Mark Kettenis
Driver name is dsxrtc(4). ok? Index: dev/i2c/files.i2c === RCS file: /cvs/src/sys/dev/i2c/files.i2c,v retrieving revision 1.64 diff -u -p -r1.64 files.i2c --- dev/i2c/files.i2c 6 Sep 2019 09:38:19 - 1.64 +++

Re: Make Rockchip RK3399 eMMC faster

2020-04-24 Thread Sebastian Benoit
Mark Kettenis(mark.kette...@xs4all.nl) on 2020.04.23 22:56:17 +0200: > I put this in at some point since I couldn't get the eMMC on my > firefly-rk3399 working otherwise. But its eMMC died and on my > rockpro64 and rk3399-q7 boards things work very well without it. On > the latter board it even

Re: www/advisories unreferenced files - should they go to the attic?

2020-04-24 Thread Theo de Raadt
Beautiful! Ingo Schwarze wrote: > Hi Theo, > > Theo de Raadt wrote on Fri, Apr 24, 2020 at 10:57:23AM -0600: > > > Somewhere along the line, the web pages were changed to no longer > > reference those pages, and that is a shame. > > > > It is a shame that the old errata pages don't point at