| Commit message (Expand) | Author | Age | Files | Lines |
* | Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming | iedowse | 2004-01-04 | 1 | -2/+2 |
* | 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 | 1 | -3/+4 |
* | Dump is hard-wired to believe that it can read disks on | mckusick | 2003-05-07 | 1 | -0/+1 |
* | Removed all vestiges of KerberosIV. | ru | 2003-05-01 | 1 | -5/+3 |
* | De-Kerberise (KerberosIV). KerberosIV is no longer present, and | markm | 2003-05-01 | 1 | -14/+0 |
* | Avoid a name conflict with future functionality: | mdodd | 2003-04-07 | 1 | -1/+1 |
* | Sort options. | ru | 2003-02-23 | 1 | -17/+17 |
* | 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 | 1 | -2/+7 |
* | Add the `L' option to dump to notify it that it is dumping a | mckusick | 2002-12-03 | 1 | -14/+81 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -2/+1 |
* | Changed "file system" back to "filesystem" in the usage message. English | bde | 2002-10-01 | 1 | -3/+3 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -3/+4 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -6/+6 |
* | Replace the use of %qd with intmax_t/%jd and fix a number of -Wall | iedowse | 2002-07-08 | 1 | -8/+9 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -25/+28 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -3/+3 |
* | Sigh, more BBSIZE related breakage. | phk | 2002-05-12 | 1 | -0/+1 |
* | o remove __P | imp | 2002-03-20 | 1 | -21/+12 |
* | Add a new "-S" flag to dump to allow it just print out dump estimate | iedowse | 2002-03-01 | 1 | -3/+15 |
* | Supply progress information in dump's process title, which is useful | iedowse | 2002-02-16 | 1 | -0/+8 |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -3/+3 |
* | Zap a number of #ifdef sunos blocks, and all of the `register' | iedowse | 2001-11-17 | 1 | -12/+6 |
* | 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 | 1 | -6/+17 |
* | SECURITY. | ru | 2001-09-05 | 1 | -1/+0 |
* | Add manual page and usage for dump -D (supplied by Dima Dorfman) (will also | dillon | 2001-07-09 | 1 | -2/+3 |
* | 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 |
* | Since we use getopt (in rev. 1.12), there's no need for the case's for | dd | 2001-06-09 | 1 | -2/+0 |
* | Use \a instead of \007 for making noise. | phk | 2001-01-28 | 1 | -1/+1 |
* | Avoid rawname() stupidly prepending an `r' before the device name even | joerg | 2000-04-02 | 1 | -1/+14 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix typo in dump reporting | jmz | 1999-05-24 | 1 | -3/+4 |
* | checked, that new sa CAM driver takes care of using buffer sizes | andreas | 1998-09-16 | 1 | -15/+1 |
* | Make `dump' exit codes confirm to manual page. | jkoshy | 1998-07-14 | 1 | -12/+12 |
* | Correct use of .Nm. Add rcsid. Remove unused #includes. | charnier | 1998-06-15 | 1 | -6/+8 |
* | Add Id. Cosmetic in usage string. | charnier | 1997-06-10 | 1 | -3/+6 |
* | Implement Kerberized rcmd for rdump/rrestore. This is lacking the | wollman | 1997-04-29 | 1 | -4/+21 |
* | The -a option (autosize) option got mangled during the Lite2 merge. | peter | 1997-03-15 | 1 | -3/+2 |
* | Merge Lite2 changes (rather bigish, the dump/restore folks should check) | peter | 1997-03-11 | 1 | -119/+150 |
* | Add the `a' option (``auto-size'') to bypass all tape length | joerg | 1997-02-01 | 1 | -7/+18 |
* | Fix double typo | peter | 1997-01-08 | 1 | -1/+1 |
* | Fix many buffer overflows, correct usage of strcat and implement | imp | 1997-01-07 | 1 | -3/+11 |
* | bin/1789: dump estimates a negative number of tapes needed for huge dumps | pst | 1997-01-07 | 1 | -4/+4 |
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -2/+2 |
* | Put the superfluous "DUMP:" back in the statistics line, to make | joerg | 1995-12-23 | 1 | -2/+2 |