summaryrefslogtreecommitdiff
path: root/sbin/restore
AgeCommit message (Collapse)Author
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-02-17make quoted strings work; erh@netbsdTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-18buf oflowsTheo de Raadt
1998-09-17sbin/ man page fixesAaron Campbell
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-02-17chflags(2) take a u_intTodd C. Miller
1998-02-10allow tape blocksize > disk blocksize to work; dwmalone@maths.tcd.ieTheo de Raadt
1998-01-31Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now thatTodd C. Miller
glob(3) accepts backslash quoting by default.
1998-01-10grammarTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-08-24More err()/warn()/etc. argument fixes.Jason Downs
1997-08-06do not clobber errno in signal handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-05NULL vs 0 confusionTheo de Raadt
1997-07-05vprintf -> Vprintf and dprintf -> Dprintf to avoid confusionTodd C. Miller
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.
1997-06-25(foo *)0 -> NULLkstailey
1997-06-18Remove all links for an inode when "changing from leaf to node".Todd C. Miller
From Guy Harris <guy@netapp.com> via Kirk McKusick <mckusick@McKusick.COM>.
1997-04-16No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h>Todd C. Miller
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm"
1997-02-09unexploitable buf oflow, eivind@freebsdTheo de Raadt
1997-01-27Support lchown(2).Jason Downs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-27epilepsy in csrg?Theo de Raadt
1996-12-24use mkstemp()Theo de Raadt
1996-12-24no mkfsTheo de Raadt
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-12-15Fix strncpy usage and correct strncat length field, from Theo.Todd C. Miller
Also change some occurrence of MAXPATHLEN with sizeof(foo).
1996-12-11from netbsd; repair byte swapping of fieldsTheo de Raadt
1996-12-0464 bit patches, tih@nhh.noTheo de Raadt
1996-09-16/tmp// -> /tmp/Todd C. Miller
1996-09-16Set umask to be read only by owner until we set real file permissions.Todd C. Miller
1996-09-01lose setuidTheo de Raadt
1996-08-02ptr check in skipdirs(), by joerg from freebsdTheo de Raadt
1996-07-09mktemp whoopsTheo de Raadt
1996-06-25mktemp open & fdopenTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-06-17updated patch from lukem@supp.cpr.itg.telecom.com.au to also make -r and -R ↵Theo de Raadt
work again
1996-06-16use unique temporary files; netbsd pr#2544; lukem@supp.cpr.itg.telecom.com.auTheo de Raadt
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
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)
1996-02-22From NetBSD:Niklas Hallqvist
support $TAPE.
1995-10-18initial import of NetBSD treeTheo de Raadt