<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/init, branch 0_47</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_47</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_47'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2000-09-25T21:45:58+00:00</updated>
<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>
<entry>
<title>For "askfirst" don't just read one char from stdin,</title>
<updated>2000-09-14T22:47:29+00:00</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2000-09-14T22:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cbe05e45db168fabf807c3cf943a00ff81ec8279'/>
<id>urn:sha1:cbe05e45db168fabf807c3cf943a00ff81ec8279</id>
<content type='text'>
read the whole line using getc(), so that everything before Enter
gets discarded.
</content>
</entry>
<entry>
<title>Add in a patch from robotti@metconnect.com and Chip Rosenthal to make</title>
<updated>2000-09-14T22:01:31+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-09-14T22:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7e3bf6e339a2d1e28fc8ee53ca57919f32eba6d6'/>
<id>urn:sha1:7e3bf6e339a2d1e28fc8ee53ca57919f32eba6d6</id>
<content type='text'>
init do login shell stuff.
 -Erik
</content>
</entry>
<entry>
<title>Ensure forked processes always are on a controlling tty, so the</title>
<updated>2000-09-13T16:15:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-09-13T16:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fb6a50820cb973becc2f590aaf3979c183e33e0e'/>
<id>urn:sha1:fb6a50820cb973becc2f590aaf3979c183e33e0e</id>
<content type='text'>
^C can be properly sent to /dev/console.
 -Erik
</content>
</entry>
<entry>
<title>Make init handle current 2.4.x sysinfo behavior</title>
<updated>2000-09-10T16:13:41+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-09-10T16:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cbb61c78ae97e5e205cb4403f4f458a36ffec582'/>
<id>urn:sha1:cbb61c78ae97e5e205cb4403f4f458a36ffec582</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Set environment variable to make ash happy.  ash is a frequent enough</title>
<updated>2000-09-05T17:57:52+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-09-05T17:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3639c5d9509ff2c91dee55bbce290d87a49970d5'/>
<id>urn:sha1:3639c5d9509ff2c91dee55bbce290d87a49970d5</id>
<content type='text'>
target....
</content>
</entry>
<entry>
<title>Centralize handling of --help.</title>
<updated>2000-07-19T19:24:01+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2000-07-19T19:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=27a804246af28c5d3d1f69d93049e3e21492bc48'/>
<id>urn:sha1:27a804246af28c5d3d1f69d93049e3e21492bc48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add usage messages for applets without them.</title>
<updated>2000-07-19T18:01:00+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2000-07-19T18:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2f46b664b7d7b51319d21b7c2d6b3ca817f5e1c4'/>
<id>urn:sha1:2f46b664b7d7b51319d21b7c2d6b3ca817f5e1c4</id>
<content type='text'>
</content>
</entry>
</feed>
