This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sbin
/
restore
History
Ulrich Spörlein
8fa03d08ca
Fix common misspelling of hierarchy
...
Pointed out by: bf1783 at gmail Approved by: np (cxgb), kientzle (tar, etc.), philip (mentor)
2010-02-20 10:19:19 +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
Add a "-D" flag to restore which puts it into "degraded" mode. This
2006-12-05 11:18:51 +00:00
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
Add a "-D" flag to restore which puts it into "degraded" mode. This
2006-12-05 11:18:51 +00:00
restore.c
Add a "-D" flag to restore which puts it into "degraded" mode. This
2006-12-05 11:18:51 +00:00
restore.h
Fix common misspelling of hierarchy
2010-02-20 10:19:19 +00:00
symtab.c
…
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
…