| Commit message (Expand) | Author | Age | Files | Lines |
* | The current /etc/dumpdates file restricts device names to 32 characters. | Kirk McKusick | 2011-10-18 | 2 | -3/+7 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 4 | -4/+4 |
* | Plug two memory leaks in error case. | Xin LI | 2010-02-03 | 2 | -2/+5 |
* | Switch the default WARNS level for sbin/ to 6. | Ruslan Ermilov | 2009-10-19 | 1 | -0/+1 |
* | Make dump -W show the level correctly. | Brian Somers | 2009-05-29 | 1 | -1/+1 |
* | Verify that the filesystem being referenced in fstab is indeed a UFS | Cy Schubert | 2009-03-02 | 1 | -2/+3 |
* | Expand dump to allow MAX_INT dump levels. | Kirk McKusick | 2008-05-24 | 3 | -14/+21 |
* | When using dump to generate level 0 dumps which are then rsync'ed | Kirk McKusick | 2008-05-23 | 4 | -4/+51 |
* | (bread): For a read that is contained entirely within a block, never copy | Thomas Quinot | 2007-04-05 | 1 | -1/+1 |
* | Fix an error in dumping large sparse files containing extended attributes. | Kirk McKusick | 2007-02-27 | 1 | -2/+2 |
* | Update the dump program to save extended attributes. Update | Kirk McKusick | 2007-02-26 | 2 | -20/+166 |
* | Make "dump /filesystem" (without options) work. | Ruslan Ermilov | 2006-10-12 | 1 | -2/+5 |
* | Markup fixes. | Ruslan Ermilov | 2006-09-18 | 1 | -7/+11 |
* | Clarify documentation of '-L' command line switch: the snapshot is | Thomas Quinot | 2006-08-16 | 1 | -1/+2 |
* | If rawname returns NULL, deal with it appropriately. | Matt Jacob | 2006-08-15 | 1 | -0/+2 |
* | Eliminate a pair of unneeded parentheses slipped in from previous version of | Dmitry Morozovsky | 2006-08-06 | 1 | -1/+1 |
* | strlen(3) returns size_t, which is not strictly equivalent to int an 64-bit | Dmitry Morozovsky | 2006-08-06 | 1 | -3/+4 |
* | Do not pass-through the tailing newline character from the ctime(3) | Ralf S. Engelschall | 2006-08-05 | 1 | -3/+5 |
* | Dump keeps a bitmap of the state of various inodes, which is sized | David Malone | 2006-04-11 | 1 | -8/+20 |
* | Revert a minor glitch of revision 1.69 | Giorgos Keramidas | 2006-02-24 | 1 | -2/+2 |
* | Add the example that green@ used in his commit log for the dump to a | Warner Losh | 2005-12-23 | 1 | -1/+8 |
* | Correct the description of the TAPE environment variable. | Ceri Davies | 2005-07-31 | 1 | -1/+5 |
* | Make gcc4 happy by making consistent signedness. | Xin LI | 2005-05-02 | 1 | -1/+1 |
* | 'r' disk devices no longer exist, so don't try to create a pathname | Warner Losh | 2005-04-18 | 1 | -20/+10 |
* | Use a signal-safe type for two variables that are used to synchronise | Ian Dowse | 2005-03-02 | 1 | -2/+2 |
* | va_list style tweaks | David E. O'Brien | 2005-02-16 | 1 | -1/+2 |
* | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 1 | -2/+2 |
* | Improved error checking for existence of a .snap directory to | Wes Peters | 2005-01-21 | 2 | -18/+29 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -11/+11 |
* | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
* | Clearer va-args usage. | David E. O'Brien | 2004-12-30 | 1 | -4/+3 |
* | o Do not dump core in -W if dumpdates was not readable and ddatev == NULL. | Maxim Konovalov | 2004-12-02 | 2 | -5/+2 |
* | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -2/+8 |
* | Print the `99.99% done, finished soon' message only as often as the | Ian Dowse | 2004-06-19 | 1 | -2/+5 |
* | Enter the 1990's and assume that the computer knows what time it is. | Warner Losh | 2004-05-21 | 1 | -16/+23 |
* | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-05-17 | 1 | -14/+24 |
* | Add -P arguments for dump(8) and restore(8) which allow the user to | Brian Feldman | 2004-04-13 | 4 | -20/+84 |
* | Improve the warnings for dump -L and do not bother doing the snapshot if | Brian Feldman | 2004-04-12 | 2 | -3/+11 |
* | Fixed unformatting of copyright clause 4 in previous commit. | Bruce Evans | 2004-04-10 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 10 | -41/+1 |
* | Add RSH to the list of enviroment variables. | Alexander Langer | 2004-01-15 | 1 | -0/+3 |
* | Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming | Ian Dowse | 2004-01-04 | 1 | -2/+2 |
* | Document that the live dump command (`dump -L') creates its snapshot | Kirk McKusick | 2003-11-18 | 1 | -1/+12 |
* | Convert the live dump command (`dump -L') to use mksnap_ffs instead | Kirk McKusick | 2003-11-16 | 1 | -12/+8 |
* | Make this WARNS=2 clean by | Johan Karlsson | 2003-11-14 | 3 | -5/+5 |
* | - add explanation of what an active file system is | Ken Smith | 2003-11-05 | 1 | -2/+14 |
* | In mapdirs(), do not use the `dp' inode pointer after searchdir() | Ian Dowse | 2003-11-04 | 1 | -3/+3 |
* | Add missing prototype for cread(). | Ian Dowse | 2003-11-04 | 1 | -0/+1 |
* | revert to version 1.25 and use va_copy to obtain another copy of the | Paul Saab | 2003-09-21 | 1 | -2/+5 |
* | Fix improper use of varargs. | Paul Saab | 2003-09-20 | 1 | -2/+2 |