aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Sigh, more BBSIZE related breakage.Poul-Henning Kamp2002-05-121-0/+1
* o remove __PWarner Losh2002-03-201-21/+12
* Add a new "-S" flag to dump to allow it just print out dump estimateIan Dowse2002-03-011-3/+15
* Supply progress information in dump's process title, which is usefulIan Dowse2002-02-161-0/+8
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-3/+3
* Zap a number of #ifdef sunos blocks, and all of the `register'Ian Dowse2001-11-171-12/+6
* Give a sensible error message when the filesystem to be dumped isIan Dowse2001-11-161-4/+7
* Make the protocol/dumprestore.h header match restore's idea of the dumpMatthew Dillon2001-10-281-6/+17
* SECURITY.Ruslan Ermilov2001-09-051-1/+0
* Add manual page and usage for dump -D (supplied by Dima Dorfman) (will alsoMatthew Dillon2001-07-091-2/+3
* Oops, forgot to add 'D' to the option morphing block.Matthew Dillon2001-07-081-0/+1
* Add a -D option to dump, allowing the path for the /etc/dumpdates file to beMatthew Dillon2001-07-081-2/+6
* Since we use getopt (in rev. 1.12), there's no need for the case's forDima Dorfman2001-06-091-2/+0
* Use \a instead of \007 for making noise.Poul-Henning Kamp2001-01-281-1/+1
* Avoid rawname() stupidly prepending an `r' before the device name evenJoerg Wunsch2000-04-021-1/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix typo in dump reportingJean-Marc Zucconi1999-05-241-3/+4
* checked, that new sa CAM driver takes care of using buffer sizesAndreas Klemm1998-09-161-15/+1
* Make `dump' exit codes confirm to manual page.Joseph Koshy1998-07-141-12/+12
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-6/+8
* Add Id. Cosmetic in usage string.Philippe Charnier1997-06-101-3/+6
* Implement Kerberized rcmd for rdump/rrestore. This is lacking theGarrett Wollman1997-04-291-4/+21
* The -a option (autosize) option got mangled during the Lite2 merge.Peter Wemm1997-03-151-3/+2
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)Peter Wemm1997-03-111-118/+149
* Add the `a' option (``auto-size'') to bypass all tape lengthJoerg Wunsch1997-02-011-7/+18
* Fix double typoPeter Wemm1997-01-081-1/+1
* Fix many buffer overflows, correct usage of strcat and implementWarner Losh1997-01-071-3/+11
* bin/1789: dump estimates a negative number of tapes needed for huge dumpsPaul Traina1997-01-071-4/+4
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-2/+2
* Put the superfluous "DUMP:" back in the statistics line, to makeJoerg Wunsch1995-12-231-2/+2
* Andreas Klemm's patch set for dump(8), with some minor (cosmetic)Joerg Wunsch1995-11-181-9/+27
* Fix a silly bug where MAXPATHLEN was subtracted from the string length ratherJordan K. Hubbard1995-10-241-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fixed an evil bug where rawname() could write across the boundaries ofJoerg Wunsch1994-10-281-3/+3
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+560