This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0cf7f1865b
freebsd-nq
/
sbin
/
restore
History
Kevin Lo
544c5e5b53
Make sure that each va_start has one and only one matching va_end,
...
especially in error cases.
2012-05-29 01:48:06 +00:00
..
dirs.c
- Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"
2010-01-29 10:00:42 +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
- Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"
2010-01-29 10:00:42 +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
restore.h
Fix common misspelling of hierarchy
2010-02-20 10:19:19 +00:00
symtab.c
Fix grammar in a line of output.
2010-05-12 20:21:44 +00:00
tape.c
Don't try to determine tape block size when the -P option is used.
2010-02-13 10:22:07 +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