summaryrefslogtreecommitdiffstats
path: root/sbin/fsirand/fsirand.c (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-251-2/+2
* 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
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* 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
* Bits to make fsirand grok FFS2, okay millert@pedro2007-03-191-23/+58
* simplify synopsis and usage(); from Igor Sobradojmc2007-02-201-3/+3
* 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
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* 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
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-6/+3
* Fix backup sblock sanity checking for real.millert1998-01-221-8/+7
* Fix sanity check of backup sblocks as well as error message.millert1998-01-221-5/+5
* Add extra off_t casts for paranoia and because I don't have a largemillert1997-08-111-8/+8
* Slightly more sane rlimit usage.millert1997-02-281-8/+9
* Use rlimit to set datasize to max.millert1997-02-221-2/+11
* We now has fs_id in struct fs.millert1997-02-111-6/+2
* Fix casts to off_t, problem noted and fixed by Theo.millert1997-02-091-10/+10
* Get block size from disklabel.millert1997-02-091-42/+145
* Only print the partition if doing multiple devices.millert1997-01-281-3/+4
* Revert back to old fsirand but do things a cylinder group at a timemillert1997-01-281-74/+69
* Faster fsirand based in part on code from fsck_ffs.millert1997-01-271-32/+67
* ffs inode randomizermillert1997-01-261-0/+155