acpiapplesmc(4)

2020-09-06 Thread Marcus Glocker
This is an initial driver for the Apple System Management Controller found in Intel based Apple computers. The driver is currently missing support for the Sudden Motion Sensor (SMS), light sensor, and keyboard backlight since I don't have that hardware available to develop on. On my iMac11,2 it

Re: [macppc] clang-10: issue with ppc dag to dag pattern instruction selection

2020-09-06 Thread Todd Mortimer
On Tue, Sep 01, 2020 at 07:37:19PM -0400, George Koehler wrote: > Moving from bugs to tech. > > cwen reported that base-clang crashed on macppc in graphics/babl and > emulators/mednafen [1]. I observed that clang crashed on powerpc64 in > mednafen. I now propose to backport a commit in llvm

snmpd refactor listen on grammar

2020-09-06 Thread Martijn van Duren
Moving towards individual transport mappings, it's becoming more convenient to have the protocol directly after the listen on statement. This gives me more flexibility in using mapping-specific APIs, also when other transport mappings might become available in the future it allows for easier

Re: [WIP FAQ13] New section for webcam usage

2020-09-06 Thread Stefan Hagen
Stefan Hagen wrote: > Using a webcam as user > > > To use the webcam as regular user, you need to change the device > permissions. Only root is allowed to access video devices by default. > > > One way of allowing your user to access the video devices is to change > the permissions from

[WIP FAQ13] New section for webcam usage

2020-09-06 Thread Stefan Hagen
Hello, Lauries video(1) email to misc@ encouraged me to take this information and try to come up with a proposal to enhance the multimedia faq with information about webcam usage. It's the first time I'm working on a faq article and I don't know about any style guides. I tried to align with the

Re: snmpd remove snmpe_dispatch_parent

2020-09-06 Thread Denis Fondras
On Sun, Sep 06, 2020 at 06:37:17PM +0200, Martijn van Duren wrote: > going for another easy picking: snmpe_dispatch_parent is just an empty > stub. proc.c assigns proc_dispatch_null to p_cb if it's null, which > effectively does the same thing. > > OK? > OK denis@ > martijn@ > > Index:

snmpd remove snmpe_dispatch_parent

2020-09-06 Thread Martijn van Duren
going for another easy picking: snmpe_dispatch_parent is just an empty stub. proc.c assigns proc_dispatch_null to p_cb if it's null, which effectively does the same thing. OK? martijn@ Index: snmpe.c === RCS file:

Re: run(4): crash still observed on 6.7 and -current

2020-09-06 Thread Stefan Sperling
On Sun, Sep 06, 2020 at 05:19:46PM +0530, Neeraj Pal wrote: > Hi there, > > I have found that the crash is still observed which had already been > discussed, here, > https://marc.info/?l=openbsd-tech=143662082630187=2 on -current > and also on 6.7 > > also verified that the patch >

smtpd.conf add admd keyword

2020-09-06 Thread Martijn van Duren
EHLO, RFC8601 defines the authentication-results header which can be used to show the verification-results of DKIM, SPF, DMARC, and others. I can think of quite a few filters that could be build around this header: - the prior mentioned - detecting the header before accepting it into ones ADMD -

run(4): crash still observed on 6.7 and -current

2020-09-06 Thread Neeraj Pal
Hi there, I have found that the crash is still observed which had already been discussed, here, https://marc.info/?l=openbsd-tech=143662082630187=2 on -current and also on 6.7 also verified that the patch (https://marc.info/?l=openbsd-tech=143693266301743=2) sent by @stefan fixes the problem for

Re: ftp: allow specifying supported protocols

2020-09-06 Thread Jeremie Courreges-Anglas
On Sun, Sep 06 2020, Theo Buehler wrote: > On Sun, Sep 06, 2020 at 12:55:17AM +0200, Jeremie Courreges-Anglas wrote: >> On Sat, Sep 05 2020, Theo Buehler wrote: >> > I found this small diff useful more than once (admittedly for debugging). >> > It allows specifying the protocols that may be used