aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* dump(8)'s manual page is confusing in its use of records, blocks,Tom Rhodes2002-04-171-13/+26
* o remove __PWarner Losh2002-03-208-309/+155
* mdoc(7) police: tiny fixes.Ruslan Ermilov2002-03-151-2/+3
* Add a new "-S" flag to dump to allow it just print out dump estimateIan Dowse2002-03-012-5/+20
* Supply progress information in dump's process title, which is usefulIan Dowse2002-02-164-7/+22
* On receipt of a SIGINFO, schedule an immediate printout of theIan Dowse2002-02-164-2/+16
* Make dump's behaviour more sensible when the output file is a fifo.Ian Dowse2002-02-111-0/+6
* Make it clear that dump(8)'s honoring of the UF_NODUMP flag is subjectDima Dorfman2002-02-101-12/+6
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-192-7/+7
* Files in subdirectories of directories that have the nodump flag setDavid E. O'Brien2001-12-051-2/+5
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Zap a number of #ifdef sunos blocks, and all of the `register'Ian Dowse2001-11-177-102/+53
* Give a sensible error message when the filesystem to be dumped isIan Dowse2001-11-161-4/+7
* Make the protocol/dumprestore.h header match restore's idea of the dumpMatthew Dillon2001-10-282-11/+28
* deltat declared time_t, msg("") call used %d (assumed time_t == int).Matthew Dillon2001-10-281-1/+2
* SECURITY.Ruslan Ermilov2001-09-055-117/+15
* Don't reinvent the wheel; use strptime(3).Ruslan Ermilov2001-09-041-44/+4
* Mark some functions as __printflike()Kris Kennaway2001-08-101-3/+3
* Sort options in DESCRIPTION.Dima Dorfman2001-07-151-14/+14
* Bump date for addition of -D.Dima Dorfman2001-07-151-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police:Ruslan Ermilov2001-07-101-11/+25
* Add manual page and usage for dump -D (supplied by Dima Dorfman) (will alsoMatthew Dillon2001-07-092-10/+24
* Oops, forgot to add 'D' to the option morphing block.Matthew Dillon2001-07-081-0/+1
* Add a -D option to dump, allowing the path for the /etc/dumpdates file to beMatthew Dillon2001-07-081-2/+6
* Convert two instances of a lseek()+read() combination to a pread().Mike Heffner2001-07-011-8/+4
* Since we use getopt (in rev. 1.12), there's no need for the case's forDima Dorfman2001-06-091-2/+0
* Fix bogon with the nodump flag.Jordan K. Hubbard2001-04-191-5/+10
* Remove two lint directives that aren't needed since rev 1.5.David E. O'Brien2001-03-301-2/+0
* Make rev 1.5 better match the rest of dump(8)'s output.David E. O'Brien2001-03-271-2/+2
* Do not exit if unable to read /etc/dumpdates or create it.David E. O'Brien2001-03-271-2/+4