freebsd-dev/usr.sbin/mtree
Tim Kientzle 9feaf24750 Write timestamps with exactly 9 digits after the period.
This ensures that the value written is both compatible with
older mtree versions (which expect the value after the period
to be an integer count of nanoseconds after the whole second)
and is a correct floating-point value.

Leave the parsing code unchanged so it will continue to read
older files.
2009-01-31 05:17:28 +00:00
..
test
compare.c
create.c Write timestamps with exactly 9 digits after the period. 2009-01-31 05:17:28 +00:00
excludes.c
extern.h
Makefile Add the mtree.5 manpage. I'll come back soon and 2008-01-01 06:15:57 +00:00
misc.c
mtree.5 Write timestamps with exactly 9 digits after the period. 2009-01-31 05:17:28 +00:00
mtree.8 Write timestamps with exactly 9 digits after the period. 2009-01-31 05:17:28 +00:00
mtree.c mtree should use getcwd() instead of getwd(). getcwd() is safer, 2007-11-02 15:11:53 +00:00
mtree.h
spec.c Write timestamps with exactly 9 digits after the period. 2009-01-31 05:17:28 +00:00
specspec.c
verify.c When applying a spec, traverse the existing directory tree in lexical 2007-12-07 12:22:38 +00:00