<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb/platform.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>2021-02-18T12:45:49+00:00</updated>
<entry>
<title>ash: placate -Werror=format-security</title>
<updated>2021-02-18T12:45:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-18T12:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=33745b1fc8cc6d41f4e708d67800d296668af2ce'/>
<id>urn:sha1:33745b1fc8cc6d41f4e708d67800d296668af2ce</id>
<content type='text'>
"In function 'sprint_status48':
 error: format not a string literal and no format arguments"

function                                             old     new   delta
sprint_status48                                      160     158      -2

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: make msleep() result in only one syscall instead of looping</title>
<updated>2020-12-11T15:48:47+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-11T15:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=030fe31760169783537162b83af89e551bf120f6'/>
<id>urn:sha1:030fe31760169783537162b83af89e551bf120f6</id>
<content type='text'>
function                                             old     new   delta
msleep                                                45      52      +7

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mkdtemp: proper error detection on mktemp</title>
<updated>2020-12-08T17:46:32+00:00</updated>
<author>
<name>Xabier Oneca</name>
<email>xoneca@gmail.com</email>
</author>
<published>2020-12-01T22:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=abaee4aada7c91da6a43a83e9a73f98916a803a4'/>
<id>urn:sha1:abaee4aada7c91da6a43a83e9a73f98916a803a4</id>
<content type='text'>
On error, mktemp returns an empty string, not NULL.

Signed-off-by: Xabier Oneca &lt;xoneca@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Bionic lacks ttyname_r; provide a workaround</title>
<updated>2015-04-25T19:32:48+00:00</updated>
<author>
<name>Matt Whitlock</name>
<email>busybox@mattwhitlock.name</email>
</author>
<published>2015-04-25T19:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cee59053dcf47b4a3ab87f7654c1ed20620def16'/>
<id>urn:sha1:cee59053dcf47b4a3ab87f7654c1ed20620def16</id>
<content type='text'>
Signed-off-by: Matt Whitlock &lt;busybox@mattwhitlock.name&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: provide usleep() fallback implementation</title>
<updated>2014-04-13T14:37:57+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2014-04-13T14:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ad16741ccd8a8587644d88fb8fdfc41ada1928a6'/>
<id>urn:sha1:ad16741ccd8a8587644d88fb8fdfc41ada1928a6</id>
<content type='text'>
POSIX.1-2008 removed the usleep function, provide a fallback
implementaion using the recommended nanosleep().

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>vasprintf: return -1 on strdup failure</title>
<updated>2013-02-10T22:03:38+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2013-02-10T22:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=272d85cc8554299502d802b3db7317a7381e8bd7'/>
<id>urn:sha1:272d85cc8554299502d802b3db7317a7381e8bd7</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>vasprintf: do not use xmalloc, it will deadlock on OOM</title>
<updated>2013-02-07T15:06:54+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2013-02-07T15:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b5fc51198bf451885e6411bae9b25890a5b6fbe2'/>
<id>urn:sha1:b5fc51198bf451885e6411bae9b25890a5b6fbe2</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>platform.c: provide getline implementation</title>
<updated>2011-06-29T00:19:58+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-06-29T00:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0a5b310067abfde9bf74a42352fc421e1c27e2b9'/>
<id>urn:sha1:0a5b310067abfde9bf74a42352fc421e1c27e2b9</id>
<content type='text'>
Signed-off-by: Timo Teras &lt;timo.teras@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>straighten out dprintf/fdprintf mess; remove old "define lchown chown"</title>
<updated>2011-04-17T21:14:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-04-17T21:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=47061b4e9b5b7e5d1f27eb7fb83f6721c94b0986'/>
<id>urn:sha1:47061b4e9b5b7e5d1f27eb7fb83f6721c94b0986</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Move stpcpy replacement function into libbb</title>
<updated>2011-02-13T17:37:12+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2011-02-13T06:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dc50676cce35cdba3ecba3870c3f752408d6db70'/>
<id>urn:sha1:dc50676cce35cdba3ecba3870c3f752408d6db70</id>
<content type='text'>
Signed-off-by: Dan Fandrich &lt;dan@coneharvesters.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
