summaryrefslogtreecommitdiffstats
path: root/sbin/dumpfs/dumpfs.c
Commit message (Expand)AuthorAgeFilesLines
* When running the -m option to generate a newfs(8) command suitable formckusick2013-05-161-2/+5
* Clean up trailing whitespace.mckusick2013-05-161-3/+3
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-221-2/+2
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-2/+3
* Add support for gjournal to dumpfseadler2012-10-221-0/+2
* Add missing -l flag to usage().brueffer2011-12-261-1/+1
* Staticify dumpfs.ed2011-12-131-20/+20
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* Use _PATH_DEV and make the format more consistent with GEOM_LABEL.delphij2011-07-141-1/+2
* Add a -l option to show file system's corresponding /dev/ufsid path.delphij2011-07-141-3/+17
* Add support for displaying newfs flags for SU+J and TRIM.jmallett2011-03-231-1/+5
* Add support for FS_TRIM to user-mode UFS utilities.kib2010-12-291-1/+3
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-2/+2
* Print leading zeros in the UFS2 FSID.gavin2010-01-061-1/+1
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-1/+4
* Properly re-create "-s size" argument to newfs(8).ru2009-10-191-1/+1
* Print disk offets as %jd rather than %lld; I fixed one before committingrwatson2009-01-281-1/+1
* Add a new flag to dumpfs(8), -f, which causes dumpfs to list all freerwatson2009-01-281-5/+68
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.pjd2006-10-311-5/+9
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Reinstate 1.40 -- swap avgfilesize and avgfpdir column order.truckman2003-12-071-2/+2
* I forgot about the code freeze, so back this out.truckman2003-12-011-2/+2
* Swap avgfilesize and avgfpdir order to give better column alignment.truckman2003-12-011-2/+2
* Print the dirpref avgfilesize and avgfpdir parameters.truckman2003-11-171-0/+2
* Make this WARNS=2 clean byjohan2003-11-141-19/+22
* Marshal newfs -L (filesystem volume names), the names are not marshalledjmallett2003-06-091-0/+2
* Correct lines incorrectly added to the copyright message. Add missing period.mckusick2003-02-141-4/+1
* Bring in support for volume labels to the filesystem utilities.gordon2003-02-011-0/+3
* Parse both old flags location and new one. Print out new flags includingnjl2003-01-241-14/+24
* Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only thejmallett2003-01-191-20/+21
* Add support to marshal a filesystem to a newfs(8) command that could be usedjmallett2003-01-191-16/+83
* Let libufs handle all the work with regard to going through a list of cgs, now.jmallett2003-01-191-8/+7
* Use libufs to read one cylinder group from the disk at a time.jmallett2003-01-191-7/+2
* Simplify the main function now that libufs will hunt for the disk for us.jmallett2003-01-191-13/+7
* Simplify conditional.jmallett2003-01-181-6/+4
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-1/+1
* Deal with the possibility that time_t != int32_t. Otherwise ia64 thoughtpeter2002-11-171-2/+4
* Use more non-b0rked error reporting. Print the disk we are trying to openjmallett2002-11-051-3/+6
* Forgot to include <errno.h> when using 'errno' here.jmallett2002-10-221-0/+1
* When errno is not set, do not use warn(3).jmallett2002-10-221-1/+2
* Use the libufs_printerror() function, which hopefully will deconfuse usersjmallett2002-10-221-1/+2
* Simplify some things to use libufs-provided functionality here, such as thejmallett2002-08-111-21/+28
* Remove unused variables due to libufs(3) commit. Clean up extraneous use ofjmallett2002-07-111-4/+3
* Convert dumpfs(8) to libufs(3), rather than rolling local functions for ajmallett2002-07-111-39/+13
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-106/+128
* Sigh, more BBSIZE related breakage.phk2002-05-121-0/+1
* o __P removedimp2002-03-201-16/+9
* Remove 'register' keyword.obrien2002-03-201-4/+4
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud