strlcat.c typo in comment

2015-03-02 Thread Caspar Schutijser
A similar change has been made to strlcpy.c when it was updated to make the code slightly easier to read. Best regards, Caspar Schutijser Index: strlcat.c === RCS file: /cvs/src/lib/libc/string/strlcat.c,v retrieving revision 1.14

Re: strlcat.c typo in comment

2015-03-02 Thread Todd C. Miller
On Mon, 02 Mar 2015 22:39:03 +0100, Caspar Schutijser wrote: A similar change has been made to strlcpy.c when it was updated to make the code slightly easier to read. Fixed, thanks. - todd

Re: gethostbyname(3) MAXADDRS/ALIASES bug.

2015-03-02 Thread Bryan Steele
On Mon, Mar 02, 2015 at 10:21:39AM +, Stuart Henderson wrote: On 2015/03/01 18:19, Bryan Steele wrote: It seems gethostbyname(3) fails if the answer returned is too big, for example chat.freenode.net contains a lot of records that will easily trigger this. This was introduced as

Re: gethostbyname(3) MAXADDRS/ALIASES bug.

2015-03-02 Thread Bryan Steele
On Mon, Mar 02, 2015 at 09:06:36AM -0500, Bryan Steele wrote: .. I've also sent mail to eric@ and gilles@, no reply yet. Nevermind, filtering my mail too well. :-)

Re: gethostbyname(3) MAXADDRS/ALIASES bug.

2015-03-02 Thread Stuart Henderson
On 2015/03/01 18:19, Bryan Steele wrote: It seems gethostbyname(3) fails if the answer returned is too big, for example chat.freenode.net contains a lot of records that will easily trigger this. This was introduced as part of the asr libc resolver rewrite. $ ping chat.freenode.net ping:

apmd: add on demand adjustement mode

2015-03-02 Thread Jérôme Frgacic
Hello, At present, there is no middle between cool running and automatic adjustement mode. I would suggest to add an on demand adjustement mode which set hw.setperf to maximum when CPU idle is lesser then 10% and reduce it when CPU idle is greater than 30%. Also, when hw.setperf is at maximum,