summaryrefslogtreecommitdiffstats
path: root/sbin/dump/main.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-241-1/+1
* Plug two memory leaks in error case.delphij2010-02-031-1/+2
* Expand dump to allow MAX_INT dump levels.mckusick2008-05-241-7/+10
* When using dump to generate level 0 dumps which are then rsync'edmckusick2008-05-231-3/+23
* Make "dump /filesystem" (without options) work.ru2006-10-121-2/+5
* If rawname returns NULL, deal with it appropriately.mjacob2006-08-151-0/+2
* 'r' disk devices no longer exist, so don't try to create a pathnameimp2005-04-181-20/+10
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-2/+2
* Improved error checking for existence of a .snap directory towes2005-01-211-15/+26
* Add -P arguments for dump(8) and restore(8) which allow the user togreen2004-04-131-7/+21
* Improve the warnings for dump -L and do not bother doing the snapshot ifgreen2004-04-121-3/+10
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assumingiedowse2004-01-041-2/+2
* Convert the live dump command (`dump -L') to use mksnap_ffs insteadmckusick2003-11-161-12/+8
* Make this WARNS=2 clean byjohan2003-11-141-3/+4
* 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
OpenPOWER on IntegriCloud