summaryrefslogtreecommitdiffstats
path: root/sbin/dumpfs/dumpfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print out the fields that are set in fs_flags.mpp1999-07-181-1/+12
* Print out the fs_id field.phk1999-06-271-1/+2
* Add rcsid. Remove unused #includes.charnier1998-06-151-4/+5
* Check bytes read to prevent random error message.rnordier1998-04-201-1/+8
* Print fs_maxfilesize.bde1997-06-291-2/+2
* Make this compile after the fsirand changes that deleted two fields.peter1997-03-281-2/+2
* Merge from Lite2peter1997-03-111-13/+13
* dumpfs blindly trusts that it has been handed a filesystem.phk1996-10-211-0/+7
* Fix a couple of bogus casts to off_t that caused dumpfs to lseek negativepeter1996-06-231-4/+4
* Corrected message when no rotational position table is found.dg1994-10-011-1/+1
* Added a "clean" field to the output - to show the state of the clean flag.dg1994-08-201-2/+2
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+315
OpenPOWER on IntegriCloud