summaryrefslogtreecommitdiff
path: root/sbin/restore/interactive.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
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-01-10handle glob() return values better; netbsdTheo de Raadt
1999-02-17make quoted strings work; erh@netbsdTheo de Raadt
1998-09-18buf oflowsTheo de Raadt
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-01-31Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now thatTodd C. Miller
glob(3) accepts backslash quoting by default.
1997-08-06do not clobber errno in signal handlersTheo 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.
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt