aboutsummaryrefslogtreecommitdiff
path: root/archival/cpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-05-231-1/+1
|\
| * cpio: tweak --helpDenys Vlasenko2023-05-091-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-1/+0
|\|
| * libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-1/+0
* | Fix POSIX buildFRP-4621-gf3c5e8bc3Ron Yorston2022-02-271-2/+2
* | cpio: code shrink with !FEATURE_EXTRA_FILE_DATARon Yorston2022-02-101-1/+5
|/
* cpio: add support for --renumber-inodes like GNU cpioAriadne Conill2021-10-131-0/+32
* cpio: add support for --ignore-devno like GNU cpioAriadne Conill2021-10-131-0/+20
* Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-221-1/+1
* cpio: fix "cpio -d -p A/B/C"Denys Vlasenko2021-06-031-1/+7
* help text tweaksDenys Vlasenko2020-12-181-1/+1
* randomconfig fixesDenys Vlasenko2020-06-241-0/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* cpio: if longopts are enabled, accept --null (synonym for -0)Denys Vlasenko2018-07-061-0/+1
* tweak help textsDenys Vlasenko2018-07-061-3/+5
* tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-1/+1
* cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa2018-03-301-0/+2
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-4/+5
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-10/+10
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* cpio: tweak help textDenys Vlasenko2016-07-081-4/+4
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* cpio: implement -R/--ownerAaro Koskinen2015-10-161-10/+36
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* cpio: reinstate "options:" line in help textDenys Vlasenko2014-06-301-0/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+29
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-1/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-15/+15
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+1
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-39/+66
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-0/+1
* cpio: "NNN blocks" should go to stderrMatheus Izvekov2010-04-261-1/+1
* cpio: fix -o-less cpio -F FILEDenys Vlasenko2010-01-091-1/+1
* cpio: improve help text more; fix -p and -F interactionDenys Vlasenko2010-01-091-10/+12
* cpio: improve help text; document two TODOsDenys Vlasenko2010-01-091-2/+6
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-061-3/+3
* cpio: fix unpacking of names with leading slashesDenys Vlasenko2010-01-051-1/+1
* ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2010-01-041-7/+7
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-4/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1