| Commit message (Expand) | Author | Age | Files | Lines |
* | Dump keeps a bitmap of the state of various inodes, which is sized | dwmalone | 2006-04-11 | 1 | -8/+20 |
* | Revert a minor glitch of revision 1.69 | keramida | 2006-02-24 | 1 | -2/+2 |
* | Add the example that green@ used in his commit log for the dump to a | imp | 2005-12-23 | 1 | -1/+8 |
* | Correct the description of the TAPE environment variable. | ceri | 2005-07-31 | 1 | -1/+5 |
* | Make gcc4 happy by making consistent signedness. | delphij | 2005-05-02 | 1 | -1/+1 |
* | 'r' disk devices no longer exist, so don't try to create a pathname | imp | 2005-04-18 | 1 | -20/+10 |
* | Use a signal-safe type for two variables that are used to synchronise | iedowse | 2005-03-02 | 1 | -2/+2 |
* | va_list style tweaks | obrien | 2005-02-16 | 1 | -1/+2 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -2/+2 |
* | Improved error checking for existence of a .snap directory to | wes | 2005-01-21 | 2 | -18/+29 |
* | Sort sections. | ru | 2005-01-18 | 1 | -11/+11 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Clearer va-args usage. | obrien | 2004-12-30 | 1 | -4/+3 |
* | o Do not dump core in -W if dumpdates was not readable and ddatev == NULL. | maxim | 2004-12-02 | 2 | -5/+2 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+8 |
* | Print the `99.99% done, finished soon' message only as often as the | iedowse | 2004-06-19 | 1 | -2/+5 |
* | Enter the 1990's and assume that the computer knows what time it is. | imp | 2004-05-21 | 1 | -16/+23 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -14/+24 |
* | Add -P arguments for dump(8) and restore(8) which allow the user to | green | 2004-04-13 | 4 | -20/+84 |
* | Improve the warnings for dump -L and do not bother doing the snapshot if | green | 2004-04-12 | 2 | -3/+11 |
* | Fixed unformatting of copyright clause 4 in previous commit. | bde | 2004-04-10 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 10 | -41/+1 |
* | Add RSH to the list of enviroment variables. | alex | 2004-01-15 | 1 | -0/+3 |
* | Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming | iedowse | 2004-01-04 | 1 | -2/+2 |
* | Document that the live dump command (`dump -L') creates its snapshot | mckusick | 2003-11-18 | 1 | -1/+12 |
* | Convert the live dump command (`dump -L') to use mksnap_ffs instead | mckusick | 2003-11-16 | 1 | -12/+8 |
* | Make this WARNS=2 clean by | johan | 2003-11-14 | 3 | -5/+5 |
* | - add explanation of what an active file system is | kensmith | 2003-11-05 | 1 | -2/+14 |
* | In mapdirs(), do not use the `dp' inode pointer after searchdir() | iedowse | 2003-11-04 | 1 | -3/+3 |
* | Add missing prototype for cread(). | iedowse | 2003-11-04 | 1 | -0/+1 |
* | revert to version 1.25 and use va_copy to obtain another copy of the | ps | 2003-09-21 | 1 | -2/+5 |
* | Fix improper use of varargs. | ps | 2003-09-20 | 1 | -2/+2 |
* | Remove reference to max block size. dump no longer limits the block size. | grog | 2003-07-14 | 1 | -13/+1 |
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -1/+1 |
* | Dump is hard-wired to believe that it can read disks on | mckusick | 2003-05-07 | 2 | -4/+48 |
* | Removed all vestiges of KerberosIV. | ru | 2003-05-01 | 3 | -7/+4 |
* | Fixed the MLINKS assignment style. | ru | 2003-05-01 | 1 | -1/+1 |
* | De-Kerberise (KerberosIV). KerberosIV is no longer present, and | markm | 2003-05-01 | 4 | -48/+4 |
* | Avoid a name conflict with future functionality: | mdodd | 2003-04-07 | 3 | -4/+4 |
* | Sort options. | ru | 2003-02-23 | 2 | -40/+53 |
* | Readjust the cache initialization code to make it more obvious that the | dillon | 2003-01-25 | 1 | -12/+7 |
* | really, this time for sure. Fix formatting in usage(). | dillon | 2003-01-13 | 1 | -2/+2 |
* | Grr. I keep forgetting things. Include -C in dump's usage() . | dillon | 2003-01-13 | 1 | -1/+1 |
* | Add support for obsolete option form for -C | dillon | 2003-01-13 | 1 | -0/+1 |
* | Add a caching option to dump. Use -C. Note that NetBSD has a caching option | dillon | 2003-01-13 | 6 | -6/+175 |
* | Add TAPE to the ENVIRONMENT section and standardize the section, using a | sheldonh | 2003-01-10 | 1 | -3/+6 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -2/+2 |
* | Add the `L' option to dump to notify it that it is dumping a | mckusick | 2002-12-03 | 2 | -15/+91 |
* | Correct the estimated block count calculated by dump to account | mckusick | 2002-12-03 | 2 | -2/+4 |