index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
cpio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2023-05-23
1
-1
/
+1
|
\
|
*
cpio: tweak --help
Denys Vlasenko
2023-05-09
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-09
1
-1
/
+0
|
\
|
|
*
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
2023-04-06
1
-1
/
+0
*
|
Fix POSIX build
FRP-4621-gf3c5e8bc3
Ron Yorston
2022-02-27
1
-2
/
+2
*
|
cpio: code shrink with !FEATURE_EXTRA_FILE_DATA
Ron Yorston
2022-02-10
1
-1
/
+5
|
/
*
cpio: add support for --renumber-inodes like GNU cpio
Ariadne Conill
2021-10-13
1
-0
/
+32
*
cpio: add support for --ignore-devno like GNU cpio
Ariadne Conill
2021-10-13
1
-0
/
+20
*
Regularize "NUL terminated input" --help texts
Denys Vlasenko
2021-08-22
1
-1
/
+1
*
cpio: fix "cpio -d -p A/B/C"
Denys Vlasenko
2021-06-03
1
-1
/
+7
*
help text tweaks
Denys Vlasenko
2020-12-18
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2020-06-24
1
-0
/
+1
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
cpio: if longopts are enabled, accept --null (synonym for -0)
Denys Vlasenko
2018-07-06
1
-0
/
+1
*
tweak help texts
Denys Vlasenko
2018-07-06
1
-3
/
+5
*
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-05-22
1
-1
/
+1
*
cpio: extract "unsafe" symlinks the same way tar/unzip does
Natanael Copa
2018-03-30
1
-0
/
+2
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-4
/
+5
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-4
/
+3
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-10
/
+10
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
cpio: tweak help text
Denys Vlasenko
2016-07-08
1
-4
/
+4
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
cpio: implement -R/--owner
Aaro Koskinen
2015-10-16
1
-10
/
+36
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
*
cpio: reinstate "options:" line in help text
Denys Vlasenko
2014-06-30
1
-0
/
+1
*
archival/*: move "config:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+29
*
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-1
/
+1
*
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+2
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-15
/
+15
*
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
2011-11-22
1
-0
/
+1
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
cpio: allow cpio -i to take params - names of files to extract
Denys Vlasenko
2010-12-26
1
-39
/
+66
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-1
/
+1
*
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
work on adding testsuite runs to randomconfig test builds
Denys Vlasenko
2010-05-10
1
-0
/
+1
*
cpio: "NNN blocks" should go to stderr
Matheus Izvekov
2010-04-26
1
-1
/
+1
*
cpio: fix -o-less cpio -F FILE
Denys Vlasenko
2010-01-09
1
-1
/
+1
*
cpio: improve help text more; fix -p and -F interaction
Denys Vlasenko
2010-01-09
1
-10
/
+12
*
cpio: improve help text; document two TODOs
Denys Vlasenko
2010-01-09
1
-2
/
+6
*
libunarchive: clean up dirty hacks. code shrank as a result
Denys Vlasenko
2010-01-06
1
-3
/
+3
*
cpio: fix unpacking of names with leading slashes
Denys Vlasenko
2010-01-05
1
-1
/
+1
*
ar: fix two bugs, one added by prev comment and other we SEGV with no params
Denys Vlasenko
2010-01-04
1
-7
/
+7
*
*: do not assign to stdout/stderr, it's not portable.
Denys Vlasenko
2010-01-02
1
-4
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
*: code shrink via NOINLINE
Denys Vlasenko
2009-10-08
1
-1
/
+1
[next]