aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)vapier2006-01-041-1/+1
* - silence warning about unused paramaldot2005-12-291-2/+1
* Bug 601: When we fork an archiver and feed stuff to it through a pipe, iflandley2005-12-161-3/+4
* - typo: s/sucess/success/galdot2005-12-121-1/+1
* reduce 3 warning if compile with -Wvodz2005-12-061-2/+5
* I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.landley2005-11-121-1/+1
* Add --no-same-owner and --no-same-permissions options to tar.landley2005-10-272-37/+58
* The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,landley2005-10-161-2/+2
* Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),landley2005-10-161-188/+146
* llist must initialize, add loses ifdef, small indent correctionvodz2005-10-151-30/+33
* Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar).landley2005-10-151-20/+24
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-143-15/+6
* - typo in makefile variable: s/archvial/archival/aldot2005-10-131-1/+1
* usage bb_dev_nullvodz2005-10-121-1/+1
* Prepend '-' to the first argument if required, more const, indentvodz2005-10-121-7/+12
* new featured bb_opt_complementally, correct argc checkingvodz2005-10-121-14/+6
* There doesn't seem to be a standard header for makedev(), but this is close.landley2005-10-111-0/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-113-3/+3
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.vodz2005-10-101-4/+0
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot2005-10-073-4/+4
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-6/+2
* Stop gcc4 from nit-picking about signedness of char *.landley2005-09-251-1/+2
* use the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-15/+2
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-202-4/+4
* Patch from Berhnard Fischer to keep duplicate objects out of the library.landley2005-09-141-0/+1
* remove unrequired dependencesvodz2005-09-142-3/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-118-17/+9
* typo, thanks, Bernhard Fischervodz2005-09-061-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-053-9/+5
* Fix for bug 383: attempting to "tar c /" would error out because strippinglandley2005-09-011-1/+1
* Anand Avati hit an integer overflow problem in our unzip code.landley2005-08-311-1/+1
* Don't comment warnings, _FIX_ warnings. (And putting in #warnings aboutlandley2005-08-301-48/+22
* Dirk Clemens pointed out how easy it is to support bzip2 compression, since welandley2005-08-301-18/+15
* Bernhard Fischer says: use xmalloc() instead of malloc()vapier2005-08-163-3/+3
* punt unused variablevapier2005-07-301-3/+0
* tell people to ignore the save_name warningvapier2005-07-301-0/+1
* rename the accept/reject names since accept overrides the accept() socket fun...vapier2005-07-301-6/+6
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-272-2/+2
* applying fix for:pgf2005-07-221-0/+2
* applying fixes from: pgf2005-07-202-223/+414
* applying fix for:pgf2005-07-201-0/+10
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-113-3/+3
* abort if user passes -r or if they dont pass anythingvapier2005-05-091-3/+8
* add comments about ignoring some warnings which are OKvapier2005-04-231-0/+8
* fix printf warningvapier2005-04-201-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-164-40/+41
* In Bug 208, bernhardf writes:vapier2005-04-162-8/+8
* Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctlymjn32005-03-021-0/+1
* When filling the bit buffer, gzip decompression apparently never checked for ...mjn32005-03-011-1/+4