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