| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 1 | -1/+1 |
* | dump(8)'s manual page is confusing in its use of records, blocks, | trhodes | 2002-04-17 | 1 | -13/+26 |
* | o remove __P | imp | 2002-03-20 | 8 | -309/+155 |
* | mdoc(7) police: tiny fixes. | ru | 2002-03-15 | 1 | -2/+3 |
* | Add a new "-S" flag to dump to allow it just print out dump estimate | iedowse | 2002-03-01 | 2 | -5/+20 |
* | Supply progress information in dump's process title, which is useful | iedowse | 2002-02-16 | 4 | -7/+22 |
* | On receipt of a SIGINFO, schedule an immediate printout of the | iedowse | 2002-02-16 | 4 | -2/+16 |
* | Make dump's behaviour more sensible when the output file is a fifo. | iedowse | 2002-02-11 | 1 | -0/+6 |
* | Make it clear that dump(8)'s honoring of the UF_NODUMP flag is subject | dd | 2002-02-10 | 1 | -12/+6 |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 2 | -7/+7 |
* | Files in subdirectories of directories that have the nodump flag set | obrien | 2001-12-05 | 1 | -2/+5 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | Zap a number of #ifdef sunos blocks, and all of the `register' | iedowse | 2001-11-17 | 7 | -102/+53 |
* | Give a sensible error message when the filesystem to be dumped is | iedowse | 2001-11-16 | 1 | -4/+7 |
* | Make the protocol/dumprestore.h header match restore's idea of the dump | dillon | 2001-10-28 | 2 | -11/+28 |
* | deltat declared time_t, msg("") call used %d (assumed time_t == int). | dillon | 2001-10-28 | 1 | -1/+2 |
* | SECURITY. | ru | 2001-09-05 | 5 | -117/+15 |
* | Don't reinvent the wheel; use strptime(3). | ru | 2001-09-04 | 1 | -44/+4 |
* | Mark some functions as __printflike() | kris | 2001-08-10 | 1 | -3/+3 |
* | Sort options in DESCRIPTION. | dd | 2001-07-15 | 1 | -14/+14 |
* | Bump date for addition of -D. | dd | 2001-07-15 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-07-10 | 1 | -11/+25 |
* | Add manual page and usage for dump -D (supplied by Dima Dorfman) (will also | dillon | 2001-07-09 | 2 | -10/+24 |
* | Oops, forgot to add 'D' to the option morphing block. | dillon | 2001-07-08 | 1 | -0/+1 |
* | Add a -D option to dump, allowing the path for the /etc/dumpdates file to be | dillon | 2001-07-08 | 1 | -2/+6 |
* | Convert two instances of a lseek()+read() combination to a pread(). | mikeh | 2001-07-01 | 1 | -8/+4 |
* | Since we use getopt (in rev. 1.12), there's no need for the case's for | dd | 2001-06-09 | 1 | -2/+0 |
* | Fix bogon with the nodump flag. | jkh | 2001-04-19 | 1 | -5/+10 |
* | Remove two lint directives that aren't needed since rev 1.5. | obrien | 2001-03-30 | 1 | -2/+0 |
* | Make rev 1.5 better match the rest of dump(8)'s output. | obrien | 2001-03-27 | 1 | -2/+2 |
* | Do not exit if unable to read /etc/dumpdates or create it. | obrien | 2001-03-27 | 1 | -2/+4 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | bye-bye documented raw devices | obrien | 2001-03-09 | 1 | -3/+3 |
* | Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, | obrien | 2001-03-08 | 1 | -1/+2 |
* | Support inheritance of the "nodump" flag down a hierarchy. | obrien | 2001-03-03 | 2 | -26/+82 |
* | Use <sys/queue.h> instead of home-rolled list. | phk | 2001-01-29 | 3 | -16/+16 |
* | Use \a instead of \007 for making noise. | phk | 2001-01-28 | 3 | -4/+4 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -2/+2 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
* | Update device name. | kris | 2000-05-07 | 1 | -1/+1 |
* | Add include of errno.h where needed, remove extern int errno where not. | imp | 2000-04-14 | 2 | -2/+2 |
* | Avoid rawname() stupidly prepending an `r' before the device name even | joerg | 2000-04-02 | 2 | -6/+14 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | Remove xrefs to obsolete ft driver. | nik | 2000-03-01 | 1 | -1/+0 |
* | Use libcrypto instead of libdes. | markm | 2000-02-24 | 1 | -1/+2 |
* | Fix various man pages to stop abusing the .Bx macro to generate | mpp | 2000-01-23 | 1 | -1/+1 |