Support mtime/atime/ctime extended headers in !SMALL builds.
authorsthen <sthen@openbsd.org>
Tue, 1 Mar 2022 21:19:11 +0000 (21:19 +0000)
committersthen <sthen@openbsd.org>
Tue, 1 Mar 2022 21:19:11 +0000 (21:19 +0000)
commit3e1094ec6460013d6bc907e310b107719cb6446b
tree82c876890e5a4022ba550c0265a8826f5dd2d87a
parent774316355a79277521b8242e13120bf5e8a52c2e
Support mtime/atime/ctime extended headers in !SMALL builds.
These are becoming quite common in distributed software (including
tars produced by Python and Go) and often standard timestamps are
not set, resulting in extracted files dated as the epoch.

Lots of help from tb@, ok tb@ millert@
bin/pax/tar.c