OSDN Git Service

Don't add cpio TRAILER!!! entry by default, add new --trailer option if you
[android-x86/external-toybox.git] / toys / posix / cpio.c
2017-06-04 Rob LandleyDon't add cpio TRAILER!!! entry by default, add new...
2017-01-28 Elliott HughesAdd missing `static`s and remove an unused function.
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-12-21 Rob LandleyRich Felker's reading of posix is that fchown() and...
2015-12-07 Rob LandleyAttempt at making cpio chown() mode 000 files sanely.
2015-12-06 Rob LandleyRemove trailing whitespace and wrap lines to 80 chars.
2015-12-06 Mike MoretonCPIO: Add --no-preserve-owner option.
2015-12-06 Mike MoretonCorrect setting of guid and uid when extracting from...
2015-09-29 Rob LandleyMake defconfig build for nommu.
2014-11-22 Rob LandleyAs long as Android's going to require fortify, fixup...
2014-09-15 Rob LandleyAdd cpio -p
2014-09-10 Rob LandleyIgnore -m option to cpio, it's what we do anyway so...
2014-09-08 Rob LandleyFix more memory leaks reported by Ashwini Sharma.
2014-06-01 Isaac Dunhamcpio: archive more files
2014-04-29 Rob LandleyTeach cpio to set uid/gid and timestamp. (Timestamp...
2014-03-27 Isaac DunhamFix cpio -it: don't close(fd) unless we opened it.
2014-03-26 Rob LandleyMore cpio bugfixes from Isaac Dunham.
2014-03-25 Rob LandleyPromote cpio out of pending.