| 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 |
* | Copy ownership/permissions from the mountpoint to FFS2 MFS, as already done |  sthen | 2020-05-19 | 1 | -7/+13 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
* | Start writing the size of the cylinder group into the (unused) cpg |  otto | 2016-09-01 | 1 | -2/+6 |
* | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. |  bentley | 2016-03-17 | 1 | -5/+7 |
* | malloc(3) returns a pointer, so check against NULL, not 0. (No functional change) |  gsoares | 2016-01-28 | 1 | -2/+2 |
* | Use pledge "disklabel" as needed. The theory here is these tools become more |  deraadt | 2015-11-23 | 1 | -11/+5 |
* | Prefer dprintf() over snprintf()+write() |  guenther | 2015-10-11 | 1 | -4/+2 |
* | <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 | 1 | -2/+2 |
* | 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 | 1 | -8/+13 |
* | 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 |
* | add a variety of missing prototypes |  deraadt | 2013-11-12 | 1 | -1/+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 |
* | daddr_t comment tweak and whitespace fix. |  krw | 2013-10-06 | 1 | -3/+3 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -12/+12 |
* | handle large ino_t; ok tedu |  deraadt | 2013-04-23 | 1 | -2/+3 |
* | fix format string |  chl | 2011-06-05 | 1 | -3/+3 |
* | Allow specifying k/m/g/... suffixes in newfs(8) -S and -s options. |  dcoppa | 2011-05-23 | 1 | -4/+4 |
* | compute an estimate of how much memory is needed to fsck_ffs the fs |  otto | 2010-03-21 | 1 | -1/+50 |
* | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. |  krw | 2009-12-23 | 1 | -2/+2 |
* | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. |  krw | 2008-08-08 | 1 | -13/+13 |
* | handle 64-bit blkno's in format string |  otto | 2008-01-05 | 1 | -2/+2 |
* | Initialize the first 2 block's worth of inodes for ffs1 as well as ffs2. |  millert | 2007-07-07 | 1 | -6/+3 |
* | Enable creation of larger than 1TB FFS2 filesystems. Note that this |  otto | 2007-06-26 | 1 | -4/+7 |
* | remove last instances of daddr_t; ok thib@ |  otto | 2007-06-10 | 1 | -2/+2 |
* | ufs1_daddr_t cleanup, okay otto@ |  pedro | 2007-06-01 | 1 | -3/+3 |
* | daddr64_t changes; not fssize is still an int; ok pedro@ |  otto | 2007-06-01 | 1 | -10/+10 |
* | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib |  deraadt | 2007-06-01 | 1 | -4/+4 |
* | Updated disklabel format to support larger disks and partitions. We |  otto | 2007-05-29 | 1 | -3/+3 |
* | Now that the amd64 floppy and cd image -c setting have been fixed, |  otto | 2007-05-19 | 1 | -18/+14 |
* | backout -c changes; they were not tested on all the media. all newfs |  deraadt | 2007-05-19 | 1 | -14/+18 |
* | The unit of the -c options is fragments, so adjust man page and |  otto | 2007-05-18 | 1 | -18/+14 |
* | Do a bounds check to see if the inode table fits on the disk. |  otto | 2007-05-18 | 1 | -1/+5 |
* | Update CGSIZE macro so that it is no longer based on fs_cpg. |  millert | 2007-05-03 | 1 | -7/+3 |
* | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit |  pedro | 2007-04-23 | 1 | -2/+2 |
* | don't let fpg and spc get out of sync. solves a few cases where newfs |  otto | 2007-04-18 | 1 | -3/+4 |
* | Fix merge error; fs_inodefmt was not being set for the ffs2 case |  millert | 2007-04-17 | 1 | -1/+2 |
* | Add support for creating ffs2 filesystems. Note that the concept |  millert | 2007-04-13 | 1 | -546/+575 |
* | Remove obsolete options for superblock fields that are no longer used. |  millert | 2007-04-03 | 1 | -9/+5 |
* | Minor cleanup: remove rcsids, remove #ifdef'd out code, COMPAT is |  millert | 2007-04-03 | 1 | -75/+2 |
* | Modern disks do bad sector replacement themselves. There is no |  millert | 2007-04-02 | 1 | -4/+3 |