<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/include, branch FRP</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=FRP</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=FRP'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2015-05-18T08:36:27+00:00</updated>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2015-05-18T08:36:27+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-05-18T08:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=60063627a6d540871061854a362047e6517f821c'/>
<id>urn:sha1:60063627a6d540871061854a362047e6517f821c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Conditionalize Bionic workarounds on __ANDROID_API__</title>
<updated>2015-05-03T17:33:32+00:00</updated>
<author>
<name>Matt Whitlock</name>
<email>busybox@mattwhitlock.name</email>
</author>
<published>2015-05-03T16:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=778efe37eed03de6e194a746925f1160181ff587'/>
<id>urn:sha1:778efe37eed03de6e194a746925f1160181ff587</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>Bionic lacks mempcpy; enable existing workaround</title>
<updated>2015-05-03T16:57:44+00:00</updated>
<author>
<name>Matt Whitlock</name>
<email>busybox@mattwhitlock.name</email>
</author>
<published>2015-05-03T16:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f23e3ec529c300712d529fa805d2e1f254bf1884'/>
<id>urn:sha1:f23e3ec529c300712d529fa805d2e1f254bf1884</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>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>mingw: additional networking support</title>
<updated>2015-04-22T20:20:40+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-04-22T20:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=683b593c838db1fc2c2e303bb3811a4503e98a9b'/>
<id>urn:sha1:683b593c838db1fc2c2e303bb3811a4503e98a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include: Fallback to UTMP unless there is UTMPX support</title>
<updated>2015-04-20T13:24:30+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2015-04-19T21:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7d86384b246434e72533332f7f409a7aa9efeacb'/>
<id>urn:sha1:7d86384b246434e72533332f7f409a7aa9efeacb</id>
<content type='text'>
Fixes compilation against uClibc-0.9.30 for instance

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>libbb: remove unnecessary argument to nonblock_immune_read</title>
<updated>2015-04-20T11:41:32+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@tigress.co.uk</email>
</author>
<published>2015-04-19T09:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=61d6ae244af424b2a05468307723f21c8810ab9e'/>
<id>urn:sha1:61d6ae244af424b2a05468307723f21c8810ab9e</id>
<content type='text'>
The loop_on_EINTR argument to nonblock_immune_read is always set to 1.

function                                             old     new   delta
xmalloc_reads                                        200     195      -5
pgetc                                                488     483      -5
argstr                                              1313    1308      -5
nonblock_immune_read                                 123      86     -37
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-52)             Total: -52 bytes

Signed-off-by: Ron Yorston &lt;rmy@tigress.co.uk&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: Switch to POSIX utmpx API</title>
<updated>2015-04-02T21:03:46+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2015-04-02T21:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=86a7f18f211af1abda5c855d2674b0fcb53de524'/>
<id>urn:sha1:86a7f18f211af1abda5c855d2674b0fcb53de524</id>
<content type='text'>
UTMP is SVID legacy, UTMPX is mandated by POSIX.

Glibc and uClibc have identical layout of UTMP and UTMPX, both of these
libc treat _PATH_UTMPX as _PATH_UTMP so from a user-perspective nothing
changes except the names of the API entrypoints.

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>mingw: changes to handling of directory permissions</title>
<updated>2015-03-25T14:16:45+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-03-25T14:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f030c24257d48c71fd11eb2bc4c00224d2970d34'/>
<id>urn:sha1:f030c24257d48c71fd11eb2bc4c00224d2970d34</id>
<content type='text'>
The read-only attribute on a directory in Microsoft Windows is
quite different from write permission in POSIX.  Modify rmdir(2)
and chmod(2) to provide more POSIX-like behaviour:

  rmdir will remove a directory even if it's read-only
  chmod won't make a directory read-only
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2015-03-23T13:56:37+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-03-23T13:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=486a3907f353adeb7f3ced5357db1e604659b785'/>
<id>urn:sha1:486a3907f353adeb7f3ced5357db1e604659b785</id>
<content type='text'>
</content>
</entry>
</feed>
