summaryrefslogtreecommitdiffstats
path: root/sbin/dump/main.c
Commit message (Expand)AuthorAgeFilesLines
* Dump is hard-wired to believe that it can read disks onmckusick2003-05-071-0/+1
* Removed all vestiges of KerberosIV.ru2003-05-011-5/+3
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andmarkm2003-05-011-14/+0
* Avoid a name conflict with future functionality:mdodd2003-04-071-1/+1
* Sort options.ru2003-02-231-17/+17
* really, this time for sure. Fix formatting in usage().dillon2003-01-131-2/+2
* Grr. I keep forgetting things. Include -C in dump's usage() .dillon2003-01-131-1/+1
* Add support for obsolete option form for -Cdillon2003-01-131-0/+1
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optiondillon2003-01-131-2/+7
* Add the `L' option to dump to notify it that it is dumping amckusick2002-12-031-14/+81
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-2/+1
* Changed "file system" back to "filesystem" in the usage message. Englishbde2002-10-011-3/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-3/+4
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-6/+6
* Replace the use of %qd with intmax_t/%jd and fix a number of -Walliedowse2002-07-081-8/+9
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-25/+28
* more file system > filesystemtrhodes2002-05-161-3/+3
* Sigh, more BBSIZE related breakage.phk2002-05-121-0/+1
* o remove __Pimp2002-03-201-21/+12
* Add a new "-S" flag to dump to allow it just print out dump estimateiedowse2002-03-011-3/+15
* Supply progress information in dump's process title, which is usefuliedowse2002-02-161-0/+8
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-3/+3
* Zap a number of #ifdef sunos blocks, and all of the `register'iedowse2001-11-171-12/+6
* Give a sensible error message when the filesystem to be dumped isiedowse2001-11-161-4/+7
* Make the protocol/dumprestore.h header match restore's idea of the dumpdillon2001-10-281-6/+17
* SECURITY.ru2001-09-051-1/+0
* Add manual page and usage for dump -D (supplied by Dima Dorfman) (will alsodillon2001-07-091-2/+3
* Oops, forgot to add 'D' to the option morphing block.dillon2001-07-081-0/+1
* Add a -D option to dump, allowing the path for the /etc/dumpdates file to bedillon2001-07-081-2/+6
* Since we use getopt (in rev. 1.12), there's no need for the case's fordd2001-06-091-2/+0
* Use \a instead of \007 for making noise.phk2001-01-281-1/+1
* Avoid rawname() stupidly prepending an `r' before the device name evenjoerg2000-04-021-1/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix typo in dump reportingjmz1999-05-241-3/+4
* checked, that new sa CAM driver takes care of using buffer sizesandreas1998-09-161-15/+1
* Make `dump' exit codes confirm to manual page.jkoshy1998-07-141-12/+12
* Correct use of .Nm. Add rcsid. Remove unused #includes.charnier1998-06-151-6/+8
* Add Id. Cosmetic in usage string.charnier1997-06-101-3/+6
* Implement Kerberized rcmd for rdump/rrestore. This is lacking thewollman1997-04-291-4/+21
* The -a option (autosize) option got mangled during the Lite2 merge.peter1997-03-151-3/+2
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)peter1997-03-111-119/+150
* Add the `a' option (``auto-size'') to bypass all tape lengthjoerg1997-02-011-7/+18
* Fix double typopeter1997-01-081-1/+1
* Fix many buffer overflows, correct usage of strcat and implementimp1997-01-071-3/+11
* bin/1789: dump estimates a negative number of tapes needed for huge dumpspst1997-01-071-4/+4
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
* Put the superfluous "DUMP:" back in the statistics line, to makejoerg1995-12-231-2/+2
* Andreas Klemm's patch set for dump(8), with some minor (cosmetic)joerg1995-11-181-9/+27
* Fix a silly bug where MAXPATHLEN was subtracted from the string length ratherjkh1995-10-241-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
OpenPOWER on IntegriCloud