Re: acpi global lock diff that needs testing

2013-08-09 Thread Jérémie Courrèges-Anglas
Mark Kettenis writes: > On amd64/i386 there is this nasty thing called SMM mode. This allows > BIOS writers to run code behind the back of the OS to do all sorts of > crazy stuff like simulating a legacy PC keyboard controller on systems > that don't have one, or spin up the fan in your laptop w

Re: tedu netatm

2013-08-09 Thread Mike Belopuhov
On 9 August 2013 09:36, Martin Pieuchot wrote: > It's me again :) With a freshly updated and tested diff to tedu netatm. > I got no objection since I raised the issue 5 months ago [0], so I'm now > looking for oks. > > [0] http://marc.info/?l=openbsd-tech&m=136335787207091&w=2 > i think it should

Stop using static variables in ICMP

2013-08-09 Thread Martin Pieuchot
This is the last episode from the first season of the serie, "move your variables to the stack". Like in the previous episodes, this one will let us execute the various icmp functions in parallel without risk of trashing a value. It also reduces the difference with the icmp6 code adding a redirec

Re: nd6 expire

2013-08-09 Thread Martin Pieuchot
On 08/08/13(Thu) 21:34, Alexander Bluhm wrote: > On Thu, Aug 08, 2013 at 01:47:17PM +0200, Martin Pieuchot wrote: > > On 08/08/13(Thu) 01:06, Alexander Bluhm wrote: > > > Hi, > > > > > > To control the lifetime of IPv6 addresses, prefixes and default > > > routers, the kernel and ndp use a bunch o