Re: [Chicken-hackers] [PATCH] Use arc4random_buf on FreeBSD/DragonFly

2018-09-07 Thread Tobias Kortkamp
On Fri, Sep 7, 2018, at 17:13, felix.winkelm...@bevuta.com wrote: > > * felix.winkelm...@bevuta.com [180906 12:27]: > > > Should be self-explaining... > > > > I would delay this patch. I did look up FreeBSD's code base and it > > seems that they have importet OpenBSD's version 18 days ago,

Re: [Chicken-hackers] [PATCH] Use arc4random_buf on FreeBSD/DragonFly

2018-09-07 Thread felix . winkelmann
> * felix.winkelm...@bevuta.com [180906 12:27]: > > Should be self-explaining... > > I would delay this patch. I did look up FreeBSD's code base and it > seems that they have importet OpenBSD's version 18 days ago, according > to

Re: [Chicken-hackers] [PATCH] Use arc4random_buf on FreeBSD/DragonFly

2018-09-06 Thread Christian Kellermann
* felix.winkelm...@bevuta.com [180906 12:27]: > Should be self-explaining... I would delay this patch. I did look up FreeBSD's code base and it seems that they have importet OpenBSD's version 18 days ago, according to https://github.com/freebsd/freebsd/blob/master/lib/libc/gen/arc4random.c The

[Chicken-hackers] [PATCH] Use arc4random_buf on FreeBSD/DragonFly

2018-09-06 Thread felix . winkelmann
Should be self-explaining... felix From 2269c7c18dbe905fa0c21d7c72b4d63299391e3f Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 6 Sep 2018 12:25:20 +0200 Subject: [PATCH] Use arc4random_buf(3) on FreeBSD + DragonFly --- runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff