summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2-2/+2
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-12-08randomconfig fixesDenys Vlasenko5-5/+30
2016-11-27dpkg-deb: shorten code, improve help textDenys Vlasenko1-43/+34
2016-11-27dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko10-19/+1
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko3-35/+81
2016-11-11tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko3-7/+48
2016-10-12cpio: fix restoration of file ownership, closes 9306Denys Vlasenko1-0/+4
2016-08-14gzip: fix compression level bug. Closes 9131Natanael Copa1-4/+1
2016-07-08cpio: tweak help textDenys Vlasenko1-4/+4
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-21libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko1-0/+3
2016-06-20typo fixDenys Vlasenko1-1/+1
2016-06-20libarchive: fix open_zipped()Denys Vlasenko1-7/+12
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko5-28/+23
2016-06-19randomconfig fixes 4Denys Vlasenko2-2/+4
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko1-6/+6
2016-04-17unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko1-29/+33
2016-04-17unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko1-6/+29
2016-04-17unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko1-8/+35
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko6-15/+22
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko2-12/+22
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko1-8/+6
2015-10-27gzip: add support for --no-name long optionAaro Koskinen2-0/+2
2015-10-27gunzip: add support for long optionsAaro Koskinen1-0/+20
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko2-5/+29
2015-10-25tweak defconfigDenys Vlasenko4-31/+11
2015-10-25inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko2-2/+2
2015-10-22tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko1-3/+2
2015-10-22tar: shrink hardlink name handling codeDenys Vlasenko1-26/+17
2015-10-22tar: implement --version for buildrootDenys Vlasenko1-0/+9
2015-10-21tar: add support for --strip-components=NDenys Vlasenko5-46/+156
2015-10-16cpio: implement -R/--ownerAaro Koskinen7-15/+58
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-05-11tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko1-11/+17
2015-05-03libarchive: auto-detect .Z files as wellThiago Jung Bauermann1-0/+7
2015-04-26gzip: add support for compression levels 4-9Aaro Koskinen1-10/+62
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-10unzip: prevent attacks via malicious filenamesDenys Vlasenko4-43/+63
2015-02-03gzip: trivial code shrink -5 bytesDenys Vlasenko1-4/+4
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko2-7/+36
2015-02-02gzip: do not store timestamp in gzip headerRich Felker1-4/+16
[next]