summaryrefslogtreecommitdiffstats
path: root/sbin/fsirand (follow)
Commit message (Expand)AuthorAgeFilesLines
* With filesystem having many cylinder groups and many inodes per cg theotto2020-06-201-2/+3
* Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willotto2020-02-171-1/+10
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-8/+8
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-252-5/+5
* Convert %q to %ll. Cast off_t to long long for printf-style args.guenther2016-08-141-20/+21
* Fix a pledge abort that can be triggered by using DIOCGDINFO on a filetb2016-05-281-4/+1
* Revert previous tweak, as discussed on source-changes@mmcc2015-11-231-2/+2
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* "random generation numbers" -> "randomly generated numbers"mmcc2015-11-231-3/+3
* opendev() should not use OPENDEV_PART; ok millertderaadt2015-11-181-2/+2
* After the filesystem is opened, pledge "stdio"deraadt2015-10-111-1/+4
* Fix cut & pasto in warning message; from Andre Smaginmillert2015-03-201-2/+2
* When getopt processing flags, many should be flag=1 instead of flag++deraadt2015-02-071-4/+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/+2
* slightly more complicated reallocarray conversion. always realloc* ratherderaadt2014-10-111-14/+10
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-2/+2
* handle big ino_tderaadt2013-04-231-2/+3
* handle time_t which is not u_int32_tderaadt2013-04-021-3/+5
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thibderaadt2007-06-011-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* Bits to make fsirand grok FFS2, okay millert@pedro2007-03-191-23/+58
* simplify synopsis and usage(); from Igor Sobradojmc2007-02-202-9/+6
* remove unused variablederaadt2004-09-141-4/+3
* spacingderaadt2004-08-081-3/+3
* realloc fixes; ok hoderaadt2003-09-241-3/+6
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-251-4/+4
* Remove my email address from my entry in the AUTHORS sectionmillert2003-07-301-2/+2
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-172-18/+17
* - section reorderjmc2003-06-031-9/+9
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-032-45/+24
* ansideraadt2002-07-031-18/+16
* rm trailing whitespacetodd2002-06-091-4/+4
* 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-4/+4
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-2/+2
* - No need to repeat the name of a parameter: just use [...].aaron2001-03-111-3/+4
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Mostly punctuation fixes.aaron2000-04-151-2/+2
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-181-5/+5
* Finish standardizing options list introduction.aaron2000-03-051-3/+3
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-4/+1
* more .El madnessaaron1999-05-281-1/+2
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-5/+5
* more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1998-11-111-3/+7
* sbin/ man page fixesaaron1998-09-171-5/+5
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-2/+2
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-212-11/+5
* spelling typod1998-05-161-2/+2