Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-13 | fix restore so that it can actually restore files larger than 4GB by | Henning Brauer | |
changing the type of "size" to off_t in getfiles() plus little dependent type cleanup, from Daniel Lucq <daniel@lucq.org> ok tdeval@ millert@ otto@ | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst | |
2003-07-07 | Repair last commit, the NUL termination of locname is required | Todd C. Miller | |
for the strlcat() to work since the buffer gets used for each entry in a directory. | |||
2003-07-06 | convert strn{cpy,cat}->strl{cpy,cat} in directory processing | Anil Madhavapeddy | |
comments and from krw@, tdeval@, tedu@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-13 | more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me | Theo de Raadt | |
2002-02-16 | Part 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-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-02-17 | chflags(2) take a u_int | Todd C. Miller | |
1997-07-05 | vprintf -> Vprintf and dprintf -> Dprintf to avoid confusion | Todd 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-16 | No 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-24 | use mkstemp() | Theo de Raadt | |
1996-12-16 | does noone know how to use strncat correctly? | Theo de Raadt | |
1996-12-15 | Fix strncpy usage and correct strncat length field, from Theo. | Todd C. Miller | |
Also change some occurrence of MAXPATHLEN with sizeof(foo). | |||
1996-12-04 | 64 bit patches, tih@nhh.no | Theo de Raadt | |
1996-09-16 | /tmp// -> /tmp/ | Todd C. Miller | |
1996-08-02 | ptr check in skipdirs(), by joerg from freebsd | Theo de Raadt | |
1996-07-09 | mktemp whoops | Theo de Raadt | |
1996-06-25 | mktemp open & fdopen | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-17 | updated patch from lukem@supp.cpr.itg.telecom.com.au to also make -r and -R ↵ | Theo de Raadt | |
work again | |||
1996-06-16 | use unique temporary files; netbsd pr#2544; lukem@supp.cpr.itg.telecom.com.au | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |