summaryrefslogtreecommitdiff
path: root/sbin/fsirand/fsirand.c
AgeCommit message (Expand)Author
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2007-06-01convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thibTheo de Raadt
2007-03-19Bits to make fsirand grok FFS2, okay millert@Pedro Martelletto
2007-02-20simplify synopsis and usage(); from Igor SobradoJason McIntyre
2004-09-14remove unused variableTheo de Raadt
2004-08-08spacingTheo de Raadt
2003-09-24realloc fixes; ok hoTheo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-01-22Fix backup sblock sanity checking for real.Todd C. Miller
1998-01-22Fix sanity check of backup sblocks as well as error message.Todd C. Miller
1997-08-11Add extra off_t casts for paranoia and because I don't have a largeTodd C. Miller
1997-02-28Slightly more sane rlimit usage.Todd C. Miller
1997-02-22Use rlimit to set datasize to max.Todd C. Miller
1997-02-11We now has fs_id in struct fs.Todd C. Miller
1997-02-09Fix casts to off_t, problem noted and fixed by Theo.Todd C. Miller
1997-02-09Get block size from disklabel.Todd C. Miller
1997-01-28Only print the partition if doing multiple devices.Todd C. Miller
1997-01-28Revert back to old fsirand but do things a cylinder group at a timeTodd C. Miller
1997-01-27Faster fsirand based in part on code from fsck_ffs.Todd C. Miller
1997-01-26ffs inode randomizerTodd C. Miller