summaryrefslogtreecommitdiff
path: root/sbin/restore/dirs.c
AgeCommit message (Expand)Author
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@Otto Moerbeek
2013-04-24pretty print bigger off_tTheo de Raadt
2011-06-27remove some useless casts. ok krwTed Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
2005-04-28Use strlcpy() not snprintf(). OK otto@ and moritz@Todd C. Miller
2004-12-30Replace home-grown byte swapping routine with calls to swap* macrosTodd C. Miller
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2004-04-13fix restore so that it can actually restore files larger than 4GB byHenning Brauer
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-07-29spacesTheo de Raadt
2003-07-28rcsid should say openbsd. make 'em const while here.Ted Unangst
2003-07-07Repair last commit, the NUL termination of locname is requiredTodd C. Miller
2003-07-06convert strn{cpy,cat}->strl{cpy,cat} in directory processingAnil Madhavapeddy
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from meTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
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
1997-04-16No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h>Todd C. Miller
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
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 w...Theo de Raadt
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