| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | SECURITY. | ru | 2001-09-05 | 5 | -117/+15 |
* | Don't reinvent the wheel; use strptime(3). | ru | 2001-09-04 | 1 | -44/+4 |
* | Mark some functions as __printflike() | kris | 2001-08-10 | 1 | -3/+3 |
* | Sort options in DESCRIPTION. | dd | 2001-07-15 | 1 | -14/+14 |
* | Bump date for addition of -D. | dd | 2001-07-15 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-07-10 | 1 | -11/+25 |
* | Add manual page and usage for dump -D (supplied by Dima Dorfman) (will also | dillon | 2001-07-09 | 2 | -10/+24 |
* | 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 |
* | Convert two instances of a lseek()+read() combination to a pread(). | mikeh | 2001-07-01 | 1 | -8/+4 |