aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.37David Malone2006-05-021-8/+20
* MFC r1.71.Ceri Davies2005-08-181-1/+5
* MFC 1.27: use a signal-safe type for variables used to synchroniseIan Dowse2005-03-031-2/+2
* MFC improved handling of .snap directories in filesystems.Wes Peters2005-03-012-19/+29
* MFC rev. 1.27 dump.h and rev. 1.16 itime.c: do not dump coreMaxim Konovalov2004-12-272-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-15/+22
* 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-11/+7
* 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
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optionMatthew Dillon2003-01-136-6/+175
* Add TAPE to the ENVIRONMENT section and standardize the section, using aSheldon Hearn2003-01-101-3/+6
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-2/+2
* Add the `L' option to dump to notify it that it is dumping aKirk McKusick2002-12-032-15/+91
* Correct the estimated block count calculated by dump to accountKirk McKusick2002-12-032-2/+4
* Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystemKirk McKusick2002-12-031-25/+66
* Mark snapshots so that dump will dump them as zero lengthKirk McKusick2002-11-301-2/+8
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-2/+1
* Changed "file system" back to "filesystem" in the usage message. EnglishBruce Evans2002-10-011-3/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-257-7/+16
* Fix some 'SYNOPSIS' and 'usage' messages.Tom Rhodes2002-08-271-1/+1
* Fix SynopsisTom Rhodes2002-08-261-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-217-31/+31