<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/miscutils/Kbuild, branch 1_14_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_14_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_14_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2009-02-18T13:23:46+00:00</updated>
<entry>
<title>- add flash_eraseall</title>
<updated>2009-02-18T13:23:46+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-02-18T13:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0d22d1755c2c55ad45b01458bbf2f09aab4308d2'/>
<id>urn:sha1:0d22d1755c2c55ad45b01458bbf2f09aab4308d2</id>
<content type='text'>
This is the result after converting mtd-utils' flash_eraseall to BB.
The functionality given by this patch almost the same except that this
one does not support long options.
I needed this tool a system which does not have a lot of flash for RFS
and merging this into BB as the only way out.

[bigeasy@]$ ./scripts/bloat-o-meter bb_wo_fl bb_w_fl
function                                             old     new   delta
flash_eraseall_main                                    -    1072   +1072
show_progress                                          -      62     +62
packed_usage                                       25156   25176     +20
applet_names                                        1958    1973     +15
applet_main                                         2352    2360      +8
target_endian                                          -       4      +4
applet_nameofs                                       588     590      +2
applet_install_loc                                   147     148      +1
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 5/0 up/down: 1184/0)           Total: 1184 bytes
[bigeasy@]$ size miscutils/flash_eraseall.o
   text    data     bss     dec     hex filename
   1586       4       0    1590     636 miscutils/flash_eraseall.o

Signed-off-by: Benedigt Spranger &lt;b.spranger@linutronix.de&gt;
Signed-off-by: Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;

</content>
</entry>
<entry>
<title>ionice: new applet, adapted from Linux kernel' example by Walter Harms</title>
<updated>2009-01-31T21:45:57+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-01-31T21:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4acdb46ff17a3dd966ddccdc149cda5a18d51a48'/>
<id>urn:sha1:4acdb46ff17a3dd966ddccdc149cda5a18d51a48</id>
<content type='text'>
   text    data     bss     dec     hex filename
1050316     924   10952 1062192  103530 busybox_old
1050758     924   10952 1062634  1036ea busybox_unstripped

</content>
</entry>
<entry>
<title>timeout: new applet. 370 bytes. by Roberto Foglietta.</title>
<updated>2008-11-24T13:25:20+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-11-24T13:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a9acbe6caddc59e7e25f4e469322e5c210e17775'/>
<id>urn:sha1:a9acbe6caddc59e7e25f4e469322e5c210e17775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>devmem: new applet</title>
<updated>2008-10-26T11:08:14+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-10-26T11:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c94fa5651a6c4f6b526de261e7480ce2c4e34aba'/>
<id>urn:sha1:c94fa5651a6c4f6b526de261e7480ce2c4e34aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>inotify: new applet by Vladimir Dronnikov &lt;dronnikov AT gmail.com&gt;</title>
<updated>2008-05-24T20:47:18+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-05-24T20:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8e2c9e1518d42320ebd4b3ff09220d79a199e8ff'/>
<id>urn:sha1:8e2c9e1518d42320ebd4b3ff09220d79a199e8ff</id>
<content type='text'>
function                                             old     new   delta
inotifyd_main                                          -     453    +453
packed_usage                                       24246   24450    +204
inotify_add_watch                                      -      47     +47
inotify_init                                           -      29     +29
mask_names                                             -      13     +13
signal_handler                                       130     140     +10
applet_names                                        1859    1868      +9
applet_main                                         1132    1136      +4
applet_nameofs                                       566     568      +2
signalled                                              1       2      +1

</content>
</entry>
<entry>
<title>- untangle the implementation of the small and huge last applets</title>
<updated>2008-05-22T21:56:26+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-05-22T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=69d5ba2f95287a59fb31583b014474859b22025b'/>
<id>urn:sha1:69d5ba2f95287a59fb31583b014474859b22025b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>man: new applet. ~600 bytes.</title>
<updated>2008-04-13T08:20:00+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-13T08:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ffa4499c9f55e652e71acd0c4e5e9412ede37050'/>
<id>urn:sha1:ffa4499c9f55e652e71acd0c4e5e9412ede37050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>patch: add support for -R. ~ +110 byte. By Pascal Bellard &lt;pascal.bellard AT ads-lu.com&gt;</title>
<updated>2008-03-26T13:32:30+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-26T13:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=08ec67bc62242503f77d9503fdbf820c9c12d856'/>
<id>urn:sha1:08ec67bc62242503f77d9503fdbf820c9c12d856</id>
<content type='text'>
fbsplash: new applet by Michele Sanges &lt;michele.sanges AT otomelara.it

function                                             old     new   delta
fbsplash_main                                          -    1525   +1525
fb_drawfullrectangle                                   -     118    +118
static.param_value                                     -     100    +100
packed_usage                                       23776   23872     +96
applet_names                                        1843    1852      +9
applet_main                                         1120    1124      +4
read_line_input                                     3156    3158      +2
applet_nameofs                                       560     562      +2
applet_install_loc                                   140     141      +1
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 6/0 up/down: 1857/0)           Total: 1857 bytes
   text    data     bss     dec     hex filename
 799233     641    7380  807254   c5156 busybox_old
 801202     641    7380  809223   c5907 busybox_unstripped

</content>
</entry>
<entry>
<title>chat: new applet by dronnikov AT gmail.com. With all options on:</title>
<updated>2008-02-18T23:24:46+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-02-18T23:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5233cd38003724fad3b4355174d367337f5a3d49'/>
<id>urn:sha1:5233cd38003724fad3b4355174d367337f5a3d49</id>
<content type='text'>
function                                             old     new   delta
chat_main                                              -    1230   +1230
unescape                                               -     135    +135
packed_usage                                       23802   23922    +120
signal_handler                                       123     131      +8
input_backward                                       123     128      +5
applet_names                                        1775    1780      +5
applet_main                                         1076    1080      +4
applet_nameofs                                       538     540      +2
exitcode                                               -       1      +1
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 6/0 up/down: 1510/0)           Total: 1510 bytes

</content>
</entry>
<entry>
<title>move microcom to miscutils</title>
<updated>2007-09-22T20:51:41+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-22T20:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=23856ab8e6805538f907dcf032a0168676df0d90'/>
<id>urn:sha1:23856ab8e6805538f907dcf032a0168676df0d90</id>
<content type='text'>
</content>
</entry>
</feed>
