summaryrefslogtreecommitdiffstats
path: root/sbin/dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* SECURITY.ru2001-09-055-117/+15
* Don't reinvent the wheel; use strptime(3).ru2001-09-041-44/+4
* Mark some functions as __printflike()kris2001-08-101-3/+3
* Sort options in DESCRIPTION.dd2001-07-151-14/+14
* Bump date for addition of -D.dd2001-07-151-1/+1
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police:ru2001-07-101-11/+25
* Add manual page and usage for dump -D (supplied by Dima Dorfman) (will alsodillon2001-07-092-10/+24
* Oops, forgot to add 'D' to the option morphing block.dillon2001-07-081-0/+1
* Add a -D option to dump, allowing the path for the /etc/dumpdates file to bedillon2001-07-081-2/+6
* Convert two instances of a lseek()+read() combination to a pread().mikeh2001-07-011-8/+4
* Since we use getopt (in rev. 1.12), there's no need for the case's fordd2001-06-091-2/+0
* Fix bogon with the nodump flag.jkh2001-04-191-5/+10
* Remove two lint directives that aren't needed since rev 1.5.obrien2001-03-301-2/+0
* Make rev 1.5 better match the rest of dump(8)'s output.obrien2001-03-271-2/+2
* Do not exit if unable to read /etc/dumpdates or create it.obrien2001-03-271-2/+4
OpenPOWER on IntegriCloud