<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/win32, branch embed</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=embed</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=embed'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2018-07-24T15:43:10+00:00</updated>
<entry>
<title>win32: rename resource files</title>
<updated>2018-07-24T15:43:10+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-07-24T15:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=958ba292aab941d81b4d89dedc92ba78ace6b1ad'/>
<id>urn:sha1:958ba292aab941d81b4d89dedc92ba78ace6b1ad</id>
<content type='text'>
Since more than just icon resources are now provided give various
files more appropriate names.
</content>
</entry>
<entry>
<title>win32: make version info and manifest resources configurable</title>
<updated>2018-07-24T15:34:52+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-07-24T15:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=43dd125914c7cc4656cf06b23230031e3444c5ff'/>
<id>urn:sha1:43dd125914c7cc4656cf06b23230031e3444c5ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: tweaks to manifest</title>
<updated>2018-07-24T14:42:08+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-07-24T14:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2d0cdc18eca3d8a0d6732d239145c233bd93bf08'/>
<id>urn:sha1:2d0cdc18eca3d8a0d6732d239145c233bd93bf08</id>
<content type='text'>
- Use CRLF line endings in manifest file.

- Add '-b' option to sed command to insert version in manifest file.
</content>
</entry>
<entry>
<title>win32: add manifest resource</title>
<updated>2018-07-12T08:02:29+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-07-12T08:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2ed6dd86c4515f49a528d3991c7ae504744bb28b'/>
<id>urn:sha1:2ed6dd86c4515f49a528d3991c7ae504744bb28b</id>
<content type='text'>
Add a manifest to declare the requested execution level of the
busybox-w32 executable.
</content>
</entry>
<entry>
<title>win32: better error message in kill(2)</title>
<updated>2018-07-12T07:48:34+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-07-12T07:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8bfa6becc7401b16d7056a8367341264ca7e802a'/>
<id>urn:sha1:8bfa6becc7401b16d7056a8367341264ca7e802a</id>
<content type='text'>
When the process architecture of busybox-w32 didn't match that of
the target process the error reported was 'Function not implemented'.
Change this to 'Permission denied'.
</content>
</entry>
<entry>
<title>realpath: implement realpath(3) and enable realpath(1)</title>
<updated>2018-06-09T08:51:46+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-06-09T08:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=83f299376147a26436bc668ebcf0966a05010951'/>
<id>urn:sha1:83f299376147a26436bc668ebcf0966a05010951</id>
<content type='text'>
The implementation of realpath(3) is based on code by Stuart Dootson
(studoot on GitHub).
</content>
</entry>
<entry>
<title>win32: remove some code from procps_scan</title>
<updated>2018-04-10T19:28:39+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-10T19:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=942f872781630147d3f05e08ee3998679e7e892e'/>
<id>urn:sha1:942f872781630147d3f05e08ee3998679e7e892e</id>
<content type='text'>
Now that we're calling memset to clear data for each process it's
no longer necessary to zero the process times by hand.
</content>
</entry>
<entry>
<title>win32: don't leak pipe data structures</title>
<updated>2018-04-07T15:07:26+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-07T15:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5b725727b90f1e5b4dbf1c304cfe3fa534767f15'/>
<id>urn:sha1:5b725727b90f1e5b4dbf1c304cfe3fa534767f15</id>
<content type='text'>
popen uses an array of pipe_data structures to record information
that's later used by pclose.  pclose releases the structure after
use.

The lower-level pipe function mingw_popen_fd was also using this
array of structures but didn't provide any way to release them.

Avoid this leak by letting mingw_popen_fd use a local structure
instead.
</content>
</entry>
<entry>
<title>ps: indicate forkshell processes in listing</title>
<updated>2018-04-05T19:41:06+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-05T19:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eda6f28c793db7d5a61ec4d8d801dfcb6def17b7'/>
<id>urn:sha1:eda6f28c793db7d5a61ec4d8d801dfcb6def17b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: exclude termios code</title>
<updated>2018-04-05T19:31:13+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-05T19:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f7c592f6d832602a628008d598a3aa130d89de4d'/>
<id>urn:sha1:f7c592f6d832602a628008d598a3aa130d89de4d</id>
<content type='text'>
The code to manipulate terminal settings serves no purpose in WIN32.
Use conditional compilation to exclude much of it.
</content>
</entry>
</feed>
