<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/coreutils, branch 1_31_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_31_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_31_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2019-06-09T07:16:03+00:00</updated>
<entry>
<title>expand: add commented-out code to handle NULs</title>
<updated>2019-06-09T07:16:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-06-09T07:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=48eebc8d5c43c204941abb467d412bd58d845e72'/>
<id>urn:sha1:48eebc8d5c43c204941abb467d412bd58d845e72</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>expand,unexpand: drop broken test, add FIXME comment</title>
<updated>2019-06-08T11:04:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-06-08T11:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=92549250f36f91f4492c296bb227cfca83d5c4fe'/>
<id>urn:sha1:92549250f36f91f4492c296bb227cfca83d5c4fe</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n</title>
<updated>2019-05-26T11:53:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-26T11:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9501bc7da5f560f3dae6f6a1d2b11efa9d5dfe47'/>
<id>urn:sha1:9501bc7da5f560f3dae6f6a1d2b11efa9d5dfe47</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dd: fix handling of short result of full_write(), closes 11711</title>
<updated>2019-05-14T15:49:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-14T15:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=875ce094cf2d421ba05bed6cfd6c948084d52abe'/>
<id>urn:sha1:875ce094cf2d421ba05bed6cfd6c948084d52abe</id>
<content type='text'>
$ dd bs=1G &lt;sda1 of=/dev/sda1
dd: error writing '/dev/sda1': No space left on device
1+0 records in
0+0 records out
999292928 bytes (953.0MB) copied, 0.784617 seconds, 1.2GB/s

function                                             old     new   delta
write_and_stats                                       99     102      +3

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ln: correct 'ln -T' usage message</title>
<updated>2019-05-09T14:29:29+00:00</updated>
<author>
<name>John L. Hammond</name>
<email>jhammond@indeed.com</email>
</author>
<published>2019-05-09T14:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=94f607a9045481b614cac1b319bd435af01b8860'/>
<id>urn:sha1:94f607a9045481b614cac1b319bd435af01b8860</id>
<content type='text'>
Signed-off-by: John L. Hammond &lt;jhammond@indeed.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>stat: reduce storage for human-readable filesystem names</title>
<updated>2019-04-12T10:00:38+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2019-03-18T11:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e2026381bed88e79b6f7657eef8319e60ff83041'/>
<id>urn:sha1:e2026381bed88e79b6f7657eef8319e60ff83041</id>
<content type='text'>
function                                             old     new   delta
static.humanname                                       -     236    +236
static.fstype                                          -     140    +140
print_statfs                                         339     341      +2
static.humantypes                                    288       -    -288
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 1/0 up/down: 378/-288)           Total: 90 bytes
   text	   data	    bss	    dec	    hex	filename
 982183	    485	   7296	 989964	  f1b0c	busybox_old
 982152	    485	   7296	 989933	  f1aed	busybox_unstripped

Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fsync,sync: merge into one source module</title>
<updated>2019-04-02T12:55:29+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-02T12:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2f28b2bdbbe229b760e7c2a271d73a19f929ca76'/>
<id>urn:sha1:2f28b2bdbbe229b760e7c2a271d73a19f929ca76</id>
<content type='text'>
With FEATURE_SYNC_FANCY not set:

function                                             old     new   delta
fsync_main                                           130     123      -7

With FEATURE_SYNC_FANCY set, should be much larger code size savings.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fsync,sync: make them similar</title>
<updated>2019-04-02T12:39:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-02T12:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4f74bb6059b54df31b9a6cdaf844112a7003b0ff'/>
<id>urn:sha1:4f74bb6059b54df31b9a6cdaf844112a7003b0ff</id>
<content type='text'>
sync: add O_NOCTTY
fsync: drop O_NOATIME, add O_NONBLOCK, set exitcode to 1 if fsync() fails,
    update --help message to be similar to sync.
both: reformat code to minimize "diff -u sync.c fsync.c":
    in particular, they use same open() flags now

function                                             old     new   delta
fsync_main                                           126     130      +4
packed_usage                                       33316   33317      +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 5/0)                 Total: 5 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>top: tweak --help</title>
<updated>2019-02-27T15:45:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-27T15:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4a6748662aaaf20161e6e81961775b3a4b599e46'/>
<id>urn:sha1:4a6748662aaaf20161e6e81961775b3a4b599e46</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>du: don't count duplicate arguments. Closes 5288</title>
<updated>2019-02-19T16:08:39+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2019-02-16T10:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e563f9e851c78f5c13cb9828ddb11ca981fd6331'/>
<id>urn:sha1:e563f9e851c78f5c13cb9828ddb11ca981fd6331</id>
<content type='text'>
Since coreutils 8.6 (2010-10-15) du no longer counts duplicate arguments.

Revert the relevant part of commit 618a3027ed (du: fix "du /dir /dir"
case).

function                                             old     new   delta
du_main                                              302     297      -5
reset_ino_dev_hashtable                               78       -     -78
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/1 up/down: 0/-83)             Total: -83 bytes

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