Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |