don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / archival /
2001-06-27 Eric AndersenFix a type promotion bug discivered and analyzed by...
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Tim Rikercomment cleanup
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-21 Eric AndersenSupport tar -C, per bug #1176
2001-06-21 Eric AndersenAdd in (and ignore) tar -p, since we preserver permissi...
2001-06-20 Eric Andersenit turs out, there was a nasty tar bug where bb tar...
2001-06-20 Glenn L McGrathInitialise in_file to stdin, so it wont crash if no...
2001-06-20 Glenn L McGrathChanged gz_open to ruturn a stream
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-04 Eric AndersenRevert the patch from Konstantin Boldyshev <konst@linux...
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-22 Matt KraaiMake - read compressed data from stdin (thanks to Mariu...
2001-05-22 Matt KraaiCorrectly remove leading slashes upon extraction (thank...
2001-05-17 Matt KraaiRemove unused function. If necessary, we can use remov...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-13 Eric AndersenDo not ever change permissions on existing directories...
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-05-07 Glenn L McGrathwoops, forgot the break statment
2001-05-07 Glenn L McGrathTolerate -q argument, if -q is passed give a warning...
2001-05-01 Matt KraaiSkip headers with empty filenames, rather than stopping.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-29 Glenn L McGrathLogic reversal for last_char_is
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-18 Matt KraaiEliminate spurious warning, convert to getopt, and...
2001-04-18 Matt KraaiFix a number of problems with argument handling.
2001-04-18 Matt KraaiEliminate a segfault when called on an existing file...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-18 Glenn L McGrathFix zcat/gunzip when reading from stdin
2001-04-16 Glenn L McGrathWrite full status file
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Glenn L McGrathRename variable that shadows global
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-12 Glenn L McGrathdpkg-deb -c works now
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-11 Glenn L McGrathreadTarFile changed from exter nto static
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathDisable sigterm
2001-04-11 Glenn L McGrathreplace getOctal with strtol( , NULL, 8)
2001-04-11 Glenn L McGrathGzip is indepenedent of gunzip
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-08 Glenn L McGrathReorganise status field to use 3 chars instead of one...
2001-04-08 Glenn L McGrathUse create_path instead of mkdir
2001-04-08 Glenn L McGrathIt now correctly backs up the (still corrupt) status...
2001-04-08 Glenn L McGrathSome fixes, but still broken... (cont)
2001-04-07 Glenn L McGrathIgnore SIGTERM prior to gz_close()
2001-04-07 Glenn L McGrathFix warning
2001-04-05 Eric AndersenA first pass at making D_FILE_OFFSET_BITS=64 work,...
2001-04-05 Eric AndersenIt seems all the stdout munging was useless anyways...
2001-04-05 Eric Andersendpkg_deb had not been updated for the new gunzip interf...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-29 Eric Andersengz_open and gz_close were left in, even when BB_FEATURE...
2001-03-29 Glenn L McGrathFix zcat
2001-03-29 Glenn L McGrathgunzip -c works again
2001-03-28 Glenn L McGrathFixes from Robert Kaiser
2001-03-28 Glenn L McGrathRemove cruft
2001-03-28 Glenn L McGrathRemove tar_unzip_init() not needed any more, uses gz_op...
2001-03-28 Glenn L McGrathFix tar -z, calls gz_open now
2001-03-28 Glenn L McGrathGunzip changes broke tar -z support (woops)
2001-03-28 Glenn L McGrathMajor cleanup to better adhere to style guide and use...
2001-03-28 Glenn L McGrathAdd functions that were shared with gunzip.c, gunzip...
2001-03-21 Eric AndersenClean up more local vars which shadow globals
2001-03-15 Mark WhitleyIf only BB_DPKG was enabled in Config.h, busybox would...
2001-03-14 Eric AndersenFix from Manuel for a silly thinko on my part.
2001-03-14 Eric Andersendpkg used tfind, which doesn't work with libc5. Print...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric Andersenfix a few mallocs to be xmallocs.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-12 Glenn L McGrathCloser integration with dpkg-deb and other busybox...
2001-02-12 Glenn L McGrathNew option 'list' produces output that can be used...
2001-02-11 Glenn L McGrathNew function, deb-extract to be used by dpkg, code...
2001-02-11 Glenn L McGrathConsmetic changes
2001-02-11 Glenn L McGrathMore style changes
2001-02-11 Glenn L McGrathStyle changes; use get_line_from_file from utilities
2001-02-10 Glenn L McGrathUse copy_file from utilty.c, remove some char defines
2001-02-10 Glenn L McGrathBug fix, rename status file, cleanups
2001-02-10 Glenn L McGrathReplace status defines with const int to conform to...
2001-02-10 Glenn L McGrathInitial import
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Matt KraaiUse getopt (or getopt_long).
2001-01-22 Matt KraaiFixed listed files to extract to be more like GNU....
2001-01-20 Glenn L McGrathClose files before exit
2001-01-20 Glenn L McGrathClose unused pipe handle before fork (for tar -z).
2001-01-13 Matt KraaiFix ownership of extracted directories.
next