aboutsummaryrefslogtreecommitdiff
path: root/archival/cpio.c
AgeCommit message (Expand)Author
2020-12-18help text tweaksDenys Vlasenko
2020-06-24randomconfig fixesDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-07-06cpio: if longopts are enabled, accept --null (synonym for -0)Denys Vlasenko
2018-07-06tweak help textsDenys Vlasenko
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-03-30cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-07-08cpio: tweak help textDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-16cpio: implement -R/--ownerAaro Koskinen
2015-07-13Removes stray empty line from codeManinder Singh
2014-06-30cpio: reinstate "options:" line in help textDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2010-12-26cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov
2010-01-09cpio: fix -o-less cpio -F FILEDenys Vlasenko
2010-01-09cpio: improve help text more; fix -p and -F interactionDenys Vlasenko
2010-01-09cpio: improve help text; document two TODOsDenys Vlasenko
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2010-01-05cpio: fix unpacking of names with leading slashesDenys Vlasenko
2010-01-04ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-20cpio: more compat: -0 and -L optionsDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2008-10-26cpio: emit TRAILER even when hard links were found.Denis Vlasenko
2008-10-17cpio: fix regression in prev commit (harmless)Denis Vlasenko
2008-10-17data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko