summaryrefslogtreecommitdiff
path: root/sbin/newfs_ext2fs
AgeCommit message (Expand)Author
2014-05-21Use errc/warnc to simplify code.Philip Guenther
2014-04-22Clarify an err() messagePhilip Guenther
2014-04-22Convert a malloc(x*y)+memset to calloc(x,y)Philip Guenther
2014-04-21While we don't recommend using ext2fs, the directions for doing soPhilip Guenther
2013-12-27from netbsd, free(bbp) in error paths. Coverity CID 274748.Theo de Raadt
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-07-16Add missing .Mt macros for AUTHORS email addresses.Ingo Schwarze
2013-04-17ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --Theo de Raadt
2013-04-16spelling fixes;Jason McIntyre
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
2012-07-08if you use nitems() in userland, you must define it yourselfTheo de Raadt
2011-03-12These utilities can currently only operate with a 32-bit block number range,Theo de Raadt
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-03-14Specify when newfs_ext2fs was introduced into OpenBSD.Antoine Jacoutot
2010-02-18- add -q to synopsisJason McIntyre
2010-02-18Add -q flag for compatiblity with newfs as requested by miod@Otto Moerbeek
2010-02-17local ext2fs_bswap.c instead of groping in the sys/ufs/ext2fs treeOtto Moerbeek
2010-02-17handle -t for when being called by newfsOtto Moerbeek
2010-02-16clean this page up;Jason McIntyre
2010-02-16fix OpenBSD rcs tags, prompted by Tim van der MolenOtto Moerbeek
2010-02-16default verbosity to 4Otto Moerbeek
2010-02-16man page with tweaks from miod; ok miod@Otto Moerbeek
2010-02-16Port of newfs_ext2fs from NetBSD. not hooked to the build yet.Otto Moerbeek