<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/miscutils/seedrng.c, branch cron_changes</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=cron_changes</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=cron_changes'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2023-07-10T15:25:21+00:00</updated>
<entry>
<title>Update applet size estimates</title>
<updated>2023-07-10T15:25:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2023-07-10T15:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5353df91cba7b397b9407701681708d0a1518df6'/>
<id>urn:sha1:5353df91cba7b397b9407701681708d0a1518df6</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>seedrng: fix for glibc &lt;= 2.24 not providing random header</title>
<updated>2023-04-11T11:56:12+00:00</updated>
<author>
<name>Thomas Devoogdt</name>
<email>thomas@devoogdt.com</email>
</author>
<published>2023-04-10T17:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cb57abb46f06f4ede8d9ccbdaac67377fdf416cf'/>
<id>urn:sha1:cb57abb46f06f4ede8d9ccbdaac67377fdf416cf</id>
<content type='text'>
 - dropped the wrong define (not sure why it was there)
 - &lt;sys/random.h&gt; not available if glibc &lt;= 2.24
 - GRND_NONBLOCK not defined if &lt;sys/random.h&gt; not included
 - ret &lt; 0 &amp;&amp; errno == ENOSYS has to be true to get creditable set

Signed-off-by: Thomas Devoogdt &lt;thomas@devoogdt.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>seedrng: fix for glibc &lt;= 2.24 not providing getrandom()</title>
<updated>2023-04-10T15:26:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2023-04-10T15:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=200a9669fbf6f06894e4243cccc9fc11a1a6073a'/>
<id>urn:sha1:200a9669fbf6f06894e4243cccc9fc11a1a6073a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>seedrng: do not hash in a constant string, it's not adding entropy</title>
<updated>2022-05-03T10:48:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2022-05-03T10:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=67fd6be0bb925839f4e6564dba741f9889b2fac8'/>
<id>urn:sha1:67fd6be0bb925839f4e6564dba741f9889b2fac8</id>
<content type='text'>
function                                             old     new   delta
seedrng_main                                         906     880     -26
.rodata                                           104899  104873     -26
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-52)             Total: -52 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>seedrng: restore error check on fsync</title>
<updated>2022-05-02T13:03:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2022-05-02T13:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3bfbcb5807ec43b6470bd7bb3e3ca0375ed16544'/>
<id>urn:sha1:3bfbcb5807ec43b6470bd7bb3e3ca0375ed16544</id>
<content type='text'>
Or else security people will never stop nagging us.

function                                             old     new   delta
seedrng_main                                         884     906     +22

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>seedrng: it's not a part of util-linux, move to miscutils</title>
<updated>2022-05-02T12:53:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2022-05-02T12:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5ba56e8b95ea84dbd7c0f7adfb9bdb1740480904'/>
<id>urn:sha1:5ba56e8b95ea84dbd7c0f7adfb9bdb1740480904</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
