aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpfs
Commit message (Expand)AuthorAgeFilesLines
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* Use _PATH_DEV and make the format more consistent with GEOM_LABEL.Xin LI2011-07-141-1/+2
* Add a -l option to show file system's corresponding /dev/ufsid path.Xin LI2011-07-142-5/+26
* We now have multiple filesystems (UFS, ZFS, ...), so for tools that onlyGavin Atkinson2011-05-081-3/+3
* Add support for displaying newfs flags for SU+J and TRIM.Juli Mallett2011-03-231-1/+5
* Add support for FS_TRIM to user-mode UFS utilities.Konstantin Belousov2010-12-291-1/+3
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-2/+2
* Print leading zeros in the UFS2 FSID.Gavin Atkinson2010-01-061-1/+1
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-211-1/+4
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
* Properly re-create "-s size" argument to newfs(8).Ruslan Ermilov2009-10-191-1/+1
* Print disk offets as %jd rather than %lld; I fixed one before committingRobert Watson2009-01-281-1/+1
* Bump doc date for recent change.Tom Rhodes2009-01-281-1/+1
* Add a new flag to dumpfs(8), -f, which causes dumpfs to list all freeRobert Watson2009-01-282-7/+82
* Replace incomprehensive description of -m by much clearer text from OpenBSD,Pav Lucistnik2007-05-121-2/+3
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.Pawel Jakub Dawidek2006-10-311-5/+9
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Reinstate 1.40 -- swap avgfilesize and avgfpdir column order.Don Lewis2003-12-071-2/+2
* I forgot about the code freeze, so back this out.Don Lewis2003-12-011-2/+2
* Swap avgfilesize and avgfpdir order to give better column alignment.Don Lewis2003-12-011-2/+2
* Print the dirpref avgfilesize and avgfpdir parameters.Don Lewis2003-11-171-0/+2
* Make this WARNS=2 clean byJohan Karlsson2003-11-142-20/+22
* Marshal newfs -L (filesystem volume names), the names are not marshalledJuli Mallett2003-06-091-0/+2
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-2/+2
* Correct lines incorrectly added to the copyright message. Add missing period.Kirk McKusick2003-02-141-4/+1
* Bring in support for volume labels to the filesystem utilities.Gordon Tetlow2003-02-011-0/+3
* Spell libufs correctly in DPADD.Ruslan Ermilov2003-01-261-1/+1
* Parse both old flags location and new one. Print out new flags includingNate Lawson2003-01-241-14/+24
* Add libufs to dependencies.Juli Mallett2003-01-201-1/+2
* Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only theJuli Mallett2003-01-191-20/+21
* Add support to marshal a filesystem to a newfs(8) command that could be usedJuli Mallett2003-01-192-18/+94
* Let libufs handle all the work with regard to going through a list of cgs, now.Juli Mallett2003-01-191-8/+7
* Use libufs to read one cylinder group from the disk at a time.Juli Mallett2003-01-191-7/+2
* Simplify the main function now that libufs will hunt for the disk for us.Juli Mallett2003-01-191-13/+7
* Simplify conditional.Juli Mallett2003-01-181-6/+4
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-1/+1
* Deal with the possibility that time_t != int32_t. Otherwise ia64 thoughtPeter Wemm2002-11-171-2/+4
* Use more non-b0rked error reporting. Print the disk we are trying to openJuli Mallett2002-11-051-3/+6
* Forgot to include <errno.h> when using 'errno' here.Juli Mallett2002-10-221-0/+1
* When errno is not set, do not use warn(3).Juli Mallett2002-10-221-1/+2
* Use the libufs_printerror() function, which hopefully will deconfuse usersJuli Mallett2002-10-221-1/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-4/+4
* Simplify some things to use libufs-provided functionality here, such as theJuli Mallett2002-08-111-21/+28
* Remove unused variables due to libufs(3) commit. Clean up extraneous use ofJuli Mallett2002-07-111-4/+3
* Convert dumpfs(8) to libufs(3), rather than rolling local functions for aJuli Mallett2002-07-112-39/+14
* The .Nm utilityPhilippe Charnier2002-07-061-3/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-106/+128
* more file system > filesystemTom Rhodes2002-05-161-4/+4