<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/init, branch wip</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=wip</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=wip'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-04-19T16:35:26+00:00</updated>
<entry>
<title>Config.in: mark all applets POSIX only</title>
<updated>2010-04-19T16:35:26+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2010-04-17T18:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=07c3f3802d68880825052fb7902534bd31dc3f05'/>
<id>urn:sha1:07c3f3802d68880825052fb7902534bd31dc3f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb: add skip_dev_pfx()</title>
<updated>2010-04-06T16:50:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-06T16:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f8d8aa1cea915ce115345e6e729eddc80e86f021'/>
<id>urn:sha1:f8d8aa1cea915ce115345e6e729eddc80e86f021</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>init: clear utmp entries for dead processes, if they (entries) exist</title>
<updated>2010-04-06T16:49:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-06T16:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=87fb72032e6aa6abe5ac8fb05d22f43e8dde557b'/>
<id>urn:sha1:87fb72032e6aa6abe5ac8fb05d22f43e8dde557b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363</title>
<updated>2010-04-05T20:10:38+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-05T20:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3a41611bc5ddeda6044e1f1e2956174b25389ce0'/>
<id>urn:sha1:3a41611bc5ddeda6044e1f1e2956174b25389ce0</id>
<content type='text'>
function                                             old     new   delta
write_new_utmp                                         -     253    +253
skip_dev_pfx                                           -      30     +30
handle_sigchld                                        42      72     +30
telnetd_main                                        1650    1673     +23
make_new_session                                     415     438     +23
...
login_main                                          1140    1148      +8
update_utmp                                          337     313     -24
write_wtmp                                           220     154     -66
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 11/6 up/down: 406/-115)         Total: ~291 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: split update_utmp from login/getty in preparation to use it for telnetd</title>
<updated>2010-04-05T01:18:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-05T01:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=37f5bef63c0db4892d8ffa3c38a04c7998e10f83'/>
<id>urn:sha1:37f5bef63c0db4892d8ffa3c38a04c7998e10f83</id>
<content type='text'>
function                                             old     new   delta
update_utent                                           -     339    +339
login_main                                          1498    1128    -370
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 339/-370)          Total: -31 bytes

function                                             old     new   delta
update_utmp                                          246     337     +91
login_main                                          1128    1140     +12
getty_main                                          1908    1918     +10
...
update_utent                                         339       -    -339
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 5/6 up/down: 119/-368)         Total: -249 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: remove some uses of argc</title>
<updated>2010-01-04T13:15:38+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-04T13:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2ec91aead52d6ea6a42420005119ebb281a76cdc'/>
<id>urn:sha1:2ec91aead52d6ea6a42420005119ebb281a76cdc</id>
<content type='text'>
function                                             old     new   delta
whoami_main                                           34      37      +3
logname_main                                          60      63      +3
hostid_main                                           35      38      +3
ttysize_main                                         136     135      -1
nmeter_main                                          673     672      -1
logger_main                                          387     386      -1
uuencode_main                                        330     328      -2
ifupdown_main                                       2125    2123      -2
mesg_main                                            158     155      -3
free_main                                            333     330      -3
cal_main                                             902     899      -3
acpid_main                                           443     440      -3
ar_main                                              196     189      -7
find_main                                            476     467      -9
ifconfig_main                                       1235    1221     -14
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/12 up/down: 9/-49)            Total: -40 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>init: fix logically inverted FEATURE_EXTRA_QUIET check</title>
<updated>2009-12-14T23:34:59+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-12-14T23:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d7171c114028815df4e92f9c26875f1d60c6af2a'/>
<id>urn:sha1:d7171c114028815df4e92f9c26875f1d60c6af2a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>init: use applet_name instead of "init" - we can be linuxrc</title>
<updated>2009-12-14T02:16:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-12-14T02:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1a8de6f8a2ae73568342a6f9768b937072ca4b3f'/>
<id>urn:sha1:1a8de6f8a2ae73568342a6f9768b937072ca4b3f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>init: for paranoid reasons, restore SIGCONT too.</title>
<updated>2009-12-14T02:08:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-12-14T02:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=18f89128e58423f0335f5c9b32039e41651ac209'/>
<id>urn:sha1:18f89128e58423f0335f5c9b32039e41651ac209</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781</title>
<updated>2009-12-14T02:03:29+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-12-14T02:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bcc6ec9b7e19087254ef323bcc503bb8b6872d75'/>
<id>urn:sha1:bcc6ec9b7e19087254ef323bcc503bb8b6872d75</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
