aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpfs/dumpfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Improve dumpfs(8) error messages when a cylinder group read fails.Kirk McKusick2023-08-061-24/+34
* Yet another try to fix printf format conflict.Kirk McKusick2023-04-301-1/+1
* Fix printf format conflictKirk McKusick2023-04-301-1/+1
* Additional output from dumpfs(8).Kirk McKusick2023-04-301-0/+2
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-131-7/+2
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-4/+1
* Have dumpfs(8) ignore superblock check-hash failures.Kirk McKusick2022-07-251-1/+7
* Output fs_csaddr rather than fs_old_csaddr for UFS1 filesystems.Kirk McKusick2022-07-251-2/+2
* dumpfs(8): add option to only print superblock informationRobert Wing2021-07-021-6/+11
* Print the fs last-mounted time too.Chuck Silvers2020-05-021-3/+5
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-081-20/+22
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-0/+18
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-2/+1
* Print leading zeroes of UFS2 fs_id like we do for UFS1.Andrey V. Elsukov2015-05-261-1/+1
* When running the -m option to generate a newfs(8) command suitable forKirk McKusick2013-05-161-2/+5
* Clean up trailing whitespace.Kirk McKusick2013-05-161-3/+3
* The purpose of this change to the FFS layout policy is to reduce theKirk McKusick2013-03-221-2/+2
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-2/+3
* Add support for gjournal to dumpfsEitan Adler2012-10-221-0/+2
* Add missing -l flag to usage().Christian Brueffer2011-12-261-1/+1
* Staticify dumpfs.Ed Schouten2011-12-131-20/+20
* 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-141-3/+17
* 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
* 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
* Add a new flag to dumpfs(8), -f, which causes dumpfs to list all freeRobert Watson2009-01-281-5/+68
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.Pawel Jakub Dawidek2006-10-311-5/+9
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+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-141-19/+22
* Marshal newfs -L (filesystem volume names), the names are not marshalledJuli Mallett2003-06-091-0/+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
* Parse both old flags location and new one. Print out new flags includingNate Lawson2003-01-241-14/+24
* 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-191-16/+83