<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils, 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>Announce 1.8.0</title>
<updated>2007-11-04T15:43:26+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-11-04T15:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c'/>
<id>urn:sha1:6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>insmod: code shrink, stop exporting insmod_ng_main.</title>
<updated>2007-11-02T23:31:10+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-11-02T23:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b68979aefa0efb519e6af02deba082e6b4180043'/>
<id>urn:sha1:b68979aefa0efb519e6af02deba082e6b4180043</id>
<content type='text'>
function                                             old     new   delta
add_ksymoops_symbols                                   -     421    +421
static.section_names                                  20      40     +20
lsmod_main                                           425     424      -1
set_tainted                                          153     150      -3
main_opts                                              4       -      -4
obj_symbol_patch                                      47      42      -5
obj_string_patch                                     144     139      -5
already_loaded                                       144     138      -6
check_dep                                            348     341      -7
append_option                                         75      68      -7
obj_allocate_commons                                 515     501     -14
new_process_module_arguments                        1039    1018     -21
arch_new_symbol                                       31       9     -22
check_module_name_match                               85      61     -24
obj_create_alloced_section                           164     136     -28
include_conf                                         930     902     -28
modprobe_main                                       1643    1535    -108
obj_load                                             924     777    -147
insmod_ng_main                                       245       -    -245
insmod_main                                         4122    3794    -328
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 1/16 up/down: 441/-1003)       Total: -562 bytes
   text    data     bss     dec     hex filename
 776020     974    9420  786414   bffee busybox_old
 775384     974    9420  785778   bfd72 busybox_unstripped

</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>'simple' error message functions by Loic Grenie &lt;loic.grenie@gmail.com&gt;.</title>
<updated>2007-10-01T11:58:38+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-01T11:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0c97c9d43707da745fe2bc62ab2a69497ceaf666'/>
<id>urn:sha1:0c97c9d43707da745fe2bc62ab2a69497ceaf666</id>
<content type='text'>
263 bytes saved.

</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>insmod: fix help text to not show options if only 2.6 was selected</title>
<updated>2007-09-24T20:14:32+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-24T20:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a545726d2baa08b28510336b32d85de91df51d9e'/>
<id>urn:sha1:a545726d2baa08b28510336b32d85de91df51d9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>insmod: shorten message text; style fixes</title>
<updated>2007-09-24T19:54:36+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-24T19:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d9c6a001e3356656ab3bc31f18778602484075e0'/>
<id>urn:sha1:d9c6a001e3356656ab3bc31f18778602484075e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: kill bb_get_last_path_component, replace with two functions</title>
<updated>2007-09-24T18:27:04+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-24T18:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=818322b9b19a452d66a07ca69256e2c092f5db5f'/>
<id>urn:sha1:818322b9b19a452d66a07ca69256e2c092f5db5f</id>
<content type='text'>
(one which strips trailing slash and one which does not)
wget: straighten out as a result of above change
   text    data     bss     dec     hex filename
   5056       1       0    5057    13c1 busybox.t4/networking/wget.o
   5022       0       0    5022    139e busybox.t5/networking/wget.o

</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>
</feed>
