Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is used instead; kwesterback@home.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
glob(3) accepts backslash quoting by default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use err/errx and warn/warnx where it makes sense.
Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat.
Honor $TMPDIR (based on changes from NetBSD)
Use __progname not "restore" (we could be called as rrestore).
Some -Wall happiness.
|
|
|
|
From Guy Harris <guy@netapp.com> via Kirk McKusick <mckusick@McKusick.COM>.
|
|
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also change some occurrence of MAXPATHLEN with sizeof(foo).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
work again
|
|
|
|
|
|
Add /dev/rst* to FILES section. (Matches mt man page.)
Change default tape name in documentation from /dev/rmt? to /dev/rmt8 to
match pathnames.h. (pr #601 from James Jegers)
|