aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+6
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\
| * \ Sync from headSimon J. Gerraty2012-11-041-5/+6
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | Fix a bug which could break extended attributes in a dump output.Hiroki Sato2014-09-101-1/+6
| |_|/ |/| |
* | | Mark non-returning function as suchEitan Adler2012-11-291-1/+1
| |/ |/|
* | Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-5/+6
|/
* mdoc: move two sentences from synopsis to description (where they reallyJoel Dahl2012-05-231-10/+8
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* The current /etc/dumpdates file restricts device names to 32 characters.Kirk McKusick2011-10-182-3/+7
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-244-4/+4
* Plug two memory leaks in error case.Xin LI2010-02-032-2/+5
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
* Make dump -W show the level correctly.Brian Somers2009-05-291-1/+1
* Verify that the filesystem being referenced in fstab is indeed a UFSCy Schubert2009-03-021-2/+3
* Expand dump to allow MAX_INT dump levels.Kirk McKusick2008-05-243-14/+21
* When using dump to generate level 0 dumps which are then rsync'edKirk McKusick2008-05-234-4/+51
* (bread): For a read that is contained entirely within a block, never copyThomas Quinot2007-04-051-1/+1
* Fix an error in dumping large sparse files containing extended attributes.Kirk McKusick2007-02-271-2/+2
* Update the dump program to save extended attributes. UpdateKirk McKusick2007-02-262-20/+166
* Make "dump /filesystem" (without options) work.Ruslan Ermilov2006-10-121-2/+5
* Markup fixes.Ruslan Ermilov2006-09-181-7/+11
* Clarify documentation of '-L' command line switch: the snapshot isThomas Quinot2006-08-161-1/+2
* If rawname returns NULL, deal with it appropriately.Matt Jacob2006-08-151-0/+2
* Eliminate a pair of unneeded parentheses slipped in from previous version ofDmitry Morozovsky2006-08-061-1/+1
* strlen(3) returns size_t, which is not strictly equivalent to int an 64-bitDmitry Morozovsky2006-08-061-3/+4
* Do not pass-through the tailing newline character from the ctime(3)Ralf S. Engelschall2006-08-051-3/+5
* Dump keeps a bitmap of the state of various inodes, which is sizedDavid Malone2006-04-111-8/+20
* Revert a minor glitch of revision 1.69Giorgos Keramidas2006-02-241-2/+2
* Add the example that green@ used in his commit log for the dump to aWarner Losh2005-12-231-1/+8
* Correct the description of the TAPE environment variable.Ceri Davies2005-07-311-1/+5
* Make gcc4 happy by making consistent signedness.Xin LI2005-05-021-1/+1
* 'r' disk devices no longer exist, so don't try to create a pathnameWarner Losh2005-04-181-20/+10
* Use a signal-safe type for two variables that are used to synchroniseIan Dowse2005-03-021-2/+2
* va_list style tweaksDavid E. O'Brien2005-02-161-1/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-2/+2
* Improved error checking for existence of a .snap directory toWes Peters2005-01-212-18/+29
* Sort sections.Ruslan Ermilov2005-01-181-11/+11
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Clearer va-args usage.David E. O'Brien2004-12-301-4/+3
* o Do not dump core in -W if dumpdates was not readable and ddatev == NULL.Maxim Konovalov2004-12-022-5/+2
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+8
* Print the `99.99% done, finished soon' message only as often as theIan Dowse2004-06-191-2/+5
* Enter the 1990's and assume that the computer knows what time it is.Warner Losh2004-05-211-16/+23