<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox.git/libbb/missing_syscalls.c, branch 1_32_stable</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/'/>
<entry>
<title>Remove stime() function calls</title>
<updated>2019-11-19T12:08:25+00:00</updated>
<author>
<name>Alistair Francis</name>
<email>alistair.francis@wdc.com</email>
</author>
<published>2019-11-19T12:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=d3539be8f27b8cbfdfee460fe08299158f08bcd9'/>
<id>d3539be8f27b8cbfdfee460fe08299158f08bcd9</id>
<content type='text'>
stime() has been deprecated in glibc 2.31 and replaced with
clock_settime(). Let's replace the stime() function calls with
clock_settime() in preperation.

function                                             old     new   delta
rdate_main                                           197     224     +27
clock_settime                                          -      27     +27
date_main                                            926     941     +15
stime                                                 37       -     -37
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 2/0 up/down: 69/-37)             Total: 32 bytes

Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stime() has been deprecated in glibc 2.31 and replaced with
clock_settime(). Let's replace the stime() function calls with
clock_settime() in preperation.

function                                             old     new   delta
rdate_main                                           197     224     +27
clock_settime                                          -      27     +27
date_main                                            926     941     +15
stime                                                 37       -     -37
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 2/0 up/down: 69/-37)             Total: 32 bytes

Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>make busybox more portable</title>
<updated>2018-03-04T22:15:59+00:00</updated>
<author>
<name>Sean MacLennan</name>
<email>seanm@seanm.ca</email>
</author>
<published>2018-03-04T22:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=d9aabfe578e58ef8a884c402d6294edc8dfda883'/>
<id>d9aabfe578e58ef8a884c402d6294edc8dfda883</id>
<content type='text'>
Move some distro specific include files into the appropriate #ifdef
blocks to make the code more portable.

Signed-off-by: Sean MacLennan &lt;seanm@seanm.ca&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move some distro specific include files into the appropriate #ifdef
blocks to make the code more portable.

Signed-off-by: Sean MacLennan &lt;seanm@seanm.ca&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve linker issues with Android API 21 (dprintf, tcdrain)</title>
<updated>2015-12-17T15:42:41+00:00</updated>
<author>
<name>Chris Renshaw</name>
<email>osm0sis@outlook.com</email>
</author>
<published>2015-12-17T15:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=6df961257d584714c5690b1f4197c677e4f832ec'/>
<id>6df961257d584714c5690b1f4197c677e4f832ec</id>
<content type='text'>
Signed-off-by: Chris Renshaw &lt;osm0sis@outlook.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Chris Renshaw &lt;osm0sis@outlook.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bionic lacks tcdrain; provide a workaround</title>
<updated>2015-04-26T11:14:50+00:00</updated>
<author>
<name>Matt Whitlock</name>
<email>busybox@mattwhitlock.name</email>
</author>
<published>2015-04-26T11:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=93b98ff5726fd620e1f123d04072b956412c1b55'/>
<id>93b98ff5726fd620e1f123d04072b956412c1b55</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matt Whitlock &lt;busybox@mattwhitlock.name&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libbb: add missing_syscalls.c: for now, only Android syscalls</title>
<updated>2012-06-10T12:40:30+00:00</updated>
<author>
<name>Tias Guns</name>
<email>tias@ulyssis.org</email>
</author>
<published>2012-06-10T12:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=c9677ed83c948c9afb7f1bbd9bac91c854289887'/>
<id>c9677ed83c948c9afb7f1bbd9bac91c854289887</id>
<content type='text'>
Signed-off-by: Tias Guns &lt;tias@ulyssis.org&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tias Guns &lt;tias@ulyssis.org&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
