<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/sysklogd, branch 1_8_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_8_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_8_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-11-10T02:01:51+00:00</updated>
<entry>
<title>apply accumulated post 1.8.0 fixes, bump version to 1.8.1</title>
<updated>2007-11-10T02:01:51+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-11-10T02:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3db254c8866de390c327d759ba615693e45aff6f'/>
<id>urn:sha1:3db254c8866de390c327d759ba615693e45aff6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vi: don't wait 50 ms before reading ESC sequences</title>
<updated>2007-10-11T10:10:15+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-11T10:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4f95e5aab8d6a2d827d3fe937cf2c72229f6955e'/>
<id>urn:sha1:4f95e5aab8d6a2d827d3fe937cf2c72229f6955e</id>
<content type='text'>
inetd,syslogd: use safe_read instead of open-coded EINTR handling
syslogd: bail out if you see null read from Unix socket
(should never happen, but if it does, spinning forever
and eating 100% CPU is not a good idea)

</content>
</entry>
<entry>
<title>add -fvisibility=hidden to CC flags, mark XXX_main functions</title>
<updated>2007-10-11T10:05:36+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-11T10:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9b49a5ed8551e46892af3f676e5d96d21b540e3c'/>
<id>urn:sha1:9b49a5ed8551e46892af3f676e5d96d21b540e3c</id>
<content type='text'>
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so

</content>
</entry>
<entry>
<title>logger: fix a problem of losing all argv except first</title>
<updated>2007-10-02T09:57:41+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-02T09:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ebeaea04dc2b2e75048262355fbfb970e5c92595'/>
<id>urn:sha1:ebeaea04dc2b2e75048262355fbfb970e5c92595</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslogd: do not need to poll(), we can just block in read().</title>
<updated>2007-09-07T13:53:32+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-07T13:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d7ecd863c855a53e263486e742a4adfb871d9127'/>
<id>urn:sha1:d7ecd863c855a53e263486e742a4adfb871d9127</id>
<content type='text'>
function                                             old     new   delta
syslogd_main                                        1206    1106    -100
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-100)           Total: -100 bytes
   text    data     bss     dec     hex filename
 769820    1051   10764  781635   bed43 busybox_old
 769702    1051   10764  781517   beccd busybox_unstripped

</content>
</entry>
<entry>
<title>*: replace select-for-one descriptor with poll, it's smaller.</title>
<updated>2007-09-07T13:43:28+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-07T13:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=87f3b26b3a17369c12f4f9a70d6845796f8648d6'/>
<id>urn:sha1:87f3b26b3a17369c12f4f9a70d6845796f8648d6</id>
<content type='text'>
$ ./.cmk bloatcheck
function                                             old     new   delta
readit                                               406     364     -42
syslogd_main                                        1249    1206     -43
traceroute_main                                     4115    4060     -55
mysleep                                              112      45     -67
arpping                                              579     441    -138
tftp                                                1575    1182    -393
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-738)           Total: -738 bytes
   text    data     bss     dec     hex filename
 770580    1051   10764  782395   bf03b busybox_old
 769820    1051   10764  781635   bed43 busybox_unstripped

</content>
</entry>
<entry>
<title>don't pass argc in getopt32, it's superfluous</title>
<updated>2007-08-18T15:32:12+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-18T15:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fe7cd642b0b732f5d41403c2f6983ad676b69dd9'/>
<id>urn:sha1:fe7cd642b0b732f5d41403c2f6983ad676b69dd9</id>
<content type='text'>
(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes
   text    data     bss     dec     hex filename
 773469    1058   11092  785619   bfcd3 busybox_old
 772644    1058   11092  784794   bf99a busybox_unstripped

</content>
</entry>
<entry>
<title>syslogd: set syslog IPC buffer to mode 0644</title>
<updated>2007-08-14T10:27:56+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-14T10:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a1120a8ea29d4a825cbbb796fa15d77b15ca401f'/>
<id>urn:sha1:a1120a8ea29d4a825cbbb796fa15d77b15ca401f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslogd,logread: get rid of head pointer, fix logread bug in the process</title>
<updated>2007-08-12T21:33:06+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-12T21:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5f1b149d541ebba7cab841cb647f113248f9fb8f'/>
<id>urn:sha1:5f1b149d541ebba7cab841cb647f113248f9fb8f</id>
<content type='text'>
function                                             old     new   delta
logread_main                                         450     462     +12
syslogd_main                                        1246    1252      +6
shbuf                                                  -       4      +4
buf                                                   34      30      -4
packed_usage                                       22729   22724      -5
log_locally                                          957     767    -190
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/3 up/down: 22/-199)          Total: -177 bytes
   text    data     bss     dec     hex filename
 773886    1116   11316  786318   bff8e busybox_old
 773714    1116   11316  786146   bfee2 busybox_unstripped

</content>
</entry>
<entry>
<title>bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;</title>
<updated>2007-07-27T11:20:10+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-07-27T11:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3734b946bfef55c8f63d367422da5c7aa7b972db'/>
<id>urn:sha1:3734b946bfef55c8f63d367422da5c7aa7b972db</id>
<content type='text'>
comment thoroughly when they die and when they dont.

</content>
</entry>
</feed>
