aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add a "-D" flag to restore which puts it into "degraded" mode. ThisDavid Malone2006-12-051-2/+5
* rscid -> __FBSDID. Mark parameter as __unused when necessary.Philippe Charnier2005-05-291-2/+3
* Sync usage and man page with reality. There's no '-c' command lineWarner Losh2005-03-181-5/+5
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-4/+4
* Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman2004-04-131-10/+27
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Localize 'ls' outputAndrey A. Chernov2003-08-061-0/+3
* Removed all vestiges of KerberosIV.Ruslan Ermilov2003-05-011-7/+6
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andMark Murray2003-05-011-10/+0
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-0/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-5/+2
* more file system > filesystemTom Rhodes2002-05-161-2/+2
* o remove __PWarner Losh2002-03-201-8/+4
* Documentation fixes:Crist J. Clark2001-10-021-5/+5
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-081-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add rcsid. Remove unused #includes. Add missing prototypes and others -WallPhilippe Charnier1998-07-281-7/+7
* Well, nobody objected, so here's my -u (unlink) flag to restore.Jordan K. Hubbard1998-05-091-7/+11
* Implement Kerberized rcmd for rdump/rrestore. This is lacking theGarrett Wollman1997-04-291-6/+17
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-14/+19
* Yet another buffer overflow.Guido van Rooij1997-01-011-2/+2
* Various security related deltas from OpenBSDWarner Losh1997-01-011-1/+6
* When running 'rrestore foo', you get a segmentation fault becauseJordan K. Hubbard1996-07-231-1/+3
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+345