summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-07-08cpio: tweak help textDenys Vlasenko1-4/+4
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
2015-10-16cpio: implement -R/--ownerAaro Koskinen7-15/+58
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2014-06-30cpio: reinstate "options:" line in help textDenys Vlasenko1-0/+1
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko4-0/+7
2011-11-20Merge 1.19.3 gingerbread into icsTanguy Pruvot24-2258/+8544
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2010-12-26cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2-68/+66
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko6-7/+7
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko7-69/+109
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov2-5/+5
2010-01-09cpio: fix -o-less cpio -F FILEDenys Vlasenko1-1/+1
2010-01-09cpio: improve help text more; fix -p and -F interactionDenys Vlasenko2-15/+17
2010-01-09cpio: improve help text; document two TODOsDenys Vlasenko4-6/+19
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko10-102/+95
2010-01-05cpio: fix unpacking of names with leading slashesDenys Vlasenko3-2/+13
2010-01-04ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2-9/+9
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko3-11/+3
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-08*: code shrink via NOINLINEDenys Vlasenko10-10/+41
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko7-45/+50
2009-06-25updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko5-35/+115
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-20cpio: more compat: -0 and -L optionsDenis Vlasenko1-82/+92
2009-03-20Compatibility fixes:Denis Vlasenko10-59/+137
2008-10-26cpio: emit TRAILER even when hard links were found.Denis Vlasenko1-2/+3
2008-10-17cpio: fix regression in prev commit (harmless)Denis Vlasenko1-2/+4
2008-10-17data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko3-2/+8
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-16cpio: make long opts depend only on ENABLE_GETOPT_LONGDenis Vlasenko1-1/+1
2008-07-11cpio: on unpack, limit filename length to 8k; shorten comment a bitDenis Vlasenko2-15/+15
2008-07-11cpio: support some long options; document GNU optionsDenis Vlasenko2-16/+92
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko11-86/+89
2008-06-27cpio: fix -m to actually work as expected (Pascal Bellard)Denis Vlasenko1-1/+4
2008-04-05cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko7-105/+99
[next]