Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
sysadmin@astro.su.se
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|