<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils, branch 1_16_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_16_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_16_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-01-26T07:17:45+00:00</updated>
<entry>
<title>modprobe: protect against possible SEGV</title>
<updated>2010-01-26T07:17:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-26T07:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=da879ec2e967e2f04f6269e506308dc9cc8b97ae'/>
<id>urn:sha1:da879ec2e967e2f04f6269e506308dc9cc8b97ae</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: better unicode width support. Hopefully fixes bug 839.</title>
<updated>2010-01-24T06:44:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-24T06:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9f93d621925966c22ee51fdcb5def8e131596f9b'/>
<id>urn:sha1:9f93d621925966c22ee51fdcb5def8e131596f9b</id>
<content type='text'>
Also opens up a possibility to make other unicode stuff smaller
and more correct later. but:

function                                             old     new   delta
static.combining                                       -     516    +516
bb_wcwidth                                             -     328    +328
unicode_cut_nchars                                     -     141    +141
mbstowc_internal                                       -      93     +93
in_table                                               -      78     +78
cal_main                                             899     961     +62
static.combining0x10000                                -      40     +40
unicode_strlen                                         -      31     +31
bb_mbstrlen                                           31       -     -31
bb_mbstowcs                                          173     102     -71
------------------------------------------------------------------------------
(add/remove: 7/1 grow/shrink: 1/1 up/down: 1289/-102)        Total: 1187 bytes

Uses code of Markus Kuhn, which is in public domain:
http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
"Permission to use, copy, modify, and distribute this software
 for any purpose and without fee is hereby granted. The author
 disclaims all warranties with regard to this software."

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe: it's not an error if module is already loaded. Closes bug 833</title>
<updated>2010-01-10T03:52:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-10T03:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=725b5a387a392f6282756c649adf411e30535eb5'/>
<id>urn:sha1:725b5a387a392f6282756c649adf411e30535eb5</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fold: unicode support. Based on a patch by Tomas Heinrich &lt;heinrich.tomas@gmail.com&gt;</title>
<updated>2010-01-04T19:49:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-04T19:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=28055028a709020ba7eb44f9e5037d0a952b51d6'/>
<id>urn:sha1:28055028a709020ba7eb44f9e5037d0a952b51d6</id>
<content type='text'>
General Unicode support is tweaked to expose unicode_status.

function                                             old     new   delta
init_unicode                                           -      77     +77
write2stdout                                           -      19     +19
adjust_column                                         68      71      +3
unicode_status                                         -       1      +1
unicode_is_enabled                                     1       -      -1
grep_main                                            780     773      -7
fold_main                                            619     552     -67
check_unicode_in_env                                  77       -     -77
------------------------------------------------------------------------------
(add/remove: 3/2 grow/shrink: 1/2 up/down: 100/-152)          Total: -52 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: added xfdopen_for_read/write</title>
<updated>2009-11-15T22:28:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-15T22:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a7ccdeef396700d1ed78b9f97de0d10c706b169f'/>
<id>urn:sha1:a7ccdeef396700d1ed78b9f97de0d10c706b169f</id>
<content type='text'>
function                                             old     new   delta
xfdopen_helper                                         -      40     +40
logdir_open                                         1163    1184     +21
process_stdin                                        433     443     +10
xfdopen_for_write                                      -       9      +9
doCommands                                          2465    2474      +9
patch_main                                          1214    1222      +8
bbunpack                                             457     465      +8
xfdopen_for_read                                       -       7      +7
scan_tree                                            258     262      +4
xstrtoul_range_sfx                                   230     231      +1
sendmail_main                                        957     955      -2
passwd_main                                         1027    1023      -4
parse                                                969     964      -5
test_main                                            253     247      -6
sed_main                                             655     649      -6
dos2unix_main                                        437     429      -8
fbsplash_main                                        950     938     -12
handle_dir_common                                    371     354     -17
expand_vars_to_list                                 2197    2169     -28
update_passwd                                       1275    1246     -29
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 7/10 up/down: 117/-117)           Total: 0 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>tidy up O_NONBLOCK usage. use libbb functions in stty.</title>
<updated>2009-11-11T20:05:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-11T20:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ab19ede65595f6c0daba1e9b6c7c0a2ede341fec'/>
<id>urn:sha1:ab19ede65595f6c0daba1e9b6c7c0a2ede341fec</id>
<content type='text'>
Added O_RDONLY where improves readability. Note: O_RDONLY == 0,
so it is there even if not specified.

function                                             old     new   delta
stty_main                                           1289    1235     -54

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>lsmod: beautify. no code changes</title>
<updated>2009-11-04T17:01:17+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-04T17:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f8a73bfa332c540f7f877132736905285c24249c'/>
<id>urn:sha1:f8a73bfa332c540f7f877132736905285c24249c</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>lsmod: unicode-aware column formatting</title>
<updated>2009-10-26T11:35:30+00:00</updated>
<author>
<name>Tomas Heinrich</name>
<email>heinrich.tomas@gmail.com</email>
</author>
<published>2009-10-19T21:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d31a8793ebedb53b686c9ea01be33d3d564760b9'/>
<id>urn:sha1:d31a8793ebedb53b686c9ea01be33d3d564760b9</id>
<content type='text'>
Signed-off-by: Tomas Heinrich &lt;heinrich.tomas@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modutils: add FEATURE_INSMOD_TRY_MMAP option</title>
<updated>2009-10-25T03:35:22+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-10-25T03:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=77c066ea5cf4b1ee606a81e48388ff0b1d019134'/>
<id>urn:sha1:77c066ea5cf4b1ee606a81e48388ff0b1d019134</id>
<content type='text'>
function                                             old     new   delta
try_to_mmap_module                                     -     121    +121
bb_init_module_24                                   4514    4578     +64
bb_init_module                                       119     173     +54
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/0 up/down: 239/0)             Total: 239 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe-small: added comment about multiple alias matches</title>
<updated>2009-10-08T20:54:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-10-08T20:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6332151641f2c80c0ca57bd2f7dd11393619bc3a'/>
<id>urn:sha1:6332151641f2c80c0ca57bd2f7dd11393619bc3a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
