| Commit message (Expand) | Author | Age | Files | Lines |
* | With filesystem having many cylinder groups and many inodes per cg the |  otto | 2020-06-20 | 1 | -24/+33 |
* | Make generation numbers unsigned and fill them using a random number |  otto | 2020-05-28 | 1 | -6/+6 |
* | Move back to FFS1 by default for MFS as suggested by millert@. OK otto@ |  sthen | 2020-05-19 | 1 | -2/+2 |
* | Copy ownership/permissions from the mountpoint to FFS2 MFS, as already done |  sthen | 2020-05-19 | 1 | -7/+13 |
* | Make ffs2 the default for newfs; change all calls to create e.g. floppy |  otto | 2020-05-18 | 2 | -7/+6 |
* | Usually, -width Fl (which is 10n) is too wide and hence ugly. |  schwarze | 2020-01-16 | 1 | -3/+3 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -11/+11 |
* | missing dots after ".%P pp"; the case of btree(3) was |  schwarze | 2019-04-23 | 1 | -3/+3 |
* | Remove (unused) FS_BOOT training wheels. If you are allowed to newfs a |  krw | 2018-11-25 | 1 | -4/+1 |
* | Avoid a race when populating an mfs fs by using a tmp dir and split |  otto | 2018-03-10 | 1 | -55/+67 |
* | Enable the noperm option for mount_mfs. mfs is ffs in sheeps clothing, |  natano | 2016-10-11 | 1 | -1/+4 |
* | Start writing the size of the cylinder group into the (unused) cpg |  otto | 2016-09-01 | 1 | -2/+6 |
* | Revert change to density calculation. David Vasek points out this |  krw | 2016-07-25 | 1 | -2/+2 |
* | At n2k16 David Vasek pointed out that FFS partitions on 4K disks are |  krw | 2016-07-23 | 1 | -2/+2 |
* | permit wxallowed on mfs |  deraadt | 2016-05-31 | 1 | -1/+2 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -2/+1 |
* | simplify previous; ok bentley |  jmc | 2016-03-17 | 1 | -2/+1 |
* | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. |  bentley | 2016-03-17 | 2 | -7/+19 |
* | We are done providing support for the vax. |  deraadt | 2016-03-09 | 1 | -39/+1 |
* | TMPDIR is no longer supported; |  jmc | 2016-02-18 | 1 | -10/+2 |
* | malloc(3) returns a pointer, so check against NULL, not 0. (No functional change) |  gsoares | 2016-01-28 | 1 | -2/+2 |
* | Avoid out of boundary access on illegal command line arguments. |  tobias | 2015-12-06 | 1 | -7/+9 |
* | We can't make a pledge if we're mount_mfs(8) as we need the ability to call |  kettenis | 2015-11-25 | 1 | -3/+5 |
* | Use pledge "disklabel" as needed. The theory here is these tools become more |  deraadt | 2015-11-23 | 2 | -12/+22 |
* | remove mlinks for aliases: ntalkd, mfs, updatedb |  jmc | 2015-11-21 | 1 | -2/+2 |
* | newfs does not need TMPDIR support |  deraadt | 2015-11-10 | 1 | -6/+2 |
* | Prefer dprintf() over snprintf()+write() |  guenther | 2015-10-11 | 1 | -4/+2 |
* | Delete the final, inscrutable NOSTRICT and VARARGS lint comments |  guenther | 2015-09-29 | 1 | -2/+1 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -2/+2 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -2/+2 |
* | Better size_t overflow check for mount_mfs. OK miod@ |  millert | 2015-02-06 | 1 | -3/+4 |
* | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or |  deraadt | 2015-01-20 | 2 | -4/+4 |
* | do not require <a.out.h> |  deraadt | 2015-01-18 | 1 | -2/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 2 | -14/+23 |
* | mount_mfs does not require disklabel to be run; |  jmc | 2014-08-29 | 1 | -5/+3 |
* | Make sure the correct errno is reported by warn* or err* and not |  guenther | 2014-07-20 | 1 | -2/+3 |
* | Mark fatal() as printf-like. |  guenther | 2014-07-20 | 1 | -5/+6 |
* | Use getrlimit(2) instead of assuming MAXDSIZ is available in userland. |  otto | 2014-06-30 | 1 | -3/+7 |
* | Don't include <machine/vmparam.h> directly. Instead, get it with its necessary |  miod | 2014-01-24 | 1 | -2/+1 |
* | Whole bunch of (unsigned char) casts carefully added for ctype calls. |  deraadt | 2013-11-22 | 1 | -5/+5 |
* | add a variety of missing prototypes |  deraadt | 2013-11-12 | 1 | -1/+2 |
* | Replace direct references to p_size, p_offset and d_secperunit with |  krw | 2013-11-05 | 1 | -2/+2 |
* | Add missing (long long) cast of variable, (long long) casts |  krw | 2013-11-03 | 1 | -2/+2 |
* | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 2013-11-01 | 1 | -6/+7 |
* | Say 'fragments' where fragments are meant. Divide by DEV_BSIZE |  krw | 2013-10-07 | 1 | -3/+3 |
* | Show number of sectors, not the number of 512-byte blocks, when |  krw | 2013-10-07 | 1 | -2/+3 |
* | Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, since |  krw | 2013-10-07 | 1 | -2/+3 |
* | daddr_t tweaks. %lld -> %llu, intermediate disk sector calculation |  krw | 2013-10-06 | 1 | -11/+12 |
* | daddr_t comment tweak and whitespace fix. |  krw | 2013-10-06 | 1 | -3/+3 |