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
/
newfs_ext2fs
Age
Commit message (
Expand
)
Author
2013-11-09
vax specific gcc 4.8.1 hacks
christos
2013-10-19
Wrap long lines overflowed after EXT2_ prefix addtion to fs macro.
tsutsui
2013-10-19
fix unused variable warnings.
christos
2013-08-11
This passes WARNS=5.
dholland
2013-06-23
fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()
dholland
2013-06-19
Rename ambiguous macros:
dholland
2013-02-07
free(bbp) in error paths. Coverity CID 274748.
apb
2013-01-22
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
dholland
2012-03-24
Avoid non-literal format string. Raise WARNS to 4 and disable
joerg
2012-03-06
Stop zero'ing all possible superblock backup leftovers conservatively.
tsutsui
2010-09-10
Add a URL of Linux Documentation "The Second Extended Filesystem."
tsutsui
2010-02-25
Avoid line break in `Linux Ext2' strings.
tsutsui
2010-02-21
Fix string, noted by tsutsui.
wiz
2010-02-18
Fix pasto noted by tsutsui.
wiz
2010-02-17
Various fixes from Jason McIntyre <jmc@kerhand.co.uk>.
wiz
2009-12-01
Remove vinum-removal sentence fragment, similarly to newfs(8).
pooka
2009-10-25
Use .%U.
joerg
2009-10-21
Remove 3rd and 4th clauses in christos' license. OK christos.
snj
2009-10-19
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
bouyer
2009-06-05
Add support for DIOCGDISKINFO to disk like device drivers. Change
haad
2009-05-18
Sort option descriptions.
wiz
2009-04-11
Enable WARNS=4 by default except for:
lukem
2009-03-02
Use inodesize to get offset of inode in one more place.
tsutsui
2009-03-02
Fix botched logic in inodesize check.
tsutsui
2009-03-02
Replace a magic number with a new EXT2_REV0_DINODE_SIZE macro.
tsutsui
2009-03-02
- accept only EXT2_REV0_DINODE_SIZE inodesize on -O 0
tsutsui
2009-03-01
Sort options in usage.
wiz
2009-03-01
New sentence, new line.
wiz
2009-03-01
Sort options.
wiz
2009-03-01
Support variable inode sizes.
christos
2008-08-28
Fix some spelling.
tsutsui
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-05-14
Normalize my licenses.
tsutsui
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2007-12-14
Don't allow blocksize larger than 4096 bytes as our kernel, fsck_ext2fs(8),
tsutsui
2007-12-09
Fix typo.
tsutsui
2007-11-21
Roundup e2fs_ipg to make it use whole inode table blocks since
tsutsui
2007-11-20
Fix e2fs_itpg calculation.
tsutsui
2007-11-19
- fix a possible integer overflow
tsutsui
2007-11-18
Several minor fixes:
tsutsui
2007-11-17
Add a dumb but BSD-licensed newfs_ext2fs(8) command.
tsutsui