Re: Clear PME Status when a wake event is received

2014-09-06 Thread Mike Larkin
On Sat, Sep 06, 2014 at 09:18:26PM +0200, Mark Kettenis wrote: > As pea@ noticed, Apple machines with an NVIDIA MCP79 chipset will > suffer an interrupt storm when you send them WOL packet to their > nfe(4) interface. The acpi0 interrupt handler fires continously in > this case. Some digging reve

Clear PME Status when a wake event is received

2014-09-06 Thread Mark Kettenis
As pea@ noticed, Apple machines with an NVIDIA MCP79 chipset will suffer an interrupt storm when you send them WOL packet to their nfe(4) interface. The acpi0 interrupt handler fires continously in this case. Some digging revealed that the device wake GPE for the nfe(4) interface was casuing this

possible bug in asinhl on sparc64 (libm)

2014-09-06 Thread Daniel Dickman
according to the numpy developers asinhl on sparc64 might be buggy. I haven't worked out a test case yet but just reporting in case anyone else wants to take a look as well. bug report: https://github.com/numpy/numpy/issues/5026#issuecomment-54711361

Re: finally nuke

2014-09-06 Thread Mark Kettenis
> Date: Sat, 6 Sep 2014 10:04:08 + > From: Miod Vallat > > has not contained disk statistics since 17 years. The > remaining defines from this file can already be found in , > and the variable declarations would better be in . > > The following diff thus gets rid of this file and adjusts us

Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-06 Thread GrĂ©goire DuchĂȘne
Hi, Although CIRCLEQ_* macros are deprecated, queue(3) does not say so. -- gregoire Index: queue.3 === RCS file: /cvs/src/share/man/man3/queue.3,v retrieving revision 1.59 diff -u -p -r1.59 queue.3 --- queue.3 14 Aug 2013 06:32:

finally nuke

2014-09-06 Thread Miod Vallat
has not contained disk statistics since 17 years. The remaining defines from this file can already be found in , and the variable declarations would better be in . The following diff thus gets rid of this file and adjusts userland to use when applicable. Index: libexec/rpc.rstatd/rstat_proc.c =