Typo in Tetris

2014-08-04 Thread Sam Hart
Absolutely trivial, but none the less ... --- tetris-orig/shapes.c2014-08-03 14:12:09.0 +0100 +++ tetris/shapes.c 2014-08-03 14:12:26.0 +0100 @@ -76,7 +76,7 @@ }; /* - * Return true iff the given shape fits in the given position, + * Return true if the given shape

Re: Typo in Tetris

2014-08-04 Thread Jasper Lievisse Adriaanse
On Sun, Aug 03, 2014 at 02:27:37PM +0100, Sam Hart wrote: Absolutely trivial, but none the less ... It's not a typo if and only if iff was meant. --- tetris-orig/shapes.c 2014-08-03 14:12:09.0 +0100 +++ tetris/shapes.c 2014-08-03 14:12:26.0 +0100 @@ -76,7 +76,7 @@ };

Re: Typo in Tetris

2014-08-04 Thread Stuart Henderson
http://en.m.wikipedia.org/wiki/If_and_only_if

Re: bgpctl: enlarge columns for 4-byte ASN display

2014-08-04 Thread Gregor Best
Ping? Are there remaining issues with the patch or should I leave you guys alone until the release stress is over? -- Gregor Best

Re: [PATCH] fix overflow handling in dd(1)

2014-08-04 Thread William Orr
Hey, Sorry to bring this up again, but are there any other changes that need to be made to this patch? I've fixed all of the major complaints. Thanks, William Orr On 07/13/2014 02:19 AM, William Orr wrote: Here is the latest diff with the bullshit removed and the loop replaced with strchr.

Re: Typo in Tetris

2014-08-04 Thread Sam Hart
Well, I've learned something today. Apologies for the noise. On Mon, Aug 4, 2014 at 9:51 AM, Stuart Henderson s...@spacehopper.org wrote: http://en.m.wikipedia.org/wiki/If_and_only_if

kernel panic

2014-08-04 Thread Roberto E. Vargas Caballero
Hi, After updating to the snapshot of 31 July, I get a kernel panic while booting if I have connected my usb devices. If I connect my devices (I connect them through an usb port expander) after booting everything work perfectly. I attach the best dmesg I got (I tried several times but kernel

Re: [PATCH] libressl/apps: load trusted ca certificates as specified on the command line

2014-08-04 Thread Florian Zumbiehl
ping?