<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb, 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-03-18T17:56:43+00:00</updated>
<entry>
<title>fix erroneous lowercasing by bb_hexdigits_upcase[i] | 0x10</title>
<updated>2007-03-18T17:56:43+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-03-18T17:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e3d83aafb40ba31369d41e456c06e929252de2e1'/>
<id>urn:sha1:e3d83aafb40ba31369d41e456c06e929252de2e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accumulated post-1.4.0 fixes</title>
<updated>2007-01-24T22:03:46+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-24T22:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e338dd95b45b39a1e3bc307adc98064173a0f9f3'/>
<id>urn:sha1:e338dd95b45b39a1e3bc307adc98064173a0f9f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strdup -&gt; xstrdup</title>
<updated>2007-01-19T21:33:19+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-19T21:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4ebaf1074218d4e1c2907114bc53080c5abbd57d'/>
<id>urn:sha1:4ebaf1074218d4e1c2907114bc53080c5abbd57d</id>
<content type='text'>
sed: de-obfuscate piece of code
</content>
</entry>
<entry>
<title>ls: use get_cached_username/groupname</title>
<updated>2007-01-19T21:24:17+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-19T21:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2405ad659e2596b17c88e7b950c086159d06cc6e'/>
<id>urn:sha1:2405ad659e2596b17c88e7b950c086159d06cc6e</id>
<content type='text'>
</content>
</entry>
<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>sed,get_line_from_file: improve comments</title>
<updated>2007-01-17T23:16:16+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-17T23:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ef44d9d9f2aa5d0333d5a7a2749e32c6be94365d'/>
<id>urn:sha1:ef44d9d9f2aa5d0333d5a7a2749e32c6be94365d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename bb_sanitize_stdio -&gt; bb_sanitize_server_stdio</title>
<updated>2007-01-14T13:12:06+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-14T13:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d97c9244b18dbfc373465a111c9a17a28e84477d'/>
<id>urn:sha1:d97c9244b18dbfc373465a111c9a17a28e84477d</id>
<content type='text'>
(name is still bad - it doesn't hint that function
may do daemonization trick for you if asked to).
Small fixes to fakeidentd.
</content>
</entry>
<entry>
<title>By popular request reinstate fakeidentd's standalone mode.</title>
<updated>2007-01-14T01:29:06+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-14T01:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7a431b3715299854fb423ec00d5fafc0e2c7f07b'/>
<id>urn:sha1:7a431b3715299854fb423ec00d5fafc0e2c7f07b</id>
<content type='text'>
Since this is also needed for other applets like telnetd,
introduce generic driver for such things.
It even supports inetd-wait ('linger') mode, when inetd
hands out listen socket to child and waits to it to die,
instead of handing out accepted socket and continuing
listening itself (nowait mode).
Code growth ~200 bytes.
NB: our inetd doesn't support wait mode yet (or mabe it is buggy).
</content>
</entry>
<entry>
<title>small fixes to ipv6 infrastructure</title>
<updated>2007-01-13T21:05:38+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-13T21:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2418288cac34272d99dc8b9f46a74163eff5ea2c'/>
<id>urn:sha1:2418288cac34272d99dc8b9f46a74163eff5ea2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>random small size optimizations</title>
<updated>2007-01-12T22:10:34+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-12T22:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3a34d0c08a77ee48edc3f4353cc49b95aba85c2f'/>
<id>urn:sha1:3a34d0c08a77ee48edc3f4353cc49b95aba85c2f</id>
<content type='text'>
</content>
</entry>
</feed>
