Re: timeout(9): add clock-based timeouts (attempt 2)

2020-09-07 Thread Scott Cheloha
On Sat, Sep 05, 2020 at 01:11:59PM +0200, Mark Kettenis wrote: > > Date: Fri, 4 Sep 2020 17:55:39 -0500 > > From: Scott Cheloha > > > > On Sat, Jul 25, 2020 at 08:46:08PM -0500, Scott Cheloha wrote: > > > > > > [...] > > > > > > I want to add clock-based timeouts to the kernel because

Re: PATCH: Fix PCI Config Space union size on VMM

2020-09-07 Thread Jordan Hargrave
This code fixes the pci device union for accessing PCI config space >= 0x40 Running pcidump -xxx in a virtual machine would return garbage data due to union overlap On Mon, Sep 07, 2020 at 05:52:55PM -0500, Jordan Hargrave wrote: > Index: pci.h >

PATCH: Fix PCI Config Space union size on VMM

2020-09-07 Thread Jordan Hargrave
Index: pci.h === RCS file: /cvs/src/usr.sbin/vmd/pci.h,v retrieving revision 1.7 diff -u -p -u -r1.7 pci.h --- pci.h 17 Sep 2017 23:07:56 - 1.7 +++ pci.h 7 Sep 2020 22:48:09 - @@ -32,43 +32,44 @@ typedef int

Re: incorrect result from getppid for ptraced processes

2020-09-07 Thread Mateusz Guzik
On 9/5/20, Philip Guenther wrote: > On Fri, Sep 4, 2020 at 2:59 PM Mateusz Guzik wrote: > >> On 9/5/20, Philip Guenther wrote: >> > On Fri, Sep 4, 2020 at 1:06 PM Mateusz Guzik wrote: >> > >> >> On 9/4/20, Vitaliy Makkoveev wrote: >> >> > On Fri, Sep 04, 2020 at 05:24:42PM +0200, Mateusz

Re: acpiapplesmc(4)

2020-09-07 Thread Marcus Glocker
On Mon, 7 Sep 2020 20:50:20 +0200 (CEST) Mark Kettenis wrote: > > Date: Mon, 7 Sep 2020 19:59:13 +0200 > > From: Marcus Glocker > > > > On Mon, 7 Sep 2020 19:25:00 +0200 (CEST) > > Mark Kettenis wrote: > > > > > > Date: Mon, 7 Sep 2020 12:02:15 -0500 > > > > From: joshua stein > > > > >

Re: acpiapplesmc(4)

2020-09-07 Thread Mark Kettenis
> Date: Mon, 7 Sep 2020 19:59:13 +0200 > From: Marcus Glocker > > On Mon, 7 Sep 2020 19:25:00 +0200 (CEST) > Mark Kettenis wrote: > > > > Date: Mon, 7 Sep 2020 12:02:15 -0500 > > > From: joshua stein > > > > > > On Mon, 07 Sep 2020 at 06:58:01 +0200, Marcus Glocker wrote: > > > > This is

Re: [PATCH] Add common PCIE capability list

2020-09-07 Thread Mark Kettenis
> Date: Mon, 7 Sep 2020 13:33:14 -0500 > From: Jordan Hargrave > > Attaching the full diff ok kettenis@ > On Mon, Sep 07, 2020 at 01:09:12PM -0500, Jordan Hargrave wrote: > > On Thu, Sep 03, 2020 at 08:37:56PM +0200, Mark Kettenis wrote: > > > > Date: Wed, 2 Sep 2020 15:19:55 +1000 > > > >

Re: [PATCH] Add common PCIE capability list

2020-09-07 Thread Jordan Hargrave
Attaching the full diff On Mon, Sep 07, 2020 at 01:09:12PM -0500, Jordan Hargrave wrote: > On Thu, Sep 03, 2020 at 08:37:56PM +0200, Mark Kettenis wrote: > > > Date: Wed, 2 Sep 2020 15:19:55 +1000 > > > From: Jonathan Gray > > > > > > On Tue, Sep 01, 2020 at 11:44:03PM -0500, Jordan Hargrave

Re: [PATCH] Add common PCIE capability list

2020-09-07 Thread Jordan Hargrave
On Thu, Sep 03, 2020 at 08:37:56PM +0200, Mark Kettenis wrote: > > Date: Wed, 2 Sep 2020 15:19:55 +1000 > > From: Jonathan Gray > > > > On Tue, Sep 01, 2020 at 11:44:03PM -0500, Jordan Hargrave wrote: > > > This patch adds a common function for scanning PCIE Express Capability > > > list > > >

Re: acpiapplesmc(4)

2020-09-07 Thread Marcus Glocker
On Mon, 7 Sep 2020 19:25:00 +0200 (CEST) Mark Kettenis wrote: > > Date: Mon, 7 Sep 2020 12:02:15 -0500 > > From: joshua stein > > > > On Mon, 07 Sep 2020 at 06:58:01 +0200, Marcus Glocker wrote: > > > This is an initial driver for the Apple System Management > > > Controller found in Intel

Re: acpiapplesmc(4)

2020-09-07 Thread Mark Kettenis
> Date: Mon, 7 Sep 2020 12:02:15 -0500 > From: joshua stein > > On Mon, 07 Sep 2020 at 06:58:01 +0200, Marcus Glocker wrote: > > 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

Re: acpiapplesmc(4)

2020-09-07 Thread joshua stein
On Mon, 07 Sep 2020 at 06:58:01 +0200, Marcus Glocker wrote: > 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

Re: [WIP FAQ13] New section for webcam usage

2020-09-07 Thread Paco Esteban
Hi Stefan, On Sun, 06 Sep 2020, Stefan Hagen wrote: > 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