aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* bye-bye documented raw devicesDavid E. O'Brien2001-03-091-3/+3
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-081-1/+2
* Support inheritance of the "nodump" flag down a hierarchy.David E. O'Brien2001-03-032-26/+82
* Use <sys/queue.h> instead of home-rolled list.Poul-Henning Kamp2001-01-293-16/+16
* Use \a instead of \007 for making noise.Poul-Henning Kamp2001-01-283-4/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-2/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
* Update device name.Kris Kennaway2000-05-071-1/+1
* Add include of errno.h where needed, remove extern int errno where not.Warner Losh2000-04-142-2/+2
* Avoid rawname() stupidly prepending an `r' before the device name evenJoerg Wunsch2000-04-022-6/+14
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Remove xrefs to obsolete ft driver.Nik Clayton2000-03-011-1/+0
* Use libcrypto instead of libdes.Mark Murray2000-02-241-1/+2