summaryrefslogtreecommitdiffstats
path: root/sbin/dumpfs/dumpfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* With filesystem having many cylinder groups and many inodes per cg theotto2020-06-201-21/+22
* Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willotto2020-02-171-1/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+5
* Nuke another pointless dev_bsize variable always set to 512 and usekrw2014-05-131-6/+3
* Use a time_t variable with ctime()guenther2013-04-021-2/+2
* switch open(...) to opendev(...)halex2011-02-281-3/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@pedro2008-08-191-3/+4
* fix generated size for -m; bug report by Peter J. Philipp; ok millert@otto2008-06-081-3/+3
* pick the right csaddr when dumping cgs. Makes FFS2 dumps work much betterotto2008-01-221-3/+3
* Use SBLOCKSEARCH[] to find the superblock. OK pedro@millert2007-05-211-18/+14
* Add support for ffs2 and a new flag, -m, which will output amillert2007-05-051-129/+280
* teach dumpfs about the 'updated' flag; ok pedro@otto2007-04-191-5/+8
* Add FFS2 fields to the superblock, change file system tools to keeppedro2007-03-191-14/+14
* Remove option -n from newfs as well as all references to fs_postbl()pedro2006-03-091-25/+3
* ansideraadt2003-06-251-14/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* bogus ; outside of functionderaadt2002-09-061-4/+4
* rm trailing whitespacetodd2002-06-091-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* remove unused variable; csapuntz okderaadt2001-12-011-3/+3
* kill more registers;mpech2001-11-051-6/+6
* Fix overflow in superblock. From FreeBSD.gluk2001-04-131-4/+4
* print out fs_flags fields; mpp@freebsdderaadt1999-07-181-2/+13
* handle truncated superblock read; rnordier@freebsdderaadt1998-04-251-3/+10
* Say "soft updates" when FS_DOSOFTDEP is set in superblock, could look nicer.millert1997-11-131-6/+6
* print fs_maxfilesize; bde@freebsdderaadt1997-06-301-4/+4
* lukem: Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it.deraadt1997-05-311-6/+19
* Remove occurences of headswitch and trackseek, they no longermillert1997-02-111-4/+3
* update rcsidderaadt1996-06-231-1/+2
* sync with netbsdderaadt1996-01-111-5/+5
* lseek botch repair; from tegge@idt.unit.no; netbsd pr#1768deraadt1995-11-201-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+330