<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/sysklogd, branch 1_11_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_11_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_11_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2008-06-25T09:53:17+00:00</updated>
<entry>
<title>whitespace fixes. no code changes</title>
<updated>2008-06-25T09:53:17+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-25T09:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7049ff8696c3c2a1be0f9901d7e2473568b8f918'/>
<id>urn:sha1:7049ff8696c3c2a1be0f9901d7e2473568b8f918</id>
<content type='text'>
</content>
</entry>
<entry>
<title>logger: "clean up" a dirty hack a bit</title>
<updated>2008-06-11T15:43:19+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-11T15:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bd1aeeb850e441e3fa4f9e1f8aedd804a48b9cb1'/>
<id>urn:sha1:bd1aeeb850e441e3fa4f9e1f8aedd804a48b9cb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>klogd: make help text more understandable</title>
<updated>2008-06-06T16:08:04+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-06T16:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7bdf0c82da3713ec2a0f0090ba663c1167d10a67'/>
<id>urn:sha1:7bdf0c82da3713ec2a0f0090ba663c1167d10a67</id>
<content type='text'>
klogd: by using a register instead of global variable, shrink code a bit

function                                             old     new   delta
klogd_main                                           372     362     -10
packed_usage                                       24504   24486     -18
   text    data     bss     dec     hex filename
 808464     642    7180  816286   c749e busybox_old
 808422     642    7180  816244   c7474 busybox_unstripped

</content>
</entry>
<entry>
<title>syslogd: do not error out on missing files to rotate. closes bug 3404.</title>
<updated>2008-05-24T21:03:53+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-05-24T21:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=69dc3253972cbf6169abcaaef5fc7bc787a40075'/>
<id>urn:sha1:69dc3253972cbf6169abcaaef5fc7bc787a40075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- use EXIT_{SUCCESS,FAILURE}. No object-code changes</title>
<updated>2008-05-19T09:29:47+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-05-19T09:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=636a1f85e89432601c59cdc3239fc867b4adf051'/>
<id>urn:sha1:636a1f85e89432601c59cdc3239fc867b4adf051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more of -Wall fixes from Cristian Ionescu-Idbohrn.</title>
<updated>2008-05-15T21:30:45+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-05-15T21:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6b06cb80be64fcf207bee734cc678c25434ed1a4'/>
<id>urn:sha1:6b06cb80be64fcf207bee734cc678c25434ed1a4</id>
<content type='text'>
Some are fixing real bugs.

function                                             old     new   delta
syslogd_main                                         938     958     +20
get_signum                                           136     143      +7
obj_load                                             777     782      +5
recv_from_to                                         210     214      +4
get_next_block                                      1795    1799      +4
display_topmem_process_list                         1117    1121      +4
logread_main                                         484     487      +3
buffer_fill_and_print                                 73      76      +3
kill_main                                            687     689      +2
ll_remember_index                                    240     241      +1
do_stats                                             452     453      +1
if_readconf                                          166     165      -1
display_process_list                                1192    1191      -1
run_applet_and_exit                                  507     505      -2
print_signames                                        33      31      -2
parse_one_line                                      1092    1090      -2
find_out_spec                                         57      55      -2
add_ksymoops_symbols                                 421     419      -2
ash_main                                            1407    1402      -5
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 11/8 up/down: 54/-17)            Total: 37 bytes

</content>
</entry>
<entry>
<title>*: mode tcp/udpsvd to networking, delete ipsvd/*</title>
<updated>2008-03-17T09:13:22+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4ee7cd4f6f9f85871c8814bb524d3e691a2992a9'/>
<id>urn:sha1:4ee7cd4f6f9f85871c8814bb524d3e691a2992a9</id>
<content type='text'>
*/Config.in: fixes to text
svlogd: make it NOMMU capable

function                                             old     new   delta
processorstart                                       378     420     +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0)               Total: 42 bytes
   text    data     bss     dec     hex filename
 797153     662    7420  805235   c4973 busybox_old
 797196     662    7420  805278   c499e busybox_unstripped

</content>
</entry>
<entry>
<title>*: add -Wunused-parameter; fix resulting breakage</title>
<updated>2008-03-17T09:00:54+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=68404f13d4bf4826e3609703dad5375763db28ab'/>
<id>urn:sha1:68404f13d4bf4826e3609703dad5375763db28ab</id>
<content type='text'>
function                                             old     new   delta
procps_scan                                         1265    1298     +33
aliascmd                                             278     283      +5
parse_file_cmd                                       116     120      +4
dname_enc                                            373     377      +4
setcmd                                                90      93      +3
execcmd                                               57      60      +3
count_lines                                           72      74      +2
process_command_subs                                 340     339      -1
test_main                                            409     407      -2
mknod_main                                           179     177      -2
handle_incoming_and_exit                            2653    2651      -2
argstr                                              1312    1310      -2
shiftcmd                                             131     128      -3
exitcmd                                               46      43      -3
dotcmd                                               297     294      -3
breakcmd                                              86      83      -3
evalpipe                                             353     349      -4
evalcommand                                         1180    1176      -4
evalcmd                                              109     105      -4
send_tree                                            374     369      -5
mkfifo_main                                           82      77      -5
evalsubshell                                         152     147      -5
typecmd                                               75      69      -6
letcmd                                                61      55      -6
add_cmd                                             1190    1183      -7
main                                                 891     883      -8
ash_main                                            1415    1407      -8
parse_stream                                        1377    1367     -10
alloc_procps_scan                                     55       -     -55
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 7/21 up/down: 54/-148)          Total: -94 bytes
   text    data     bss     dec     hex filename
 797195     658    7428  805281   c49a1 busybox_old
 797101     658    7428  805187   c4943 busybox_unstripped

</content>
</entry>
<entry>
<title>*: add optimization barrier to all "G trick" locations</title>
<updated>2008-02-27T18:41:59+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-02-27T18:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=574f2f43948bb21d6e4187936ba5a5afccba25f6'/>
<id>urn:sha1:574f2f43948bb21d6e4187936ba5a5afccba25f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslogd: optional support for dropping dups. closes bug 436.</title>
<updated>2008-02-26T20:13:52+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-02-26T20:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2'/>
<id>urn:sha1:be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2</id>
<content type='text'>
</content>
</entry>
</feed>
