<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/findutils, 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>find: fix regression in status processing for path arguments</title>
<updated>2015-04-14T14:45:23+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-04-09T08:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f7466e477691fd29f47ebe8ae27489e065c69e5e'/>
<id>urn:sha1:f7466e477691fd29f47ebe8ae27489e065c69e5e</id>
<content type='text'>
Regression added in commit 14158b4127dba30466c50147b868a6a89702960b
"find: add optional support for '-exec ... {} +'"

This commit causes find to exit on the first path argument that was not
found, which breaks existing scripts and is incompatible to other
implementations.

Instead of exiting on the first failure, return EXIT_FAILURE at the end
if any error occurred.

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2014-10-06T11:50:22+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2014-10-06T11:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b04d11dcbadda2620743a1dd923938f2f3043a38'/>
<id>urn:sha1:b04d11dcbadda2620743a1dd923938f2f3043a38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xargs: read characters directly from console so -p flag works</title>
<updated>2014-09-10T11:59:54+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2014-09-10T11:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=124bbf02948b7ac0babb4ead04acd1559db182d3'/>
<id>urn:sha1:124bbf02948b7ac0babb4ead04acd1559db182d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>find: support -perm /BITS. Closes 7340</title>
<updated>2014-09-05T10:16:15+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2014-09-05T10:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3e9b13e4c572d97468bef029f9c6e72271297fcb'/>
<id>urn:sha1:3e9b13e4c572d97468bef029f9c6e72271297fcb</id>
<content type='text'>
function                                             old     new   delta
parse_params                                        1487    1497     +10
func_perm                                             57      61      +4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 14/0)               Total: 14 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>grep: fix "grep -r PATTRN SYMLINK_TO_DIR"</title>
<updated>2014-08-28T13:50:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2014-08-28T13:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=34cc6c91a286411a8275d9d61aa80397fe1e5fa3'/>
<id>urn:sha1:34cc6c91a286411a8275d9d61aa80397fe1e5fa3</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2014-06-30T20:13:06+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2014-06-30T20:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=099e8b6438345baae560a629d548af07a8c3125c'/>
<id>urn:sha1:099e8b6438345baae560a629d548af07a8c3125c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit</title>
<updated>2014-06-22T11:54:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2014-06-22T11:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f92f1d0181853b989f9377debb56902e3e21c9a8'/>
<id>urn:sha1:f92f1d0181853b989f9377debb56902e3e21c9a8</id>
<content type='text'>
The find utility uses a hardcoded value of 32 * 1024 as the limit of
the command-line length when calling 'find -exec ... {} +'. This results
in over 4 times more execve() calls than in coreutils' find.

This patch uses the limit defined in system headers.

Based on the patch by  Bartosz Golaszewski &lt;bartekgola@gmail.com&gt;.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>find: exit code fixes for find -exec</title>
<updated>2014-06-19T09:32:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2014-06-19T09:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6be3a5242ce4855734a4cdd5770b6ea7adaf2b3d'/>
<id>urn:sha1:6be3a5242ce4855734a4cdd5770b6ea7adaf2b3d</id>
<content type='text'>
function                                             old     new   delta
func_exec                                            127     100     -27

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>find: add optional support for '-exec ... {} +'</title>
<updated>2014-06-17T15:09:41+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bartekgola@gmail.com</email>
</author>
<published>2014-06-17T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=14158b4127dba30466c50147b868a6a89702960b'/>
<id>urn:sha1:14158b4127dba30466c50147b868a6a89702960b</id>
<content type='text'>
function                                             old     new   delta
do_exec                                                -     309    +309
parse_params                                        1416    1487     +71
find_main                                            342     406     +64
packed_usage                                       29958   30014     +56
func_exec                                            138     127     -11
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/1 up/down: 500/-11)           Total: 489 bytes

Signed-off-by: Bartosz Golaszewski &lt;bartekgola@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
