<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/debianutils, branch manifest</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=manifest</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=manifest'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2018-05-13T07:15:58+00:00</updated>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2018-05-13T07:15:58+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-05-13T07:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3ce461fdf3b7adfd44ea058fa0c5ca6d91a5bc5d'/>
<id>urn:sha1:3ce461fdf3b7adfd44ea058fa0c5ca6d91a5bc5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X code</title>
<updated>2018-04-13T23:29:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-13T23:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c783cf78af04e898a20f69f28b885f7c0285020c'/>
<id>urn:sha1:c783cf78af04e898a20f69f28b885f7c0285020c</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X code</title>
<updated>2018-04-13T23:27:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-13T23:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=837913fc548fe752e3a1bc13af9b43f50d8f278a'/>
<id>urn:sha1:837913fc548fe752e3a1bc13af9b43f50d8f278a</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>2018-04-09T07:50:34+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-09T07:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=921c1ab66bad54d4ad8591bb74e41ac985248496'/>
<id>urn:sha1:921c1ab66bad54d4ad8591bb74e41ac985248496</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb.h: always include sys/resource.h</title>
<updated>2018-04-08T15:23:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-08T15:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e'/>
<id>urn:sha1:7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>pipe_progress: add help text</title>
<updated>2018-04-08T07:17:17+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-08T07:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dbac0d1b489703d4a35571c3f231da8a95a5c12a'/>
<id>urn:sha1:dbac0d1b489703d4a35571c3f231da8a95a5c12a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: additional improvements to handling of executables</title>
<updated>2018-02-28T20:23:18+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-02-28T19:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f5783ef14f9ad96ae483f16e639953d0212ca7d0'/>
<id>urn:sha1:f5783ef14f9ad96ae483f16e639953d0212ca7d0</id>
<content type='text'>
Consistent processing of file extensions, as described in the previous
commit, has been applied to the 'which' applet and the functions
find_executable and mingw_spawn_interpreter.

In spawnveq check that the file to be executed exists and is executable,
and ensure that it won't have any extensions added by spawnve.

It's intended that all files passed to spawnve should have their names
fully specified.  If this isn't the case the tests here will cause errors
which will need to be fixed.
</content>
</entry>
<entry>
<title>win32: move detection of file formats to stat(2)</title>
<updated>2018-02-26T20:39:23+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-02-26T20:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=650f67507f2718dec0d4282afea619cfe7a53305'/>
<id>urn:sha1:650f67507f2718dec0d4282afea619cfe7a53305</id>
<content type='text'>
Move the code to detect shell scripts and binary executables from
mingw_access to a separate function, has_exec_format.  Call this function
in do_lstat to decide whether to set the executable bits in the file mode.
This will slow down stat but has a couple of advantages:

- shell scripts are highlighted in ls output
- the test applet can use stat(2) to detect executable files

The new function is used to handle another corner case in spawnveq:
binary executables without the usual .exe extension are only run by
spawnve if the file name ends with '.'.

Two minor changes:

- file_is_win32_executable has been renamed add_win32_extension to
  clarify what it does
- a call to file_is_executable has been removed from find_command
  in ash as it resulted in unhelpful error messages.
</content>
</entry>
<entry>
<title>which: treat busybox as a special case</title>
<updated>2018-02-13T10:52:43+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-02-13T10:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5bf7067e61f202f023d70f38d14bb66799a27074'/>
<id>urn:sha1:5bf7067e61f202f023d70f38d14bb66799a27074</id>
<content type='text'>
Busybox knows the path to its own executable even if it isn't on
PATH.  Treat this as a special case and print the path.

`which busybox` is used in testsuite/busybox.tests
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2018-02-13T09:44:44+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-02-13T09:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dc19a361bd6c6df30338371532691bbc7f7126bb'/>
<id>urn:sha1:dc19a361bd6c6df30338371532691bbc7f7126bb</id>
<content type='text'>
</content>
</entry>
</feed>
