Unbreak adventure(6)

2014-12-31 Thread Theo Buehler
The adventure game is currently broken. When it's started without any arguments, it spits a pile of garbage to stdout before eventually dumping its core. The game data of adventure(6) is obfuscated at compile time with a scheme relying on deterministic random() and deobfuscated at runtime. This

Re: tetris(6): fix select() - poll() conversion

2014-12-31 Thread Theo Buehler
On Fri, Nov 07, 2014 at 11:57:50AM -0800, patrick keshishian wrote: [...] I propose getting rid of the s pointer all together as such: After replacing select() with poll(), not removing `struct timeval *s' seems an oversight; Its use was solely for select()'s benefit. Once more,

Re: Unbreak adventure(6)

2014-12-31 Thread Adam Wolk
On Wed, Dec 31, 2014, at 04:16 PM, Theo Buehler wrote: The adventure game is currently broken. When it's started without any arguments, it spits a pile of garbage to stdout before eventually dumping its core. Confirmed true for i386 running a snapshot from 27-Dec-2014. With your patch

simplify lm sensor alias removal

2014-12-31 Thread David Gwynne
i cant see why a task is necessary to defer the removal of iic sensors that alias isa ones we find. we should be able to remove the iic sensors directly. i also dont have a box with this hardware in it, so i cant test. anyone else willing to try? Index: lm78_isa.c