<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/coreutils, 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>special-case {true,false,test} --help</title>
<updated>2015-04-21T14:00:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-04-21T14:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=de5edadee2dca2896492f97ab3a56e389305e74d'/>
<id>urn:sha1:de5edadee2dca2896492f97ab3a56e389305e74d</id>
<content type='text'>
This also removes their help texts.

function                                             old     new   delta
run_applet_no_and_exit                               442     452     +10
packed_usage                                       30713   30625     -88

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>test: fix access check bug; tweak fake file mode</title>
<updated>2015-03-24T08:27:45+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-03-24T08:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=538a16d15016b9be9885e94e9b94a4cbfb760501'/>
<id>urn:sha1:538a16d15016b9be9885e94e9b94a4cbfb760501</id>
<content type='text'>
Changing the fake uid from 0 to 1000 uncovered a problem with file
access checks in test.  Previously the tests were short-circuited
because it thought we were root.  With a non-root user the tests
were performed, but the mode bits had been redefined for WIN32.

Also adjust the fake file mode returned by stat so that the user
and group modes are identical.  Other users have the same modes
as user but without write permission.
</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>
<entry>
<title>truncate: new applet</title>
<updated>2015-03-22T17:00:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-03-22T17:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1850d5ec0e90fbfb598ed7ad8ff0a63b6e5692ce'/>
<id>urn:sha1:1850d5ec0e90fbfb598ed7ad8ff0a63b6e5692ce</id>
<content type='text'>
Add the actual new source file :(

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dd: move suffix struct to xatonum.c</title>
<updated>2015-03-22T16:41:04+00:00</updated>
<author>
<name>Ari Sundholm</name>
<email>ari@tuxera.com</email>
</author>
<published>2015-03-04T16:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8893023ba27ea87b12a333960271c9f86cdebf7b'/>
<id>urn:sha1:8893023ba27ea87b12a333960271c9f86cdebf7b</id>
<content type='text'>
This way it can be used by other applets without duplication.

Signed-off-by: Ari Sundholm &lt;ari@tuxera.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Post-merge fixes</title>
<updated>2015-03-14T21:33:07+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-03-14T21:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=74ba8c760f3337218cddabaaa0acc4e1f5d6e6c5'/>
<id>urn:sha1:74ba8c760f3337218cddabaaa0acc4e1f5d6e6c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2015-03-14T20:33:00+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-03-14T20:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a4f58436b78fe59e57620c6e0301f213ee25f273'/>
<id>urn:sha1:a4f58436b78fe59e57620c6e0301f213ee25f273</id>
<content type='text'>
Conflicts:
	coreutils/od_bloaty.c
	libbb/lineedit.c
</content>
</entry>
<entry>
<title>od: fix printing of high-bit chars</title>
<updated>2015-03-12T19:11:48+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@tigress.co.uk</email>
</author>
<published>2015-03-12T19:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=53e9c51aded0af85c33d657143ed94c5151ba6f3'/>
<id>urn:sha1:53e9c51aded0af85c33d657143ed94c5151ba6f3</id>
<content type='text'>
Example: echo £ | od -c

Signed-off-by: Ron Yorston &lt;rmy@tigress.co.uk&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
