summaryrefslogtreecommitdiffstats
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* Avoid a name conflict with future functionality:mdodd2003-04-073-4/+4
* Sort options.ru2003-02-232-40/+53
* Readjust the cache initialization code to make it more obvious that thedillon2003-01-251-12/+7
* really, this time for sure. Fix formatting in usage().dillon2003-01-131-2/+2
* Grr. I keep forgetting things. Include -C in dump's usage() .dillon2003-01-131-1/+1
* Add support for obsolete option form for -Cdillon2003-01-131-0/+1
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optiondillon2003-01-136-6/+175
* Add TAPE to the ENVIRONMENT section and standardize the section, using asheldonh2003-01-101-3/+6
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
* Uniformly refer to a file system as "file system".ru2002-12-121-2/+2
* Add the `L' option to dump to notify it that it is dumping amckusick2002-12-032-15/+91
* Correct the estimated block count calculated by dump to accountmckusick2002-12-032-2/+4
* Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystemmckusick2002-12-031-25/+66
* Mark snapshots so that dump will dump them as zero lengthmckusick2002-11-301-2/+8
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-2/+1
* Changed "file system" back to "filesystem" in the usage message. Englishbde2002-10-011-3/+3
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-257-7/+16
* Fix some 'SYNOPSIS' and 'usage' messages.trhodes2002-08-271-1/+1
* Fix Synopsistrhodes2002-08-261-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-217-31/+31
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-4/+4
* Oops, the previous revision (1.22) introduced a potential alignmentiedowse2002-07-081-15/+20
* - Do not include <utmp.h> for no reason.robert2002-07-082-4/+0
* Use a fixed MAXBSIZE-size auto array instead of a static pointeriedowse2002-07-081-6/+2
* Replace the use of %qd with intmax_t/%jd and fix a number of -Walliedowse2002-07-084-20/+23
* Fix some printf format errors.iedowse2002-07-072-6/+6
* The .Nm utilitycharnier2002-07-061-13/+17
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-216-123/+250
* s/daddr_t/ufs_daddr_t/gphk2002-06-063-19/+19
* mdoc(7) police: nits.ru2002-05-291-1/+2
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.jmallett2002-05-171-1/+0
* more file system > filesystemtrhodes2002-05-164-7/+7
* Sigh, more BBSIZE related breakage.phk2002-05-121-0/+1
* Replaced exists() tests with two equivalent defined().ru2002-04-181-1/+1
* dump(8)'s manual page is confusing in its use of records, blocks,trhodes2002-04-171-13/+26
* o remove __Pimp2002-03-208-309/+155
* mdoc(7) police: tiny fixes.ru2002-03-151-2/+3
* Add a new "-S" flag to dump to allow it just print out dump estimateiedowse2002-03-012-5/+20
* Supply progress information in dump's process title, which is usefuliedowse2002-02-164-7/+22
* On receipt of a SIGINFO, schedule an immediate printout of theiedowse2002-02-164-2/+16
* Make dump's behaviour more sensible when the output file is a fifo.iedowse2002-02-111-0/+6
* Make it clear that dump(8)'s honoring of the UF_NODUMP flag is subjectdd2002-02-101-12/+6
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-192-7/+7
* Files in subdirectories of directories that have the nodump flag setobrien2001-12-051-2/+5
* Default to WARNS=2.obrien2001-12-041-0/+1
* Zap a number of #ifdef sunos blocks, and all of the `register'iedowse2001-11-177-102/+53
* Give a sensible error message when the filesystem to be dumped isiedowse2001-11-161-4/+7
* Make the protocol/dumprestore.h header match restore's idea of the dumpdillon2001-10-282-11/+28
* deltat declared time_t, msg("") call used %d (assumed time_t == int).dillon2001-10-281-1/+2
OpenPOWER on IntegriCloud