Commit History

Author SHA1 Message Date
  Rob Landley b1c071ee03 Add options for reproducibility tests. 3 years ago
  Yi-Yo Chiang via Toybox c366525850 cpio: Don't lchown() if -t is specified 3 years ago
  Rob Landley 95a15d2381 Teach cpio to skip runs of NUL bytes between records. 3 years ago
  Rob Landley dafb9211c7 cpio: continue past TRAILER!!! (like kernel does) but error on empty archive. 3 years ago
  Rob Landley f1be076b52 Yi-yo Chiang wants cpio -u implemented, and sent some tests. 3 years ago
  Yi-Yo Chiang 0678d2c1e6 cpio: Guard free() with CFG_TOYBOX_FREE 3 years ago
  Rob Landley 8828d9cf77 Yi-Yo Chiang reported that readlink() failures could corrupt archive 3 years ago
  Rob Landley 1740f71a5b Honor --no-preserve-owner for archive creation, and tidy up header comments. 3 years ago
  Elliott Hughes fa1af3b085 cpio: fixes for Android kernel build. 3 years ago
  Elliott Hughes c33dc593b2 cpio: fix tests by removing --trailer. 4 years ago
  Ethan Sommer f2866cf58a cpio: fix --trailer flag check, switch to FLAG() macros. 4 years ago
  Elliott Hughes d588ba7443 Improve help consistency. 5 years ago
  Elliott Hughes 141a075c0e Clean up some --help formatting. 5 years ago
  Rob Landley 8993496e49 Convert option style. 5 years ago
  Rob Landley 221439164e Add mkpath() for common case of mkpathat(), and #define magic constants. 6 years ago
  Rob Landley 3255075199 Don't add cpio TRAILER!!! entry by default, add new --trailer option if you 7 years ago
  Elliott Hughes 70f7f10476 Add missing `static`s and remove an unused function. 7 years ago
  Rob Landley 7ca5dc4232 For years the man pages have said to #include <sys/types.h> to get 8 years ago
  Rob Landley d3a435e53c Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format 8 years ago
  Rob Landley 6be15f4143 Rich Felker's reading of posix is that fchown() and fchmod() must be allowed 8 years ago
  Rob Landley 3af50964c7 Attempt at making cpio chown() mode 000 files sanely. 8 years ago
  Rob Landley ac82aa91cf Remove trailing whitespace and wrap lines to 80 chars. 8 years ago
  Mike Moreton ecae7831e8 CPIO: Add --no-preserve-owner option. 8 years ago
  Mike Moreton 83250d1f0a Correct setting of guid and uid when extracting from a cpio archive. 8 years ago
  Rob Landley 7d6af77804 Make defconfig build for nommu. 8 years ago
  Rob Landley f6c28b6e00 As long as Android's going to require fortify, fixup the warnings it generates. 9 years ago
  Rob Landley eca573cbca Add cpio -p 9 years ago
  Rob Landley f8c411cc26 Ignore -m option to cpio, it's what we do anyway so it's not an error. 9 years ago
  Rob Landley 3edbb571ab Fix more memory leaks reported by Ashwini Sharma. 9 years ago
  Isaac Dunham 670626ab00 cpio: archive more files 10 years ago