<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/procps, 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-05-27T16:01:42+00:00</updated>
<entry>
<title>post-1.14.0 fixes</title>
<updated>2009-05-27T16:01:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-05-27T16:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=20cc390b9bb33cd0ab05c8bbfcd24babad7ec204'/>
<id>urn:sha1:20cc390b9bb33cd0ab05c8bbfcd24babad7ec204</id>
<content type='text'>
hush significantly updated.
fixes for acpid, awk, depmod, dhcp, gzip, mdev, modprobe, sysctl.
libbb fixes.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>move llist_find_str from modutils to libbb</title>
<updated>2009-04-13T20:52:00+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-04-13T20:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0b791d9a976e46b2705ae73046706ab9ac3768be'/>
<id>urn:sha1:0b791d9a976e46b2705ae73046706ab9ac3768be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysctl: move code around to get rid of forward references.</title>
<updated>2009-03-29T02:23:16+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-29T02:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=038fe447138aa04d1295cde2e597ec3497ce9214'/>
<id>urn:sha1:038fe447138aa04d1295cde2e597ec3497ce9214</id>
<content type='text'>
 (incidentally it helps gcc to make code smaller)

</content>
</entry>
<entry>
<title>sysctl: fix broken -p [file] - close bug 231</title>
<updated>2009-03-29T02:22:19+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-29T02:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5a6617acb81020a3becd91bd21f427157d7c9dcd'/>
<id>urn:sha1:5a6617acb81020a3becd91bd21f427157d7c9dcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: move get_sock_lsa and xwrite_str to libbb, use where appropriate</title>
<updated>2009-03-09T00:12:37+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-09T00:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=73c571a5fff95d0f50f4fc509c35fedca73122bc'/>
<id>urn:sha1:73c571a5fff95d0f50f4fc509c35fedca73122bc</id>
<content type='text'>
function                                             old     new   delta
get_sock_lsa                                           -      72     +72
buffer_fill_and_print                                179     196     +17
parse_expr                                           824     832      +8
read_base64                                          343     348      +5
nameval                                              202     206      +4
fbset_main                                          1694    1698      +4
expand                                              1849    1853      +4
udhcp_send_kernel_packet                             249     252      +3
udhcp_get_option                                     223     222      -1
chat_main                                           1246    1245      -1
pack_gzip                                           1661    1659      -2
doset                                                299     297      -2
bb__parsespent                                       119     117      -2
test_main                                            260     257      -3
qgravechar                                           109     106      -3
tcpudpsvd_main                                      1834    1830      -4
sysctl_display_all                                   589     580      -9
xopen_xwrite_close                                    44      33     -11
prs                                                   30      18     -12
find_main                                            418     406     -12
full_write2_str                                       25      12     -13
adduser_main                                         667     654     -13
evaltreenr                                           817     802     -15
evaltree                                             817     802     -15
tftpd_main                                           526     493     -33
ftpd_main                                           2050    1990     -60
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 7/18 up/down: 117/-211)         Total: -94 bytes

</content>
</entry>
<entry>
<title>modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"</title>
<updated>2009-03-03T18:47:56+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-03T18:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9604e1b8fc1e6c64fb977791d5f2819389a37377'/>
<id>urn:sha1:9604e1b8fc1e6c64fb977791d5f2819389a37377</id>
<content type='text'>
*: s/can't open %s/can't open '%s'/, it's better to use same string.

function                                             old     new   delta
do_modprobe                                          588     601     +13
config_file_action                                   339     345      +6
modprobe_main                                        565     570      +5
unable_to_open                                        14      16      +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 26/0)               Total: 26 bytes
   text    data     bss     dec     hex filename
 816800     476    7892  825168   c9750 busybox_old
 816812     476    7892  825180   c975c busybox_unstripped

</content>
</entry>
<entry>
<title>top: make it work again on 2.4 kernels (closes bug 125)</title>
<updated>2009-03-03T11:55:31+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-03T11:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7886275c982286e69fef12236d119ca39b831cec'/>
<id>urn:sha1:7886275c982286e69fef12236d119ca39b831cec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>function                                             old     new   delta</title>
<updated>2009-02-07T22:30:39+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-02-07T22:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a0ab943492c123690f41b751136e8c9cf261e195'/>
<id>urn:sha1:a0ab943492c123690f41b751136e8c9cf261e195</id>
<content type='text'>
kill_main                                            706     884    +178

</content>
</entry>
<entry>
<title>sysctl: fix another corner case with "dots and slashes"</title>
<updated>2009-01-08T03:35:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-01-08T03:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=501b0e335f33d6fa7c7bb5063f7be80281b0f698'/>
<id>urn:sha1:501b0e335f33d6fa7c7bb5063f7be80281b0f698</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysctl: fix gcc warning (false positive)</title>
<updated>2008-12-29T01:03:17+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-29T01:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d6e8f9450cf055f0abfa424c5aa9e5a7c30d6593'/>
<id>urn:sha1:d6e8f9450cf055f0abfa424c5aa9e5a7c30d6593</id>
<content type='text'>
</content>
</entry>
</feed>
