summaryrefslogtreecommitdiff
path: root/sbin/restore/dirs.c
AgeCommit message (Collapse)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-05kill more registers;Mike Pechkin
millert@ ok
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-02-17chflags(2) take a u_intTodd C. Miller
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-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"
1996-12-24use mkstemp()Theo 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-0464 bit patches, tih@nhh.noTheo de Raadt
1996-09-16/tmp// -> /tmp/Todd C. Miller
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
1995-10-18initial import of NetBSD treeTheo de Raadt