<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/debianutils, branch 1_4_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_4_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_4_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-01-19T21:19:35+00:00</updated>
<entry>
<title>openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code</title>
<updated>2007-01-19T21:19:35+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-19T21:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9af7c9d6b62ceb07a9ba24cee0cf4a08c689235e'/>
<id>urn:sha1:9af7c9d6b62ceb07a9ba24cee0cf4a08c689235e</id>
<content type='text'>
(will close all fd's &gt; 2 on daemonization now)
getty: fix "getty -" support, and also do not try to chown/chmod "-"
telnetd: fix "lost ctty" bug
Yet another attempt on saner function names:
bb_sanitize_server_stdio(0/1) -&gt; bb_sanitize_stdio() + bb_daemonize();

</content>
</entry>
<entry>
<title>bb_xget[pw/gr]nam were horribly misnamed - fixed.</title>
<updated>2006-12-28T05:44:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-28T05:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9a44c4f91ce7e517d5325fd3743e6ad9d54ef3f0'/>
<id>urn:sha1:9a44c4f91ce7e517d5325fd3743e6ad9d54ef3f0</id>
<content type='text'>
uidgid_get -&gt; get_uidgid, add additional param
(numeric_ok). Make chown use it.
chown: fix "chown user: ...."
install: fix incorrect use of bb_xget[pw/gr]nam
</content>
</entry>
<entry>
<title>start_stop_daemon: make code a bit more readable</title>
<updated>2006-12-17T19:43:10+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-17T19:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b8c77b5b25a1a146d45e6f9d09eb3139572097ea'/>
<id>urn:sha1:b8c77b5b25a1a146d45e6f9d09eb3139572097ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start_stop_daemon: fix bug where any program name was "matching"</title>
<updated>2006-12-17T17:30:01+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-17T17:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b131b271a0d89b1ff04fd721530f424d0a15f0b2'/>
<id>urn:sha1:b131b271a0d89b1ff04fd721530f424d0a15f0b2</id>
<content type='text'>
processes for which readlink(/proc/N/exe) fails
</content>
</entry>
<entry>
<title>style cleanup: return(a) -&gt; return a, part 1</title>
<updated>2006-11-27T16:49:31+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-27T16:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=079f8afa0a16112cbaf7012c82b38b7358b82141'/>
<id>urn:sha1:079f8afa0a16112cbaf7012c82b38b7358b82141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Closing bug 730. libbb run_parts is using scandir (a GNUism),</title>
<updated>2006-11-26T20:13:39+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-26T20:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e5667c1cfe339b2f84abaabb90259ec29b91cf89'/>
<id>urn:sha1:e5667c1cfe339b2f84abaabb90259ec29b91cf89</id>
<content type='text'>
and it is used only by run_parts applet, so move it there.
Also saved ~30 bytes (prolly gcc autoinlining...).
</content>
</entry>
<entry>
<title>rodata cleanup. "unable to" == "cannot". -300 bytes</title>
<updated>2006-11-18T22:04:09+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-18T22:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=89f0b3486dfea233e6000f9af95b39a3ea7fd96e'/>
<id>urn:sha1:89f0b3486dfea233e6000f9af95b39a3ea7fd96e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small fixes: using fd-based io instead of FILE*-based,</title>
<updated>2006-11-18T22:03:26+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-18T22:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=61126ab30a90b74e45a79ccb97074ab71afa6054'/>
<id>urn:sha1:61126ab30a90b74e45a79ccb97074ab71afa6054</id>
<content type='text'>
missed O_TRUNC, etc
</content>
</entry>
<entry>
<title>remove bb_printf and the like</title>
<updated>2006-10-26T23:21:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-26T23:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f0ed376eda5d5c25d270e5100a881fb2d801bee6'/>
<id>urn:sha1:f0ed376eda5d5c25d270e5100a881fb2d801bee6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>readlink: do not emit errors if file doesnt not exist / not a link</title>
<updated>2006-10-20T18:36:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-20T18:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=456fa6c0b17b2ff465a34db031f667b3fcd4bf2e'/>
<id>urn:sha1:456fa6c0b17b2ff465a34db031f667b3fcd4bf2e</id>
<content type='text'>
getopt32: add =N support
</content>
</entry>
</feed>
