summaryrefslogtreecommitdiff
path: root/sbin/resize_ffs
AgeCommit message (Expand)Author
2009-04-26set WARNS=3 -- too many -Wsign-compare issues in the kernel ffs codelukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-12-15include sys/cdefs.h so that __attribute__ can be fixed laterperry
2007-07-08writeat() also expect offsets in DEV_BSIZE unit. This and the previous commitbouyer
2007-07-05readat() expects the offset in DEV_BSIZE units. This made resize_ffs find thebouyer
2005-06-03Fix a typo in a comment.snj
2004-03-21Dunno why this code is playing 'hunt the superblock', but stop itdsl
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-07-26netbsd.org->NetBSD.orgsalo
2003-04-03make this compile again.christos
2003-03-10Correct program name in comments.wiz
2003-03-10Sort sections; "file system" instead of filesystem; mdoc improvements;wiz
2003-02-23(cross)builds on current oklukem
2003-02-23minor cosmetic tweaklukem
2003-02-21This program deals with on-disk structures.martin
2003-02-21Preliminary version of resize_ffs, based on der Mouse's fsresize tool.jtk