<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/console-tools, branch 1_11_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_11_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_11_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2008-05-19T09:29:47+00:00</updated>
<entry>
<title>- use EXIT_{SUCCESS,FAILURE}. No object-code changes</title>
<updated>2008-05-19T09:29:47+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-05-19T09:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=636a1f85e89432601c59cdc3239fc867b4adf051'/>
<id>urn:sha1:636a1f85e89432601c59cdc3239fc867b4adf051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Rename getpty() to xgetpty() and adjust callers.</title>
<updated>2008-05-19T08:18:50+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-05-19T08:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ae4342ca3e30f7b11732ecda3ad15821e81bc314'/>
<id>urn:sha1:ae4342ca3e30f7b11732ecda3ad15821e81bc314</id>
<content type='text'>
- Rewrite kbd_mode and setconsole
- Introduce and use console_make_active() and xopen_xwrite_close()
- honour buffer-reservation method as set by the user (dumpkmap, loadkmap)
- shrink rtcwake and some console-tools

  Saves about 270 Bytes
</content>
</entry>
<entry>
<title>whitespace fixes. no code changes</title>
<updated>2008-04-22T00:16:29+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-22T00:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1f228985b27602f94ff973d50e276220887df6a3'/>
<id>urn:sha1:1f228985b27602f94ff973d50e276220887df6a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openvt: handle -ws correctly. By James Simmons &lt;jsimmons AT infradead.org&gt;</title>
<updated>2008-04-19T03:44:45+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-19T03:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1b2d0b28213d7f0cc03cb9546fa41318c95f6215'/>
<id>urn:sha1:1b2d0b28213d7f0cc03cb9546fa41318c95f6215</id>
<content type='text'>
function                                             old     new   delta
openvt_main                                          343     429     +86

</content>
</entry>
<entry>
<title>openvt: fix gross mismatch between us and "standard" openvt.</title>
<updated>2008-03-27T16:26:35+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-27T16:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=95891fc016c9911406cb826540873f0894bcbe8b'/>
<id>urn:sha1:95891fc016c9911406cb826540873f0894bcbe8b</id>
<content type='text'>
  standard one even has different syntax!
  std: "openvt -c 12", we: "openvt 12"
  std: "openvt top", we: complain that "top" is not a number.
openvt: implement -c -w -s (-l -f -v are also accepted but ingnored)

openvt_main                                          188     343    +155
vfork_child                                            -      67     +67
not_vt_fd                                              -      23     +23
packed_usage                                       23932   23952     +20
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 2/0 up/down: 265/0)             Total: 265 bytes
   text    data     bss     dec     hex filename
 801344     641    7380  809365   c5995 busybox_old
 801617     641    7380  809638   c5aa6 busybox_unstripped

</content>
</entry>
<entry>
<title>patch: shrink by Pascal Bellard &lt;pascal.bellard AT ads-lu.com&gt; (-80 bytes)</title>
<updated>2008-03-23T22:55:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-23T22:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c93b162248892265eae5f54e9ee409074dfa08c5'/>
<id>urn:sha1:c93b162248892265eae5f54e9ee409074dfa08c5</id>
<content type='text'>
*: removal of #include &lt;getopt.h&gt;

</content>
</entry>
<entry>
<title>*: mode tcp/udpsvd to networking, delete ipsvd/*</title>
<updated>2008-03-17T09:13:22+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4ee7cd4f6f9f85871c8814bb524d3e691a2992a9'/>
<id>urn:sha1:4ee7cd4f6f9f85871c8814bb524d3e691a2992a9</id>
<content type='text'>
*/Config.in: fixes to text
svlogd: make it NOMMU capable

function                                             old     new   delta
processorstart                                       378     420     +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0)               Total: 42 bytes
   text    data     bss     dec     hex filename
 797153     662    7420  805235   c4973 busybox_old
 797196     662    7420  805278   c499e busybox_unstripped

</content>
</entry>
<entry>
<title>*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)</title>
<updated>2008-03-17T09:09:09+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1d42665b6b0571b9fa5d3b10fbf2dd03382f0ba2'/>
<id>urn:sha1:1d42665b6b0571b9fa5d3b10fbf2dd03382f0ba2</id>
<content type='text'>
function                                             old     new   delta
getopt32                                            1370    1385     +15
sulogin_main                                         490     494      +4
realpath_main                                         84      86      +2
sleep_main                                            76      77      +1
mt_main                                              256     257      +1
printenv_main                                         75      74      -1
fdformat_main                                        546     545      -1
usleep_main                                           44      42      -2
setlogcons_main                                       77      75      -2
ed_main                                             2654    2649      -5
deallocvt_main                                        69      64      -5
addgroup_main                                        373     368      -5
mkfs_minix_main                                     2989    2982      -7
tail_main                                           1221    1213      -8
sv_main                                             1254    1241     -13
du_main                                              348     328     -20
tftp_main                                            325     302     -23
split_main                                           581     558     -23
nc_main                                             1000     977     -23
diff_main                                            891     868     -23
arping_main                                         1797    1770     -27
ls_main                                              893     847     -46
od_main                                             2797    2750     -47
readprofile_main                                    1944    1895     -49
tcpudpsvd_main                                      1973    1922     -51
udhcpc_main                                         2590    2513     -77
grep_main                                            824     722    -102
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/22 up/down: 23/-560)         Total: -537 bytes
   text    data     bss     dec     hex filename
 796973     658    7428  805059   c48c3 busybox_old
 796479     662    7420  804561   c46d1 busybox_unstripped

</content>
</entry>
<entry>
<title>*: fix fallout from -Wunused-parameter</title>
<updated>2008-03-17T09:04:04+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=85c247161b9e1e7c71ebcb874ed7b6a23b6a5b50'/>
<id>urn:sha1:85c247161b9e1e7c71ebcb874ed7b6a23b6a5b50</id>
<content type='text'>
function                                             old     new   delta
bbunpack                                             358     366      +8
passwd_main                                         1070    1072      +2
handle_incoming_and_exit                            2651    2653      +2
getpty                                                88      86      -2
script_main                                          975     972      -3
inetd_main                                          2036    2033      -3
dname_enc                                            377     373      -4
make_new_session                                     474     462     -12
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/5 up/down: 12/-24)            Total: -12 bytes
   text    data     bss     dec     hex filename
 797429     658    7428  805515   c4a8b busybox_old
 797417     658    7428  805503   c4a7f busybox_unstripped

</content>
</entry>
<entry>
<title>*: add -Wunused-parameter; fix resulting breakage</title>
<updated>2008-03-17T09:00:54+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=68404f13d4bf4826e3609703dad5375763db28ab'/>
<id>urn:sha1:68404f13d4bf4826e3609703dad5375763db28ab</id>
<content type='text'>
function                                             old     new   delta
procps_scan                                         1265    1298     +33
aliascmd                                             278     283      +5
parse_file_cmd                                       116     120      +4
dname_enc                                            373     377      +4
setcmd                                                90      93      +3
execcmd                                               57      60      +3
count_lines                                           72      74      +2
process_command_subs                                 340     339      -1
test_main                                            409     407      -2
mknod_main                                           179     177      -2
handle_incoming_and_exit                            2653    2651      -2
argstr                                              1312    1310      -2
shiftcmd                                             131     128      -3
exitcmd                                               46      43      -3
dotcmd                                               297     294      -3
breakcmd                                              86      83      -3
evalpipe                                             353     349      -4
evalcommand                                         1180    1176      -4
evalcmd                                              109     105      -4
send_tree                                            374     369      -5
mkfifo_main                                           82      77      -5
evalsubshell                                         152     147      -5
typecmd                                               75      69      -6
letcmd                                                61      55      -6
add_cmd                                             1190    1183      -7
main                                                 891     883      -8
ash_main                                            1415    1407      -8
parse_stream                                        1377    1367     -10
alloc_procps_scan                                     55       -     -55
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 7/21 up/down: 54/-148)          Total: -94 bytes
   text    data     bss     dec     hex filename
 797195     658    7428  805281   c49a1 busybox_old
 797101     658    7428  805187   c4943 busybox_unstripped

</content>
</entry>
</feed>
