aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-171-4/+4
* Oops, the previous revision (1.22) introduced a potential alignmentIan Dowse2002-07-081-15/+20
* - Do not include <utmp.h> for no reason.Robert Drehmel2002-07-082-4/+0
* Use a fixed MAXBSIZE-size auto array instead of a static pointerIan Dowse2002-07-081-6/+2
* Replace the use of %qd with intmax_t/%jd and fix a number of -WallIan Dowse2002-07-084-20/+23
* Fix some printf format errors.Ian Dowse2002-07-072-6/+6
* The .Nm utilityPhilippe Charnier2002-07-061-13/+17
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-216-123/+250
* s/daddr_t/ufs_daddr_t/gPoul-Henning Kamp2002-06-063-19/+19
* mdoc(7) police: nits.Ruslan Ermilov2002-05-291-1/+2
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.Juli Mallett2002-05-171-1/+0
* more file system > filesystemTom Rhodes2002-05-164-7/+7
* Sigh, more BBSIZE related breakage.Poul-Henning Kamp2002-05-121-0/+1