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