summaryrefslogtreecommitdiffstats
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* MFC r306600:sevan2016-10-101-2/+2
* sbin: ake use of our rounddown() macro when sys/param.h is available.pfg2016-05-011-1/+1
* dump: use NULL instead of zero for pointers.pfg2016-04-192-6/+5
* Use NULL instead of 0.araujo2016-04-191-1/+1
* MFHgjb2016-04-161-1/+1
|\
| * Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-151-1/+1
* | Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
|/
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge from head@274682sjg2014-11-191-1/+6
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Updated dependenciessjg2013-03-111-0/+1
| * Updated dependenciessjg2013-02-161-2/+0
| * Sync with HEAD.obrien2013-02-081-1/+1
| |\
| | \
| | \
| *-. \ Sync from headsjg2012-11-041-5/+6
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ / | |/| |
* | | | Fix a bug which could break extended attributes in a dump output.hrs2014-09-101-1/+6
| |_|/ |/| |
* | | Mark non-returning function as sucheadler2012-11-291-1/+1
| |/ |/|
* | Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-5/+6
|/
* mdoc: move two sentences from synopsis to description (where they reallyjoel2012-05-231-10/+8
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* The current /etc/dumpdates file restricts device names to 32 characters.mckusick2011-10-182-3/+7
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-244-4/+4
* Plug two memory leaks in error case.delphij2010-02-032-2/+5
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+1
* Make dump -W show the level correctly.brian2009-05-291-1/+1
* Verify that the filesystem being referenced in fstab is indeed a UFScy2009-03-021-2/+3
* Expand dump to allow MAX_INT dump levels.mckusick2008-05-243-14/+21
* When using dump to generate level 0 dumps which are then rsync'edmckusick2008-05-234-4/+51
* (bread): For a read that is contained entirely within a block, never copythomas2007-04-051-1/+1
* Fix an error in dumping large sparse files containing extended attributes.mckusick2007-02-271-2/+2
* Update the dump program to save extended attributes. Updatemckusick2007-02-262-20/+166
* Make "dump /filesystem" (without options) work.ru2006-10-121-2/+5
* Markup fixes.ru2006-09-181-7/+11
* Clarify documentation of '-L' command line switch: the snapshot isthomas2006-08-161-1/+2
* If rawname returns NULL, deal with it appropriately.mjacob2006-08-151-0/+2
* Eliminate a pair of unneeded parentheses slipped in from previous version ofmarck2006-08-061-1/+1
* strlen(3) returns size_t, which is not strictly equivalent to int an 64-bitmarck2006-08-061-3/+4
* Do not pass-through the tailing newline character from the ctime(3)rse2006-08-051-3/+5
* Dump keeps a bitmap of the state of various inodes, which is sizeddwmalone2006-04-111-8/+20
* Revert a minor glitch of revision 1.69keramida2006-02-241-2/+2
* Add the example that green@ used in his commit log for the dump to aimp2005-12-231-1/+8
* Correct the description of the TAPE environment variable.ceri2005-07-311-1/+5
* Make gcc4 happy by making consistent signedness.delphij2005-05-021-1/+1
* 'r' disk devices no longer exist, so don't try to create a pathnameimp2005-04-181-20/+10
* Use a signal-safe type for two variables that are used to synchroniseiedowse2005-03-021-2/+2
* va_list style tweaksobrien2005-02-161-1/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-2/+2
* Improved error checking for existence of a .snap directory towes2005-01-212-18/+29
OpenPOWER on IntegriCloud