<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/librandom/random_init.c, branch main</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src/librandom/random_init.c?h=main</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src/librandom/random_init.c?h=main'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2022-04-09T02:28:05Z</updated>
<entry>
<title> Prepare for 2.12.0.0. librandom revamp.</title>
<updated>2022-04-09T02:28:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2022-04-09T02:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=4e75b40d8a96c5d51490ddea43566fe8e6d4168c'/>
<id>urn:sha1:4e75b40d8a96c5d51490ddea43566fe8e6d4168c</id>
<content type='text'>
Signed-off-by: Laurent Bercot &lt;ska@appnovation.com&gt;
</content>
</entry>
<entry>
<title> Don't write to /dev/urandom. (It's useless or even harmful.)</title>
<updated>2022-03-27T06:46:04Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2022-03-27T06:46:04Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=73439ad0ff5363ad629086fe04ac44f5569a185e'/>
<id>urn:sha1:73439ad0ff5363ad629086fe04ac44f5569a185e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Don't touch /dev/urandom when getrandom() exists</title>
<updated>2021-01-15T00:18:42Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-01-15T00:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=5a2d006699305fbb1f088d06c37c52a2f84d2cd0'/>
<id>urn:sha1:5a2d006699305fbb1f088d06c37c52a2f84d2cd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix iobufferk_init on recent Linux; remove last superfluous coe</title>
<updated>2020-12-04T14:40:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-12-04T14:40:52Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=2ddd93b4423b94578868e2701c265f8da4350965'/>
<id>urn:sha1:2ddd93b4423b94578868e2701c265f8da4350965</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add egidingroups sysdeps, change fd_close() to void and saving errno, propagate changes</title>
<updated>2017-07-16T11:19:51Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-07-16T11:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=16013c560e189bd0c4fb58e038c0f449542dba7a'/>
<id>urn:sha1:16013c560e189bd0c4fb58e038c0f449542dba7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> add arc4random_addrandom sysdep; next batch of types changes.</title>
<updated>2017-02-15T17:40:40Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-02-15T17:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=a896ca2a8c617e5e00ffd5fc9e69331ad754e5b3'/>
<id>urn:sha1:a896ca2a8c617e5e00ffd5fc9e69331ad754e5b3</id>
<content type='text'>
 The library isn't supposed to be functional yet: there are
still a lot of type mismatches.
</content>
</entry>
<entry>
<title> random_init: do not fail if we can't write to /dev/urandom</title>
<updated>2016-11-03T10:25:24Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-11-03T10:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=495da13c70f50ee5224873a04a47d1f957e3b6f0'/>
<id>urn:sha1:495da13c70f50ee5224873a04a47d1f957e3b6f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title> This one escaped the previous commit: random_init changes</title>
<updated>2016-10-24T02:07:21Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-24T02:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=422d91b2b0a2b8b3a8af510cc55b1400c60be303'/>
<id>urn:sha1:422d91b2b0a2b8b3a8af510cc55b1400c60be303</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix headers in random_init.c; add a workaround for (pathological) getrandom() without /dev/urandom</title>
<updated>2016-10-16T21:14:00Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-16T21:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8be9590f78d0f7cf04ade6a2ff0bddd365e3fd7c'/>
<id>urn:sha1:8be9590f78d0f7cf04ade6a2ff0bddd365e3fd7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add a cast to arc4random_addrandom invocation to make clang happy</title>
<updated>2016-10-14T17:39:55Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-14T17:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=3501ef1df11ec63fb4cddbbd4e756f374dd71ae4'/>
<id>urn:sha1:3501ef1df11ec63fb4cddbbd4e756f374dd71ae4</id>
<content type='text'>
</content>
</entry>
</feed>
