<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/init, branch 0_49</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_49</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_49'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2001-01-27T08:24:39+00:00</updated>
<entry>
<title>Fix header file usage -- there were many unnecessary header files included in</title>
<updated>2001-01-27T08:24:39+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-01-27T08:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ed3ef50c233ffb1b50ea0e7382a8e60b86491009'/>
<id>urn:sha1:ed3ef50c233ffb1b50ea0e7382a8e60b86491009</id>
<content type='text'>
busybox.h which slowed compiles.  I left only what was needed and then fixed up
all the apps to include their own header files.  I also fixed naming for pwd.h
and grp.h functions.  Tested to compile and run with libc5, glibc, and uClibc.
 -Erik
</content>
</entry>
<entry>
<title>Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know that</title>
<updated>2001-01-25T00:04:16+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-01-25T00:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=386242388413f930bb5ea9204a2cd9de372a23d3'/>
<id>urn:sha1:386242388413f930bb5ea9204a2cd9de372a23d3</id>
<content type='text'>
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root.
 -Erik
</content>
</entry>
<entry>
<title>#define -&gt; static const int. Also got rid of some big static buffers.</title>
<updated>2001-01-23T22:30:04+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2001-01-23T22:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=59ab025363d884deb2013dcaae6c968585a6ec72'/>
<id>urn:sha1:59ab025363d884deb2013dcaae6c968585a6ec72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A couple of updates to fix some minor cross compiling issues</title>
<updated>2000-12-13T16:41:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-12-13T16:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=21125543e189a88ae98a48248014839db40f4d61'/>
<id>urn:sha1:21125543e189a88ae98a48248014839db40f4d61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup for proper compilation with uClibc.</title>
<updated>2000-12-12T23:22:35+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-12-12T23:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e3a48d865a8f95aeedf27a31fe153ecabc2daefb'/>
<id>urn:sha1:e3a48d865a8f95aeedf27a31fe153ecabc2daefb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed names of functions in utility.c and all affected files, to make</title>
<updated>2000-12-07T19:56:48+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2000-12-07T19:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f57c944e09417edcbcd69f2b01b937cadef39db2'/>
<id>urn:sha1:f57c944e09417edcbcd69f2b01b937cadef39db2</id>
<content type='text'>
compliant with the style guide. Everybody rebuild your tags file!
</content>
</entry>
<entry>
<title>Close but #1071...</title>
<updated>2000-12-06T23:17:37+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-12-06T23:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bc5941a5408c9b55628b1757d0ea89df1218ec5c'/>
<id>urn:sha1:bc5941a5408c9b55628b1757d0ea89df1218ec5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed "internal.h" to the more sensible "busybox.h".</title>
<updated>2000-09-25T21:45:58+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-09-25T21:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3570a34de46b1f7dedd16999bb1687e2d6b55d40'/>
<id>urn:sha1:3570a34de46b1f7dedd16999bb1687e2d6b55d40</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Hard code the name of init.</title>
<updated>2000-09-21T02:32:11+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-09-21T02:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f34aa4c3781d42b400ddc451555aff11110f5ac3'/>
<id>urn:sha1:f34aa4c3781d42b400ddc451555aff11110f5ac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't suppress output of umount and swapoff - it is both unwise</title>
<updated>2000-09-15T01:02:50+00:00</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2000-09-15T01:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=33bee33af0492bd79c1849aa5aed491a23e6bb02'/>
<id>urn:sha1:33bee33af0492bd79c1849aa5aed491a23e6bb02</id>
<content type='text'>
and incompatible with lash that doesn't support &gt;&amp;1 yet.
</content>
</entry>
</feed>
