Re: CVS commit: src/lib/libc

2014-06-23 Thread David Holland
On Mon, Jun 23, 2014 at 07:46:15PM +, Taylor R Campbell wrote: >instead? (And can a reference to this be stuffed into the man page?) > > Read from /dev/urandom. ...ugh. Can we provide a wrapper around this for transparent casual use? (Even if it's in libutil and marked not for general

Re: CVS commit: src/lib/libc

2014-06-23 Thread Taylor R Campbell
Date: Mon, 23 Jun 2014 22:29:03 +0200 From: Joerg Sonnenberger On Mon, Jun 23, 2014 at 07:46:15PM +, Taylor R Campbell wrote: > Read from /dev/urandom. It scales better in multithreaded programs, > avoids fork issues (hanging, duplicate key streams, disclosure of > parents'

Re: CVS commit: src/lib/libc

2014-06-23 Thread Joerg Sonnenberger
On Mon, Jun 23, 2014 at 07:46:15PM +, Taylor R Campbell wrote: >Date: Mon, 23 Jun 2014 17:42:24 + >From: David Holland > >On Mon, Jun 23, 2014 at 02:14:10PM +, Taylor R Campbell wrote: > > Add `remove arc4random' to mythical libc major bump todo list. > >I'm not s

Re: CVS commit: src/lib/libc

2014-06-23 Thread Taylor R Campbell
Date: Mon, 23 Jun 2014 17:42:24 + From: David Holland On Mon, Jun 23, 2014 at 02:14:10PM +, Taylor R Campbell wrote: > Add `remove arc4random' to mythical libc major bump todo list. I'm not saying I disagree, but what's new code supposed to use instead? (And can a refe

Re: CVS commit: src/lib/libc

2014-06-23 Thread David Holland
On Mon, Jun 23, 2014 at 02:14:10PM +, Taylor R Campbell wrote: > Modified Files: > src/lib/libc: shlib_version > > Log Message: > Add `remove arc4random' to mythical libc major bump todo list. I'm not saying I disagree, but what's new code supposed to use instead? (And can a referen

Re: CVS commit: src/external/lgpl3/gmp/dist

2014-06-23 Thread Matt Thomas
On Jun 23, 2014, at 5:48 AM, KIYOHARA Takashi wrote: > Module Name: src > Committed By: kiyohara > Date: Mon Jun 23 12:48:43 UTC 2014 > > Modified Files: > src/external/lgpl3/gmp/dist: configure > > Log Message: > Support earm*-*-*. why? we don't use that.