1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sbin/restore
Jilles Tjoelker 59966d51c6 restore: Preserve timestamps to the nanosecond.
The restore utility already knows the full-resolution timestamps, so the
only thing to do is to stop converting the timespecs to timevals and use
futimens() and utimensat().

Differential Revision:	https://reviews.freebsd.org/D2020
Reviewed by:	jhb
2015-03-14 13:45:43 +00:00
..
dirs.c restore: Preserve timestamps to the nanosecond. 2015-03-14 13:45:43 +00:00
extern.h - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" 2010-01-29 10:00:42 +00:00
interactive.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
main.c
Makefile - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" 2010-01-29 10:00:42 +00:00
restore.8 mdoc: move two sentences from synopsis to description (where they really 2012-05-23 15:06:13 +00:00
restore.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
restore.h Fix common misspelling of hierarchy 2010-02-20 10:19:19 +00:00
symtab.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
tape.c restore: Preserve timestamps to the nanosecond. 2015-03-14 13:45:43 +00:00
utilities.c Make sure that each va_start has one and only one matching va_end, 2012-05-29 01:48:06 +00:00