<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/runit, 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-10-22T15:53:34+00:00</updated>
<entry>
<title>svlogd: fix compat problem: svlogd -tt should timestanp stderr too</title>
<updated>2007-10-22T15:53:34+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-22T15:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7ab5e3dfcd74c97d39c4a0effc5a1027c8a0aa7f'/>
<id>urn:sha1:7ab5e3dfcd74c97d39c4a0effc5a1027c8a0aa7f</id>
<content type='text'>
</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>chpst: fix whitespace damage</title>
<updated>2007-10-05T22:11:06+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-05T22:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=339936be006c3695de5c93bc59707c3d853ae186'/>
<id>urn:sha1:339936be006c3695de5c93bc59707c3d853ae186</id>
<content type='text'>
svlogd: fix bug (two different "line" variables); stop using data/bss

function                                             old     new   delta
processorstop                                        419     432     +13
rotate                                               514     525     +11
buffer_pwrite                                        493     499      +6
sig_term_handler                                      68      70      +2
sig_hangup_handler                                    34      36      +2
sig_alarm_handler                                     34      36      +2
rmoldest                                             305     307      +2
processorstart                                       401     403      +2
logdir_close                                         188     190      +2
tmaxflag                                               1       -      -1
rotateasap                                             1       -      -1
repl                                                   1       -      -1
reopenasap                                             1       -      -1
linecomplete                                           1       -      -1
exitasap                                               1       -      -1
wstat                                                  4       -      -4
verbose                                                9       5      -4
replace                                                4       -      -4
nearest_rotate                                         4       -      -4
linemax                                                4       -      -4
linelen                                                4       -      -4
line                                                   4       -      -4
fndir                                                  4       -      -4
fl_flag_0                                              4       -      -4
fdwdir                                                 4       -      -4
dirn                                                   4       -      -4
dir                                                    4       -      -4
blocked_sigset                                         4       -      -4
sig_child_handler                                    248     239      -9
logdirs_reopen                                      1263    1240     -23
buffer_pread                                         532     473     -59
svlogd_main                                         1466    1367     -99
------------------------------------------------------------------------------
(add/remove: 0/18 grow/shrink: 9/5 up/down: 42/-248)         Total: -206 bytes
   text    data     bss     dec     hex filename
 770916     989    9496  781401   bec59 busybox_old
 770768     980    9448  781196   beb8c busybox_unstripped

</content>
</entry>
<entry>
<title>chpst: stop using data/bss</title>
<updated>2007-10-05T21:23:49+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-05T21:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=23e3e25df601ce2cd000770d4833831ffe9cfb35'/>
<id>urn:sha1:23e3e25df601ce2cd000770d4833831ffe9cfb35</id>
<content type='text'>
function                                             old     new   delta
chpst_main                                          1066    1089     +23
set_user                                               4       -      -4
root                                                   4       -      -4
nicelvl                                                4       -      -4
limitt                                                 4       -      -4
limits                                               196     192      -4
limitr                                                 4       -      -4
limitp                                                 4       -      -4
limito                                                 4       -      -4
limitl                                                 4       -      -4
limitf                                                 4       -      -4
limitd                                                 4       -      -4
limitc                                                 4       -      -4
limita                                                 4       -      -4
env_user                                               4       -      -4
env_dir                                                4       -      -4
------------------------------------------------------------------------------
(add/remove: 0/14 grow/shrink: 1/1 up/down: 23/-60)           Total: -37 bytes
   text    data     bss     dec     hex filename
 770892    1029    9520  781441   bec81 busybox_old
 770916     989    9496  781401   bec59 busybox_unstripped

</content>
</entry>
<entry>
<title>introduce and use close_on_exec_on(fd). -50 bytes.</title>
<updated>2007-09-30T23:50:48+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-30T23:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=96e1b38586e80a0f014038bf4fdf4689c668fbd6'/>
<id>urn:sha1:96e1b38586e80a0f014038bf4fdf4689c668fbd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>assorted static vars removal</title>
<updated>2007-09-28T10:29:17+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-28T10:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b9256054419582dc35917b1cb39c7e09f489dfad'/>
<id>urn:sha1:b9256054419582dc35917b1cb39c7e09f489dfad</id>
<content type='text'>
function                                             old     new   delta
tcpudpsvd_main                                      1829    1839     +10
update_status                                        567     569      +2
sigterm                                                1       -      -1
.........
dhcprelay_signal_handler                               8       -      -8
nfs_strerror                                          60      49     -11
singlemount                                         4579    4564     -15
static.p                                              16       -     -16
svstatus                                              20       -     -20
dhcprelay_xid_list                                    32       -     -32
runsv_main                                          1785    1746     -39
static.buf                                            74      28     -46
svd                                                   56       -     -56
dhcprelay_main                                      1141    1080     -61
------------------------------------------------------------------------------
(add/remove: 0/20 grow/shrink: 2/10 up/down: 12/-386)        Total: -374 bytes

</content>
</entry>
<entry>
<title>introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).</title>
<updated>2007-09-27T10:20:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-27T10:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4daad9004d8f07991516970a1cbd77756fae7041'/>
<id>urn:sha1:4daad9004d8f07991516970a1cbd77756fae7041</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce safe_poll (fixes a problem in top)</title>
<updated>2007-09-27T10:09:59+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-27T10:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5d61e71c3a8ac3296afbfe9a014c62050c5a9234'/>
<id>urn:sha1:5d61e71c3a8ac3296afbfe9a014c62050c5a9234</id>
<content type='text'>
function                                             old     new   delta
safe_poll                                              -      77     +77
svlogd_main                                         1470    1466      -4
zcip_main                                           1530    1524      -6
forkexec                                            1345    1338      -7
decode_format_string                                 795     788      -7
collect_blk                                          474     467      -7
buffer_pread                                         540     532      -8
tftp                                                1182    1172     -10
microcom_main                                        763     749     -14
arpping                                              441     424     -17
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/9 up/down: 77/-80)             Total: -3 bytes
   text    data     bss     dec     hex filename
 770162    1034   10404  781600   bed20 busybox_old
 770158    1034   10404  781596   bed1c busybox_unstripped

</content>
</entry>
<entry>
<title>make variables static</title>
<updated>2007-09-27T10:08:02+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-27T10:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c9dc2ac578278e86be248cc21e53081f7054da83'/>
<id>urn:sha1:c9dc2ac578278e86be248cc21e53081f7054da83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>runsvdir: fix "linear wait time" bug</title>
<updated>2007-09-26T12:18:07+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-26T12:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=137fbe495d3922b71490d01083f04331eb0e6671'/>
<id>urn:sha1:137fbe495d3922b71490d01083f04331eb0e6671</id>
<content type='text'>
</content>
</entry>
</feed>
