| Age | Commit message (Expand) | Author |
| 2023-07-05 | Revert "newfs(8): Ensure A divides S before aligned_alloc(A, S)." | riastradh |
| 2023-07-04 | newfs(8): Ensure A divides S before aligned_alloc(A, S). | riastradh |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2022-04-16 | fix various typos in comments and log messages. | andvar |
| 2020-04-17 | align buffers used for I/O to DEV_BSIZE so it's executed more optimally | jdolecek |
| 2017-02-08 | Add smaller versions of fsck_ffs(8) and newfs(8) for install media, where | rin |
| 2016-04-01 | no need to escape | ryo |
| 2015-07-25 | Handle getfsspecname errors. | mlelstv |
| 2014-10-25 | Support wedge names. | mlelstv |
| 2012-06-30 | Use 32KB/4KB for default block/fragment size on >= 128 GB partitions | tsutsui |
| 2012-02-13 | Remove unused variables. | wiz |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2010-08-09 | Add -G to usage, omission pointed out by wiz. Also, make usage format | pooka |
| 2010-08-09 | Add -G, which turns consistency check errors in warnings. The | pooka |
| 2009-12-20 | Push the mount path for mount_mfs through realpath(). | dsl |
| 2009-05-07 | Consistently use FFSv1 or FFSv2 | lukem |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2009-04-03 | Issue a better error message if attempting to create a file system | pooka |
| 2008-08-01 | Handle 't' suffix for terabytes for number arguments. | simonb |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-07-16 | Make all mount(2) return value error checks against -1. Some file | pooka |
| 2007-07-14 | Add additional 'sizeof args' parameter to mount(2). | dsl |
| 2007-04-28 | PR/36229: Geoff Wing: uninitialized dkwedge_info structure in mount_mfs | christos |
| 2006-11-25 | PR/28884: Izumi Tsutsui: mount_mfs(8) doesn't set default fssize if "swap" is | christos |
| 2006-10-16 | c99 initializers. | christos |
| 2006-08-27 | Make the "traditional" comment match reality. | christos |
| 2006-08-27 | Don't hard-code 3. From our secret user. | christos |
| 2006-08-26 | - Deal with wedges and the new disk geometry structures, instead of using | christos |
| 2006-05-04 | Since MNT_GETARGS is not allowed when any other flags are set, don't set | christos |
| 2006-03-21 | Always check the results of getmntopts() and free them. | christos |
| 2006-01-16 | Add '-V' to usage output. | dsl |
| 2006-01-15 | Add a '-V verbose' option that controls the amount of info writen to stdout. | dsl |
| 2005-11-28 | Include the size we are trying to create in the 'partition to small' | dsl |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2004-11-15 | Add a cast to unsigned char when using a ctype function/macro. | he |
| 2004-09-07 | fix typo | lukem |
| 2004-06-25 | Remove last traces of -c, for which the code was removed | wiz |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-18 | Simplify logic for MNT_GETARGS and MNT_UPDATE of mfs filesystems. | dsl |
| 2004-03-07 | Re-instate the old behaviour where 'mount_mfs device mount_pt' would | dsl |
| 2004-03-07 | Make update mounts (to change miniroot ramdisks to rw) take the same short | dsl |
| 2003-12-22 | Fix typo: numder -> number. From Christian Biere in PR bin/23838. | jmmv |
| 2003-12-11 | If a disktype was specified, use the disktab information | drochner |
| 2003-11-01 | KNF: sort includes. | wiz |
| 2003-11-01 | Use fstat(2) to get the partition size (falling back to the label on old | dsl |
| 2003-10-15 | initialize llsize and llsizemult to 0 | dbj |
| 2003-10-10 | Sync look of -V description in usage with other option descriptions. | wiz |
| 2003-10-10 | Add -V flag for use with Vinum to indicate that the last character of | grog |
| 2003-10-09 | calculate "-s size" values after sectorsize has been fully determined | dbj |