summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_ext2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-161-4/+4
* Forgot to commit this patch.kevlo2019-07-011-8/+8
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* Remove (unused) FS_BOOT training wheels. If you are allowed to newfs akrw2018-11-251-4/+1
* fix clang warning wrt const string and +; from joerg@netbsd; ok millert@otto2017-08-281-2/+2
* There's no reason to have execute permissions on a file system image.natano2016-03-161-2/+2
* Replace an ad-hoc implementation of opendev(), with said function andnatano2016-03-143-63/+30
* Add a missing "cpath" promise; newfs_ext2fs can create files when usednatano2016-03-141-2/+2
* Remove needless zeroing. Anonymously mapped memory is always zeroed.mmcc2016-01-261-2/+1
* Avoid out of boundary access on illegal command line arguments.tobias2015-12-061-4/+6
* Oops, left the pledge "tty" active in the previous commitedderaadt2015-11-281-2/+2
* Instead, hoist TIOCGWINSZ up to the top, then "tty" pledge is not needed.deraadt2015-11-262-9/+13
* unbelievable.. this uses TIOCGWINSZ.. how did i miss that. pledge "tty".deraadt2015-11-261-2/+2
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* unfortunately rewritelabel() just before termination does a non-permittedderaadt2015-10-141-5/+1
* can pledge "stdio" after opening device.deraadt2015-10-131-1/+5
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-6/+10
* remove sys/file.h includes in favor of fcntl.h where needed.tedu2014-11-201-2/+2
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-271-2/+2
* unbreak the build - e2fs_isave now needs the superblock.pelikan2014-07-311-2/+2
* kill fs2hXX/h2fsXX macros with letohXX/htoleXXpelikan2014-07-133-137/+13
* new superblock header needs fixes for BE architecturespelikan2014-07-132-5/+5
* Fix on big-endian arches after the inode change.miod2014-07-111-2/+2
* fix dacl->size_hi header changepelikan2014-07-111-3/+3
* do not need sys/disk.hderaadt2014-06-291-2/+1
* Use errc/warnc to simplify code.guenther2014-05-211-2/+2
* Clarify an err() messageguenther2014-04-221-2/+2
* Convert a malloc(x*y)+memset to calloc(x,y)guenther2014-04-221-3/+2
* While we don't recommend using ext2fs, the directions for doing soguenther2014-04-212-7/+7
* from netbsd, free(bbp) in error paths. Coverity CID 274748.deraadt2013-12-271-2/+5
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-3/+3
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-4/+4
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-3/+3
* ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --deraadt2013-04-171-12/+12
* spelling fixes;jmc2013-04-161-3/+3
* remove some unnecessary sys/cdefs.h inclusionsderaadt2012-12-042-6/+2
* if you use nitems() in userland, you must define it yourselfderaadt2012-07-081-1/+5
* These utilities can currently only operate with a 32-bit block number range,deraadt2011-03-121-11/+11
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* Specify when newfs_ext2fs was introduced into OpenBSD.ajacoutot2010-03-141-3/+3
* - add -q to synopsisjmc2010-02-181-2/+3
* Add -q flag for compatiblity with newfs as requested by miod@otto2010-02-182-4/+10
* local ext2fs_bswap.c instead of groping in the sys/ufs/ext2fs treeotto2010-02-172-3/+126
* handle -t for when being called by newfsotto2010-02-171-2/+5
* clean this page up;jmc2010-02-161-25/+30
* fix OpenBSD rcs tags, prompted by Tim van der Molenotto2010-02-163-3/+3
* default verbosity to 4otto2010-02-161-1/+1
* man page with tweaks from miod; ok miod@otto2010-02-161-0/+335
* Port of newfs_ext2fs from NetBSD. not hooked to the build yet.otto2010-02-164-0/+2027