summaryrefslogtreecommitdiff
path: root/sbin/fsirand
AgeCommit message (Expand)Author
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2016-09-11Document author and the version fsirand appeared.sevan
2016-01-23Define _KERNTYPES for things that need it.christos
2013-10-19fix unused variable warnings.christos
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2011-08-27static + __deadjoerg
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-02-08include <signal.h> where signal(3) is useddrochner
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-14Remove the SECURITY CONSIDERATIONS section which stated that thepeter
2005-06-02appease gcc -Wuninitializedlukem
2005-01-20Remove main() prototype; WARNS=3xtraeme
2004-03-21Don't use 1st alternate superblock at offset 64k for ffsv1.dsl
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-09-06use arc4randomitojun
2003-04-17clear errno before strto(u)l() if we're going to test it for ERANGE afterwardslukem
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-01-08need ufs/ufs/dinode.h for ufs/ffs/fs.hlukem
2001-11-16this doesn't need <ufs/ufs/inode.h>lukem
2001-11-16change -F semantics to treat the argument as a file system image; open itlukem
2001-10-26remove #include <ufs/ufs/quota.h> where it was just to appeaselukem
2001-08-19- add -F - manipulate a file system image in a regular file (instead oflukem
2001-08-17remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap()lukem
2001-08-03WARNS=2lukem
2001-07-29ansi knf, WARNS=2lukem
2001-06-05Remove some trailing whitespace.wiz
2001-02-19convert to use getprogname()cgd
2001-02-04fix nested extern. While I am here assign copyright to TNF.christos
1999-01-15#include machine/bswap.h and remove -lutil.bouyer
1998-10-23Use DINODE_SIZE instead of sizeof(struct dinode) and/or pointer arithmetic.thorpej
1998-08-25from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-06-08Implement a new manual page category ``SECURITY CONSIDERATIONS''lukem
1998-03-18Add support for non-native byteorder FFS.bouyer
1997-09-20Work around ggc-2.7.2 off_t initialization bug on m68k.christos
1997-09-14* cleanup for WARNS=1lukem
1997-07-06Fix type error that caused offset to wrap at 4GB.mycroft
1997-06-24* add `-x' option to usage().kleink
1997-03-14string.h for protoscgd
1997-03-08Fix NetBSD RCS ID tagcgd
1997-03-07First pass at fsirand. Needs /dev/random to do things right.christos