OSDN Git Service

Merge remote-tracking branch 'toybox/master' into HEAD
[android-x86/external-toybox.git] / toys / posix / cpio.c
2016-03-07 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-01-09 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-09 Josh GaoMerge "Revert "Don't add a symlink for killall ---...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2016-01-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-12-21 Rob LandleyRich Felker's reading of posix is that fchown() and...
2015-12-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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-10-06 Elliott Hughesam fa01b4ca: Merge changes Ie1705960,I8b94351f,I661540a...
2015-10-06 Elliott HughesMerge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab...
2015-10-06 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-09-29 Rob LandleyMake defconfig build for nommu.
2014-11-23 Elliott HughesMerge "As long as Android's going to require fortify...
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.