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_lfs
Age
Commit message (
Expand
)
Author
2020-09-07
remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds
mrg
2020-09-06
add support for new GCC 9 warnings that may be too much to fix
mrg
2019-08-22
Use getdiskrawname to find the device name.
brad
2015-08-02
Add a (draft) 64-bit superblock. Make things build again.
dholland
2015-08-02
Don't include ufs headers.
dholland
2015-07-28
Add a new lfs header file: lfs_accessors.h.
dholland
2015-07-24
More lfs superblock accessors.
dholland
2015-07-24
Switch to accessor functions for elements of the LFS on-disk
dholland
2014-03-23
missed one
dholland
2014-03-23
don't use sprintf
dholland
2013-06-19
make this compile again
christos
2009-06-05
Add support for DIOCGDISKINFO to disk like device drivers. Change
haad
2009-04-11
Enable WARNS=4 by default except for:
lukem
2009-03-11
Fix preamble
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
2006-11-11
Move lfs_cleanerd from /usr/libexec to /libexec. This is to allow putting
jmmv
2006-09-07
include <bsd.own.mk>. From Geoff Wing on source-changes.
riz
2006-09-05
Deal with wedges and the new disk geometry structures, instead of using
riz
2006-09-04
Bump date for previous.
wiz
2006-09-04
errx() provides a newline on its own, so remove the one from the error string.
wiz
2006-09-04
Correct usage: "-s" is the flag for the new size of the LFS, not "-n".
riz
2005-06-02
Ensure verbose is initialized before using it.
lukem
2005-04-25
New sentence, new line; non-argument options before
wiz
2005-04-23
Provide a resize_lfs(8), including kernel and cleaner support. The current
perseant