| Commit message (Expand) | Author | Age | Files | Lines |
* | When running the -m option to generate a newfs(8) command suitable for | mckusick | 2013-05-16 | 2 | -3/+27 |
* | Clean up trailing whitespace. | mckusick | 2013-05-16 | 1 | -3/+3 |
* | The purpose of this change to the FFS layout policy is to reduce the | mckusick | 2013-03-22 | 1 | -2/+2 |
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | trasz | 2012-10-30 | 1 | -2/+3 |
* | Add support for gjournal to dumpfs | eadler | 2012-10-22 | 1 | -0/+2 |
* | Add missing -l flag to usage(). | brueffer | 2011-12-26 | 1 | -1/+1 |
* | Staticify dumpfs. | ed | 2011-12-13 | 1 | -20/+20 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -1/+1 |
* | Use _PATH_DEV and make the format more consistent with GEOM_LABEL. | delphij | 2011-07-14 | 1 | -1/+2 |
* | Add a -l option to show file system's corresponding /dev/ufsid path. | delphij | 2011-07-14 | 2 | -5/+26 |
* | We now have multiple filesystems (UFS, ZFS, ...), so for tools that only | gavin | 2011-05-08 | 1 | -3/+3 |
* | Add support for displaying newfs flags for SU+J and TRIM. | jmallett | 2011-03-23 | 1 | -1/+5 |
* | Add support for FS_TRIM to user-mode UFS utilities. | kib | 2010-12-29 | 1 | -1/+3 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 1 | -2/+2 |
* | Print leading zeros in the UFS2 FSID. | gavin | 2010-01-06 | 1 | -1/+1 |
* | Implement NFSv4 ACL support for UFS. | trasz | 2009-12-21 | 1 | -1/+4 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -0/+1 |
* | Properly re-create "-s size" argument to newfs(8). | ru | 2009-10-19 | 1 | -1/+1 |
* | Print disk offets as %jd rather than %lld; I fixed one before committing | rwatson | 2009-01-28 | 1 | -1/+1 |
* | Bump doc date for recent change. | trhodes | 2009-01-28 | 1 | -1/+1 |
* | Add a new flag to dumpfs(8), -f, which causes dumpfs to list all free | rwatson | 2009-01-28 | 2 | -7/+82 |
* | Replace incomprehensive description of -m by much clearer text from OpenBSD, | pav | 2007-05-12 | 1 | -2/+3 |
* | Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag. | pjd | 2006-10-31 | 1 | -5/+9 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
* | Reinstate 1.40 -- swap avgfilesize and avgfpdir column order. | truckman | 2003-12-07 | 1 | -2/+2 |
* | I forgot about the code freeze, so back this out. | truckman | 2003-12-01 | 1 | -2/+2 |
* | Swap avgfilesize and avgfpdir order to give better column alignment. | truckman | 2003-12-01 | 1 | -2/+2 |
* | Print the dirpref avgfilesize and avgfpdir parameters. | truckman | 2003-11-17 | 1 | -0/+2 |
* | Make this WARNS=2 clean by | johan | 2003-11-14 | 2 | -20/+22 |
* | Marshal newfs -L (filesystem volume names), the names are not marshalled | jmallett | 2003-06-09 | 1 | -0/+2 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 1 | -2/+2 |
* | Correct lines incorrectly added to the copyright message. Add missing period. | mckusick | 2003-02-14 | 1 | -4/+1 |
* | Bring in support for volume labels to the filesystem utilities. | gordon | 2003-02-01 | 1 | -0/+3 |
* | Spell libufs correctly in DPADD. | ru | 2003-01-26 | 1 | -1/+1 |
* | Parse both old flags location and new one. Print out new flags including | njl | 2003-01-24 | 1 | -14/+24 |
* | Add libufs to dependencies. | jmallett | 2003-01-20 | 1 | -1/+2 |
* | Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only the | jmallett | 2003-01-19 | 1 | -20/+21 |
* | Add support to marshal a filesystem to a newfs(8) command that could be used | jmallett | 2003-01-19 | 2 | -18/+94 |
* | Let libufs handle all the work with regard to going through a list of cgs, now. | jmallett | 2003-01-19 | 1 | -8/+7 |
* | Use libufs to read one cylinder group from the disk at a time. | jmallett | 2003-01-19 | 1 | -7/+2 |
* | Simplify the main function now that libufs will hunt for the disk for us. | jmallett | 2003-01-19 | 1 | -13/+7 |
* | Simplify conditional. | jmallett | 2003-01-18 | 1 | -6/+4 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -1/+1 |
* | Deal with the possibility that time_t != int32_t. Otherwise ia64 thought | peter | 2002-11-17 | 1 | -2/+4 |
* | Use more non-b0rked error reporting. Print the disk we are trying to open | jmallett | 2002-11-05 | 1 | -3/+6 |
* | Forgot to include <errno.h> when using 'errno' here. | jmallett | 2002-10-22 | 1 | -0/+1 |
* | When errno is not set, do not use warn(3). | jmallett | 2002-10-22 | 1 | -1/+2 |
* | Use the libufs_printerror() function, which hopefully will deconfuse users | jmallett | 2002-10-22 | 1 | -1/+2 |