freebsd-skq/usr.bin/cpio
Tim Kientzle 5157f46024 Format the output of -itv for real. In particular:
* Lookup uname/gname if not provided by the archive (I copied the
   uname/gname lookup cache from bsdtar)
 * Format device number instead of size for device nodes
 * Format date.

There's still a few improvements that I could copy from
bsdtar, especially the locale-aware safe_fprintf() code
and the locale-aware setup for day_first date formatting.
(And, of course, I need to think through a clean way to
push this stuff down into libarchive.)

Thanks to Peter Wemm for reminding me of this overlooked TODO item.
2008-11-29 20:22:02 +00:00
..
test Format the output of -itv for real. In particular: 2008-11-29 20:22:02 +00:00
bsdcpio.1
cmdline.c Add --no-preserve-owner, which seems to be required by some ports. 2008-07-29 15:23:31 +00:00
config_freebsd.h Remove an unused define. 2008-07-05 05:15:07 +00:00
cpio_platform.h
cpio.c Format the output of -itv for real. In particular: 2008-11-29 20:22:02 +00:00
cpio.h Format the output of -itv for real. In particular: 2008-11-29 20:22:02 +00:00
err.c
Makefile bsdcpio is now at version 1.0.0. 2008-07-05 05:17:33 +00:00
matching.c Rework line-processing framework to add support for --null and 2008-06-21 02:20:20 +00:00
matching.h
pathmatch.c
pathmatch.h