summaryrefslogtreecommitdiffstats
path: root/sbin/fsirand
AgeCommit message (Expand)AuthorFilesLines
2020-06-20With filesystem having many cylinder groups and many inodes per cg theotto1-2/+3
2020-02-17Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willotto1-1/+10
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-8/+8
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert2-5/+5
2016-08-14Convert %q to %ll. Cast off_t to long long for printf-style args.guenther1-20/+21
2016-05-28Fix a pledge abort that can be triggered by using DIOCGDINFO on a filetb1-4/+1
2015-11-23Revert previous tweak, as discussed on source-changes@mmcc1-2/+2
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become morederaadt1-1/+4
2015-11-23"random generation numbers" -> "randomly generated numbers"mmcc1-3/+3
2015-11-18opendev() should not use OPENDEV_PART; ok millertderaadt1-2/+2
2015-10-11After the filesystem is opened, pledge "stdio"deraadt1-1/+4
2015-03-20Fix cut & pasto in warning message; from Andre Smaginmillert1-2/+2
2015-02-07When getopt processing flags, many should be flag=1 instead of flag++deraadt1-4/+4
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+2
2014-10-11slightly more complicated reallocarray conversion. always realloc* ratherderaadt1-13/+9
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-2/+2
2013-04-23handle big ino_tderaadt1-2/+3
2013-04-02handle time_t which is not u_int32_tderaadt1-3/+5
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg1-1/+2
2007-06-01convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thibderaadt1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-19Bits to make fsirand grok FFS2, okay millert@pedro1-23/+58
2007-02-20simplify synopsis and usage(); from Igor Sobradojmc2-9/+6
2004-09-14remove unused variablederaadt1-4/+3
2004-08-08spacingderaadt1-3/+3
2003-09-24realloc fixes; ok hoderaadt1-3/+6
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makestedu1-4/+4
2003-07-30Remove my email address from my entry in the AUTHORS sectionmillert1-2/+2
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert2-18/+17
2003-06-03- section reorderjmc1-9/+9
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2-45/+24
2002-07-03ansideraadt1-18/+16
2002-06-09rm trailing whitespacetodd1-4/+4
2002-02-16Part 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.millert1-4/+4
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;mpech1-2/+2
2001-03-11- No need to repeat the name of a parameter: just use [...].aaron1-3/+4
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-04-15Mostly punctuation fixes.aaron1-2/+2
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-5/+5
2000-03-05Finish standardizing options list introduction.aaron1-3/+3
1999-07-04trash some old leftover macros and replace them with -mdoc macrosaaron1-4/+1
1999-05-28more .El madnessaaron1-1/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-5/+5
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1-3/+7
1998-09-17sbin/ man page fixesaaron1-5/+5
1998-08-29man page repairs; aaron@ug.cs.dal.caderaadt1-2/+2
1998-06-21Remove the advertising clause in my old license, it impedes free usemillert2-11/+5
1998-05-16spelling typod1-2/+2