| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystem | mckusick | 2002-12-03 | 1 | -25/+66 |
* | Mark snapshots so that dump will dump them as zero length | mckusick | 2002-11-30 | 1 | -2/+8 |
* | 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 | 7 | -7/+16 |
* | Fix some 'SYNOPSIS' and 'usage' messages. | trhodes | 2002-08-27 | 1 | -1/+1 |
* | Fix Synopsis | trhodes | 2002-08-26 | 1 | -1/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -2/+2 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 7 | -31/+31 |
* | Change utimes to set the file creation time (for filesystems that | mckusick | 2002-07-17 | 1 | -4/+4 |
* | Oops, the previous revision (1.22) introduced a potential alignment | iedowse | 2002-07-08 | 1 | -15/+20 |
* | - Do not include <utmp.h> for no reason. | robert | 2002-07-08 | 2 | -4/+0 |
* | Use a fixed MAXBSIZE-size auto array instead of a static pointer | iedowse | 2002-07-08 | 1 | -6/+2 |
* | Replace the use of %qd with intmax_t/%jd and fix a number of -Wall | iedowse | 2002-07-08 | 4 | -20/+23 |
* | Fix some printf format errors. | iedowse | 2002-07-07 | 2 | -6/+6 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -13/+17 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 6 | -123/+250 |
* | s/daddr_t/ufs_daddr_t/g | phk | 2002-06-06 | 3 | -19/+19 |
* | mdoc(7) police: nits. | ru | 2002-05-29 | 1 | -1/+2 |
* | Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h. | jmallett | 2002-05-17 | 1 | -1/+0 |
* | more file system > filesystem | trhodes | 2002-05-16 | 4 | -7/+7 |
* | Sigh, more BBSIZE related breakage. | phk | 2002-05-12 | 1 | -0/+1 |
* | 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 |