Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nuke whitespace foolish enough to expose itself during the great | 2017-01-21 | 1 | -11/+11 | |
| | | | | "warning:" rectification. | ||||
* | Reuse xtrfile() to avoid duplication. | 2014-09-07 | 1 | -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 up | 2014-09-03 | 1 | -3/+5 | |
| | | | | ok krw@ | ||||
* | Kill whiteout support. OK deraadt@ and beck@ | 2005-06-14 | 1 | -3/+1 | |
| | |||||
* | Replace home-grown byte swapping routine with calls to swap* macros | 2004-12-30 | 1 | -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 by | 2004-04-13 | 1 | -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 Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | simple string fixes; ok matthieu tedu tdeval | 2003-04-04 | 1 | -2/+2 | |
| | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -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. | 2002-02-16 | 1 | -72/+72 | |
| | |||||
* | vprintf -> Vprintf and dprintf -> Dprintf to avoid confusion | 1997-07-05 | 1 | -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 rcsid | 1996-06-23 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+110 | |