| Commit message (Expand) | Author | Age | Files | Lines |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+19 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -1/+6 |
| |\
| |/
|/| |
|
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | Sync with HEAD. | obrien | 2013-02-08 | 1 | -1/+1 |
| |\ |
|
| | \ | |
| | \ | |
| *-. \ | Sync from head | sjg | 2012-11-04 | 1 | -5/+6 |
| |\ \ \ |
|
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+20 |
| | |/ /
| |/| | |
|
* | | | | Fix a bug which could break extended attributes in a dump output. | hrs | 2014-09-10 | 1 | -1/+6 |
| |_|/
|/| | |
|
* | | | Mark non-returning function as such | eadler | 2012-11-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix sbin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -5/+6 |
|/ |
|
* | mdoc: move two sentences from synopsis to description (where they really | joel | 2012-05-23 | 1 | -10/+8 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | The current /etc/dumpdates file restricts device names to 32 characters. | mckusick | 2011-10-18 | 2 | -3/+7 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 4 | -4/+4 |
* | Plug two memory leaks in error case. | delphij | 2010-02-03 | 2 | -2/+5 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -0/+1 |
* | Make dump -W show the level correctly. | brian | 2009-05-29 | 1 | -1/+1 |
* | Verify that the filesystem being referenced in fstab is indeed a UFS | cy | 2009-03-02 | 1 | -2/+3 |
* | Expand dump to allow MAX_INT dump levels. | mckusick | 2008-05-24 | 3 | -14/+21 |
* | When using dump to generate level 0 dumps which are then rsync'ed | mckusick | 2008-05-23 | 4 | -4/+51 |
* | (bread): For a read that is contained entirely within a block, never copy | thomas | 2007-04-05 | 1 | -1/+1 |
* | Fix an error in dumping large sparse files containing extended attributes. | mckusick | 2007-02-27 | 1 | -2/+2 |
* | Update the dump program to save extended attributes. Update | mckusick | 2007-02-26 | 2 | -20/+166 |
* | Make "dump /filesystem" (without options) work. | ru | 2006-10-12 | 1 | -2/+5 |
* | Markup fixes. | ru | 2006-09-18 | 1 | -7/+11 |
* | Clarify documentation of '-L' command line switch: the snapshot is | thomas | 2006-08-16 | 1 | -1/+2 |
* | If rawname returns NULL, deal with it appropriately. | mjacob | 2006-08-15 | 1 | -0/+2 |
* | Eliminate a pair of unneeded parentheses slipped in from previous version of | marck | 2006-08-06 | 1 | -1/+1 |
* | strlen(3) returns size_t, which is not strictly equivalent to int an 64-bit | marck | 2006-08-06 | 1 | -3/+4 |
* | Do not pass-through the tailing newline character from the ctime(3) | rse | 2006-08-05 | 1 | -3/+5 |
* | 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 |