freebsd-dev/usr.sbin/makefs
Ed Maste 286258a9a0 makefs: Fix "time" mtree attribute handling
When processing mtree(5) MANIFEST files, makefs(8) previously threw an
error if it encountered an entry whose "time" attribute contained a
non-zero subsecond component (e.g. time=1551620152.987220000).

Update the handling logic to properly assign the subsecond component if
built with nanosecond support, or silently discard it otherwise.

Also, re-enable the time attribute for the kyua tests.

PR:		194703
Submitted by:	Mitchell Horne <mhorne063@gmail.com>
Differential Revision:	https://reviews.freebsd.org/D19627
2019-03-18 19:26:36 +00:00
..
cd9660
ffs makefs: use FreeBSD brelse function signature 2018-07-26 13:33:10 +00:00
msdos makefs: use FreeBSD brelse function signature 2018-07-26 13:33:10 +00:00
tests makefs: Fix "time" mtree attribute handling 2019-03-18 19:26:36 +00:00
cd9660.c
cd9660.h
ffs.c Improve error handling: bail out if one of the files scheduled 2019-02-25 23:45:36 +00:00
ffs.h
Makefile
Makefile.depend
makefs.8
makefs.c
makefs.h
msdos.c
msdos.h
mtree.c makefs: Fix "time" mtree attribute handling 2019-03-18 19:26:36 +00:00
walk.c