summaryrefslogtreecommitdiffstats
path: root/sbin/newfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* With filesystem having many cylinder groups and many inodes per cg theotto2020-06-201-24/+33
* Make generation numbers unsigned and fill them using a random numberotto2020-05-281-6/+6
* Move back to FFS1 by default for MFS as suggested by millert@. OK otto@sthen2020-05-191-2/+2
* Copy ownership/permissions from the mountpoint to FFS2 MFS, as already donesthen2020-05-191-7/+13
* Make ffs2 the default for newfs; change all calls to create e.g. floppyotto2020-05-182-7/+6
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-161-3/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-11/+11
* missing dots after ".%P pp"; the case of btree(3) wasschwarze2019-04-231-3/+3
* Remove (unused) FS_BOOT training wheels. If you are allowed to newfs akrw2018-11-251-4/+1
* Avoid a race when populating an mfs fs by using a tmp dir and splitotto2018-03-101-55/+67
* Enable the noperm option for mount_mfs. mfs is ffs in sheeps clothing,natano2016-10-111-1/+4
* Start writing the size of the cylinder group into the (unused) cpgotto2016-09-011-2/+6
* Revert change to density calculation. David Vasek points out thiskrw2016-07-251-2/+2
* At n2k16 David Vasek pointed out that FFS partitions on 4K disks arekrw2016-07-231-2/+2
* permit wxallowed on mfsderaadt2016-05-311-1/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* simplify previous; ok bentleyjmc2016-03-171-2/+1
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-172-7/+19
* We are done providing support for the vax.deraadt2016-03-091-39/+1
* TMPDIR is no longer supported;jmc2016-02-181-10/+2
* malloc(3) returns a pointer, so check against NULL, not 0. (No functional change)gsoares2016-01-281-2/+2
* Avoid out of boundary access on illegal command line arguments.tobias2015-12-061-7/+9
* We can't make a pledge if we're mount_mfs(8) as we need the ability to callkettenis2015-11-251-3/+5
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-232-12/+22
* remove mlinks for aliases: ntalkd, mfs, updatedbjmc2015-11-211-2/+2
* newfs does not need TMPDIR supportderaadt2015-11-101-6/+2
* Prefer dprintf() over snprintf()+write()guenther2015-10-111-4/+2
* Delete the final, inscrutable NOSTRICT and VARARGS lint commentsguenther2015-09-291-2/+1
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-2/+2
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-2/+2
* Better size_t overflow check for mount_mfs. OK miod@millert2015-02-061-3/+4
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-202-4/+4
* do not require <a.out.h>deraadt2015-01-181-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-14/+23
* mount_mfs does not require disklabel to be run;jmc2014-08-291-5/+3
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-2/+3
* Mark fatal() as printf-like.guenther2014-07-201-5/+6
* Use getrlimit(2) instead of assuming MAXDSIZ is available in userland.otto2014-06-301-3/+7
* Don't include <machine/vmparam.h> directly. Instead, get it with its necessarymiod2014-01-241-2/+1
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-5/+5
* add a variety of missing prototypesderaadt2013-11-121-1/+2
* Replace direct references to p_size, p_offset and d_secperunit withkrw2013-11-051-2/+2
* Add missing (long long) cast of variable, (long long) castskrw2013-11-031-2/+2
* Sprinkle (long long) casts where %lld is being used to print daddr_tkrw2013-11-011-6/+7
* Say 'fragments' where fragments are meant. Divide by DEV_BSIZEkrw2013-10-071-3/+3
* Show number of sectors, not the number of 512-byte blocks, whenkrw2013-10-071-2/+3
* Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, sincekrw2013-10-071-2/+3
* daddr_t tweaks. %lld -> %llu, intermediate disk sector calculationkrw2013-10-061-11/+12
* daddr_t comment tweak and whitespace fix.krw2013-10-061-3/+3