summaryrefslogtreecommitdiffstats
path: root/sbin/restore/extern.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-11/+11
| | | | "warning:" rectification.
* Reuse xtrfile() to avoid duplication.guenther2014-09-071-1/+2
| | | | | | | Casting from long to int for a size_t argument is dumb. Calling warnx() right before err() is silly. ok millert@
* Mark msg() and panic() as printf-like and fix the format error it turns upguenther2014-09-031-3/+5
| | | | ok krw@
* Kill whiteout support. OK deraadt@ and beck@millert2005-06-141-3/+1
|
* Replace home-grown byte swapping routine with calls to swap* macrosmillert2004-12-301-2/+1
| | | | | | from endian.h. Header swapping is moved into its own function. Fixes problems reading non-native endian dump images on sparc64. Adapted from changes in NetBSD.
* fix restore so that it can actually restore files larger than 4GB byhenning2004-04-131-3/+3
| | | | | | 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@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* simple string fixes; ok matthieu tedu tdevalderaadt2003-04-041-2/+2
|
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-72/+72
|
* vprintf -> Vprintf and dprintf -> Dprintf to avoid confusionmillert1997-07-051-1/+3
| | | | | | | | 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.
* update rcsidderaadt1996-06-231-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+110