aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-14/+24
* Add -P arguments for dump(8) and restore(8) which allow the user toBrian Feldman2004-04-134-20/+84
* Improve the warnings for dump -L and do not bother doing the snapshot ifBrian Feldman2004-04-122-3/+11
* Fixed unformatting of copyright clause 4 in previous commit.Bruce Evans2004-04-101-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-0910-41/+1
* Add RSH to the list of enviroment variables.Alexander Langer2004-01-151-0/+3
* Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assumingIan Dowse2004-01-041-2/+2
* Document that the live dump command (`dump -L') creates its snapshotKirk McKusick2003-11-181-1/+12
* Convert the live dump command (`dump -L') to use mksnap_ffs insteadKirk McKusick2003-11-161-12/+8
* Make this WARNS=2 clean byJohan Karlsson2003-11-143-5/+5
* - add explanation of what an active file system isKen Smith2003-11-051-2/+14
* In mapdirs(), do not use the `dp' inode pointer after searchdir()Ian Dowse2003-11-041-3/+3
* Add missing prototype for cread().Ian Dowse2003-11-041-0/+1
* revert to version 1.25 and use va_copy to obtain another copy of thePaul Saab2003-09-211-2/+5
* Fix improper use of varargs.Paul Saab2003-09-201-2/+2
* Remove reference to max block size. dump no longer limits the block size.Greg Lehey2003-07-141-13/+1
* Add section number to .XrPhilippe Charnier2003-06-081-1/+1
* Dump is hard-wired to believe that it can read disks onKirk McKusick2003-05-072-4/+48
* Removed all vestiges of KerberosIV.Ruslan Ermilov2003-05-013-7/+4
* Fixed the MLINKS assignment style.Ruslan Ermilov2003-05-011-1/+1
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andMark Murray2003-05-014-48/+4
* Avoid a name conflict with future functionality:Matthew N. Dodd2003-04-073-4/+4
* Sort options.Ruslan Ermilov2003-02-232-40/+53
* Readjust the cache initialization code to make it more obvious that theMatthew Dillon2003-01-251-12/+7
* really, this time for sure. Fix formatting in usage().Matthew Dillon2003-01-131-2/+2
* Grr. I keep forgetting things. Include -C in dump's usage() .Matthew Dillon2003-01-131-1/+1
* Add support for obsolete option form for -CMatthew Dillon2003-01-131-0/+1