hush/archival/libunarchive
Denis Vlasenko 7e0fbf9c26 tar: conditionally don't wait for vforked child to exec, as it always
works right on Linux, and anyway mayresult only on less-than-clear error
message only, it will not cause tar to misbehave.

function                                             old     new   delta
open_transformer                                      98      80     -18
writeTarFile                                         714     547    -167
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-185)           Total: -185 bytes
   text    data     bss     dec     hex filename
 770651    1051   10764  782466   bf082 busybox_old
 770463    1051   10764  782278   befc6 busybox_unstripped
2007-09-04 19:33:22 +00:00
..
archive_xread_all_eof.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
check_header_gzip.c gunzip: s/unsigned char extra_short/unsigned extra_short/ 2007-03-15 23:30:18 +00:00
data_align.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
data_extract_all.c do not do utime() on links, it acts on link targets, and we don't want that. 2007-06-20 14:49:47 +00:00
data_extract_to_buffer.c tar et al: die if bb_copyfd_size copies less than asked for. 2006-12-22 00:21:07 +00:00
data_extract_to_stdout.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
data_skip.c use "glibc errno" trick not only for ash, but for entire busybox 2007-05-31 22:16:38 +00:00
decompress_bunzip2.c rmp: add optional support for bz2 data. +50 bytes of code 2007-06-08 13:05:39 +00:00
decompress_uncompress.c moved biggest stack buffers to malloc space, or made their size configurable 2007-06-10 15:08:44 +00:00
decompress_unlzma.c s/#ifdef CONFIG_/#if ENABLE_/g 2007-08-13 10:36:25 +00:00
decompress_unzip.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
filter_accept_all.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
filter_accept_list_reassign.c s/#ifdef CONFIG_/#if ENABLE_/g 2007-08-13 10:36:25 +00:00
filter_accept_list.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
filter_accept_reject_list.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
find_list_entry.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
get_header_ar.c random small shrinkage and elimination of statics 2007-04-07 00:44:31 +00:00
get_header_cpio.c tar: improve OLDGNU compat, make old SUN compat configurable 2007-06-21 12:41:59 +00:00
get_header_tar_bz2.c rmp: add optional support for bz2 data. +50 bytes of code 2007-06-08 13:05:39 +00:00
get_header_tar_gz.c rmp: add optional support for bz2 data. +50 bytes of code 2007-06-08 13:05:39 +00:00
get_header_tar_lzma.c rmp: add optional support for bz2 data. +50 bytes of code 2007-06-08 13:05:39 +00:00
get_header_tar.c style fix (stray space before ';') 2007-07-21 15:08:09 +00:00
header_list.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
header_skip.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
header_verbose_list.c do not do utime() on links, it acts on link targets, and we don't want that. 2007-06-20 14:49:47 +00:00
init_handle.c cpio: (allegedly) fix bug 0001095: 2006-11-21 00:55:46 +00:00
Kbuild assorted fixes for breakage found by randomconfig 2007-08-17 08:29:48 +00:00
open_transformer.c tar: conditionally don't wait for vforked child to exec, as it always 2007-09-04 19:33:22 +00:00
seek_by_jump.c s/#ifdef CONFIG_/#if ENABLE_/g 2007-08-13 10:36:25 +00:00
seek_by_read.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
unpack_ar_archive.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00