<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/docs, branch 1_20_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_20_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_20_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2012-03-06T15:27:48+00:00</updated>
<entry>
<title>update seamless uncompression code</title>
<updated>2012-03-06T15:27:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2012-03-06T15:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8a6a2f9c9c214b94bd945acd97ac8b28c25e194e'/>
<id>urn:sha1:8a6a2f9c9c214b94bd945acd97ac8b28c25e194e</id>
<content type='text'>
This change makes "tar tf hello_world.txz" work without
adding special-casing for ".txz" extension. It also removes
ever-growing magic checking code in rpm2cpio and get_header_tar -
we reuse one which lives in setup_unzip_on_fd.

function                                             old     new   delta
unpack_gz_stream                                       7     566    +559
check_signature16                                      -      70     +70
setup_unzip_on_fd                                     99     142     +43
handle_SIGCHLD                                         -      41     +41
unpack_bz2_stream                                    342     376     +34
unzip_main                                          2352    2385     +33
bbunpack                                             503     533     +30
open_transformer                                      74     102     +28
unpack_Z_stream                                     1278    1304     +26
unpack_gunzip                                        101     123     +22
init_transformer_aux_data                              -      18     +18
unpack_xz_stream                                    2388    2402     +14
open_zipped                                          131     141     +10
rpm_main                                            1358    1363      +5
get_header_tar_lzma                                   52      57      +5
get_header_tar_bz2                                    52      57      +5
unpack_lzma_stream                                  2698    2702      +4
hash_find                                            234     233      -1
get_header_tar                                      1759    1733     -26
get_header_tar_gz                                     92      57     -35
unpack_uncompress                                     51      12     -39
rpm2cpio_main                                        201     147     -54
unpack_unxz                                           67      12     -55
unpack_bz2_stream_prime                               55       -     -55
get_header_tar_Z                                      86       -     -86
unpack_gz_stream_with_info                           539       -    -539
------------------------------------------------------------------------------
(add/remove: 3/3 grow/shrink: 14/6 up/down: 947/-890)          Total: 57 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>archival/libarchive/decompress_unzip.c -&gt; decompress_gunzip.c. no code changes</title>
<updated>2012-03-06T15:26:20+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2012-03-06T15:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=774bce8e8ba1e424c953e8f13aee8f0778c8a911'/>
<id>urn:sha1:774bce8e8ba1e424c953e8f13aee8f0778c8a911</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout</title>
<updated>2011-10-22T04:27:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-10-22T04:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7449e18190b8ed07a7cd1711b40885ae4b97efb4'/>
<id>urn:sha1:7449e18190b8ed07a7cd1711b40885ae4b97efb4</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>docs/ctty.htm: add a useful URL to</title>
<updated>2011-10-21T16:44:33+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-10-21T16:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679'/>
<id>urn:sha1:17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mdev: expand --help so that it's actually useful.</title>
<updated>2011-09-19T10:18:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-09-19T10:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5c6ba6c56f9653488e1d805e727bb06c39ed23fa'/>
<id>urn:sha1:5c6ba6c56f9653488e1d805e727bb06c39ed23fa</id>
<content type='text'>
function                                             old     new   delta
packed_usage                                       28634   28822    +188

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>typo fixes</title>
<updated>2011-07-08T03:47:49+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2011-07-08T03:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b5de0c12d6f1803ed6d161c9a56aab99412d3b97'/>
<id>urn:sha1:b5de0c12d6f1803ed6d161c9a56aab99412d3b97</id>
<content type='text'>
Signed-off-by: Dan Fandrich &lt;dan@coneharvesters.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775</title>
<updated>2011-05-29T02:24:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-05-29T02:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=488dd7086925b83bb36568965558221e04d2cc91'/>
<id>urn:sha1:488dd7086925b83bb36568965558221e04d2cc91</id>
<content type='text'>
When compiling with !ENABLE_FEATURE_GETOPT_LONG, busybox still tries
to include getopt.h which is not available; for example with uClibc
when !UCLIBC_HAS_GETOPT_LONG.  getopt.h is only required
for the _long set of functions.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>small fixes atop syslog config patch</title>
<updated>2011-04-16T18:15:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-04-16T18:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0288b27ad870adc437c370c262b7b41990ae0118'/>
<id>urn:sha1:0288b27ad870adc437c370c262b7b41990ae0118</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>.gitignore: add missing ignores</title>
<updated>2011-03-06T18:54:15+00:00</updated>
<author>
<name>Bjørn Forsman</name>
<email>bjorn.forsman@gmail.com</email>
</author>
<published>2011-03-03T08:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=102b8bde3b86e5d2eb9e8a60d220e55e00beccf1'/>
<id>urn:sha1:102b8bde3b86e5d2eb9e8a60d220e55e00beccf1</id>
<content type='text'>
Ignore output files created by "make defconfig; make".

Signed-off-by: Bjørn Forsman &lt;bjorn.forsman@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: use FEATURE_SH_NOFORK to enable NOFORK trick</title>
<updated>2011-02-02T17:38:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-02-02T17:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b72baeb00328576df415f9a4b4f3d5f202e3be11'/>
<id>urn:sha1:b72baeb00328576df415f9a4b4f3d5f202e3be11</id>
<content type='text'>
Also expands docs

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
