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
/
resize_ffs
Age
Commit message (
Expand
)
Author
2009-04-26
set WARNS=3 -- too many -Wsign-compare issues in the kernel ffs code
lukem
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2007-12-15
include sys/cdefs.h so that __attribute__ can be fixed later
perry
2007-07-08
writeat() also expect offsets in DEV_BSIZE unit. This and the previous commit
bouyer
2007-07-05
readat() expects the offset in DEV_BSIZE units. This made resize_ffs find the
bouyer
2005-06-03
Fix a typo in a comment.
snj
2004-03-21
Dunno why this code is playing 'hunt the superblock', but stop it
dsl
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2003-07-26
netbsd.org->NetBSD.org
salo
2003-04-03
make this compile again.
christos
2003-03-10
Correct program name in comments.
wiz
2003-03-10
Sort sections; "file system" instead of filesystem; mdoc improvements;
wiz
2003-02-23
(cross)builds on current ok
lukem
2003-02-23
minor cosmetic tweak
lukem
2003-02-21
This program deals with on-disk structures.
martin
2003-02-21
Preliminary version of resize_ffs, based on der Mouse's fsresize tool.
jtk