Searched hist:"286258 a9a0e39cfce79d3b072a665b88bfb422c7" (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/makefs/tests/ |
H A D | makefs_tests_common.sh | diff 286258a9a0e39cfce79d3b072a665b88bfb422c7 Mon Mar 18 20:26:36 CET 2019 Ed Maste <emaste@FreeBSD.org> 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
|
/freebsd/usr.sbin/makefs/ |
H A D | mtree.c | diff 286258a9a0e39cfce79d3b072a665b88bfb422c7 Mon Mar 18 20:26:36 CET 2019 Ed Maste <emaste@FreeBSD.org> 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
|