<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/include, branch dscho-kill-gently</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=dscho-kill-gently</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=dscho-kill-gently'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2017-08-24T08:12:10+00:00</updated>
<entry>
<title>mingw: accommodate for BusyBox' assumptions about isatty()</title>
<updated>2017-08-24T08:12:10+00:00</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2017-06-30T20:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98bc4759107c54783c08bf1ecde35e96f1345dc1'/>
<id>urn:sha1:98bc4759107c54783c08bf1ecde35e96f1345dc1</id>
<content type='text'>
On Windows, isatty(fd) determines whether the file descriptor refers to
a character device.

The thing is: even NUL or a printer is a character device. BusyBox
thinks, however, that isatty() only returns non-zero for an interactive
terminal.

So let's shadow isatty() by a version that answers the question BusyBox
wants to have answered.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
</content>
</entry>
<entry>
<title>win32: remove implementation of mempcpy</title>
<updated>2017-08-23T19:05:31+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-23T19:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8efbd67183ccc98ce343ea0c69b62c8b75573c9f'/>
<id>urn:sha1:8efbd67183ccc98ce343ea0c69b62c8b75573c9f</id>
<content type='text'>
mingw-w64 has its own mempcpy.  And even if it didn't upstream
BusyBox has one too.  So we definitely don't need our own.
</content>
</entry>
<entry>
<title>include/mingw.h: remove unnecessary definition of PRIuMAX</title>
<updated>2017-08-23T11:58:24+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-23T11:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3ee1673e2df1fed79358d52996ec4677580d9fab'/>
<id>urn:sha1:3ee1673e2df1fed79358d52996ec4677580d9fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32/mingw: fix signatures of the *execv*() family of functions</title>
<updated>2017-08-23T11:29:25+00:00</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2017-06-27T14:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=230944a8f7b03d2b27dd65e2649f2067c31c65ed'/>
<id>urn:sha1:230944a8f7b03d2b27dd65e2649f2067c31c65ed</id>
<content type='text'>
The function signatures were inherited from Git's source code, but are
inconsistent with the declarations in the POSIX standard.

This requires quite a few changes in quite a few callers, unfortunately.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
</content>
</entry>
<entry>
<title>win32: remove unused functions</title>
<updated>2017-08-23T11:13:59+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-23T11:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d4dc5e4177056ae284c256278a853f51e347f13f'/>
<id>urn:sha1:d4dc5e4177056ae284c256278a853f51e347f13f</id>
<content type='text'>
The functions copy_environ and free_environ became unused following
commit ac181bf54 "win32: simplify spawning applets".
</content>
</entry>
<entry>
<title>inode_hash: avoid warnings about unused parameters</title>
<updated>2017-08-23T10:49:24+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-23T10:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=118e010f3fb0512776a28569b42ef66e6d6b3a8f'/>
<id>urn:sha1:118e010f3fb0512776a28569b42ef66e6d6b3a8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>find_mount_point: avoid warning about unused parameter</title>
<updated>2017-08-23T10:18:19+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-23T10:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=47d5fa233ec73589fe8a198bcfad0a8efbe219de'/>
<id>urn:sha1:47d5fa233ec73589fe8a198bcfad0a8efbe219de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "ash: allow long-running nofork applets to be interrupted"</title>
<updated>2017-08-22T14:30:29+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-22T14:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=594aac64fb94168c5345dd53a1e0231ed7c78418'/>
<id>urn:sha1:594aac64fb94168c5345dd53a1e0231ed7c78418</id>
<content type='text'>
This reverts commit f5051d07f196a8ff7aeaae762333d5aa2b824088.

Upstream made 'yes' and 'seq' NOEXEC rather than NOFORK which also solves
the problem, though NOEXEC doesn't provide any gain in busybox-w32.
</content>
</entry>
<entry>
<title>Post-merge fixes</title>
<updated>2017-08-22T14:21:02+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-22T14:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bcacae6da4e772f208ef2026fae5faaac9048411'/>
<id>urn:sha1:bcacae6da4e772f208ef2026fae5faaac9048411</id>
<content type='text'>
- Update default configurations.
- Changes required for rpm2cpio to compile
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2017-08-22T13:56:12+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-08-22T13:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ce9af1cc5ea23f754587448cf35b5120c77bfeef'/>
<id>urn:sha1:ce9af1cc5ea23f754587448cf35b5120c77bfeef</id>
<content type='text'>
</content>
</entry>
</feed>
