Re: freetype-2.5.5

2015-01-10 Thread Matthieu Herrb
On Fri, Jan 09, 2015 at 12:38:35PM +0100, David Coppa wrote: On Wed, Jan 7, 2015 at 9:54 AM, David Coppa dco...@openbsd.org wrote: An update to freetype-2.5.5. They were faster this time! Btw, it's a bugfixing update so I think we do not need another bulk build... I didn't see

arithmetic(6) range patch

2015-01-10 Thread Kaspars Bankovskis
Using better tool for the job. Index: arithmetic.c === RCS file: /cvs/src/games/arithmetic/arithmetic.c,v retrieving revision 1.18 diff -u -p -r1.18 arithmetic.c --- arithmetic.c29 Aug 2013 20:22:09 - 1.18 +++

Re: 5.6, IPv6: is autoconf set by default?

2015-01-10 Thread Florian Obser
On Sat, Jan 10, 2015 at 02:07:49PM +, Stuart Henderson wrote: [moved from misc@] On 2015-01-08, Josh Grosse j...@jggimi.homeip.net wrote: On Thu, Jan 08, 2015 at 03:20:46PM +, Florian Obser wrote: [...] eui64 Fill the interface index (the lowermost 64th bit of an IPv6

Re: 5.6, IPv6: is autoconf set by default?

2015-01-10 Thread Martin Pieuchot
On 10/01/15(Sat) 14:54, Florian Obser wrote: On Sat, Jan 10, 2015 at 02:07:49PM +, Stuart Henderson wrote: [moved from misc@] On 2015-01-08, Josh Grosse j...@jggimi.homeip.net wrote: On Thu, Jan 08, 2015 at 03:20:46PM +, Florian Obser wrote: [...] eui64 Fill

Re: 5.6, IPv6: is autoconf set by default?

2015-01-10 Thread Stuart Henderson
[moved from misc@] On 2015-01-08, Josh Grosse j...@jggimi.homeip.net wrote: On Thu, Jan 08, 2015 at 03:20:46PM +, Florian Obser wrote: [...] eui64 Fill the interface index (the lowermost 64th bit of an IPv6 address) automatically. But as I understand this, EUI64

Re: bgpd.conf macros on 5.5 and up

2015-01-10 Thread Stuart Henderson
moved from misc@ (http://marc.info/?l=openbsd-miscm=141898047318322w=2) On 2014-12-19, Tony Sarendal t...@polarcap.org wrote: From 5.5 and up it looks like bgpd macros are broken. I suspect this is parse.y r1.268. Also, the example from bgpd.conf man page fails on 5.4-5.6. I haven't tested

Re: better implicit warnings in kernel

2015-01-10 Thread Ted Unangst
On Sat, Jan 10, 2015 at 18:52, Miod Vallat wrote: Does gcc3 support -Wimplict-function-declaration? How about clang? According to toplev.c, it does. Of course it does. :) We're already using this option extensively in userland. See src/*/Makefile.inc.

Re: 5.6, IPv6: is autoconf set by default?

2015-01-10 Thread Stuart Henderson
On 2015/01/10 14:54, Florian Obser wrote: I don't think this is entirely correct. eui64 enables IPv6 on an interface by setting a link local address. For lo0 it also sets ::1. I'm unsure what eui64 was supposed to do when IPv6 was on by default and there was no way to disable it. Historically

Re: better implicit warnings in kernel

2015-01-10 Thread Theo de Raadt
Does gcc3 support -Wimplict-function-declaration? How about clang? Why not get this commited (100% the same in all Makefile.arch files).. and if we see a problem later on some architecture, Miod and I will cope with these questions then.

Re: better implicit warnings in kernel

2015-01-10 Thread Miod Vallat
Does gcc3 support -Wimplict-function-declaration? How about clang? According to toplev.c, it does.

Re: Kernel does not compile with option LOCKDEBUG

2015-01-10 Thread Philip Guenther
On Mon, 5 Jan 2015, Helg wrote: The man page for LOCK(9) says that if the kernel option LOCKDEBUG is enabled, additional facilities are provided to assist in determining deadlock occurrences. I created a copy of /sys/arch/amd64/conf/GENERIC and added option LOCKDEBUG. Executing config