summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* MFC of 320176:mckusick2017-06-261-1/+2
* MFC r314655:ngie2017-05-301-2/+2
* Use MIN()/MAX() macros from sys/param.h.araujo2016-05-021-5/+3
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-021-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.araujo2015-08-251-2/+0
* fix the docs, the number of frags per inode (NFPI) changed in r228794jmg2015-07-151-4/+4
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-34/+3
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-281-5/+3
| |\
| * \ Merge head@256284sjg2013-10-131-3/+3
| |\ \
| * \ \ sync from headsjg2013-04-124-2/+30
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| | | | |
| | \ \ \
| *-. \ \ \ Sync from headsjg2012-11-043-2/+5
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | |/ / / / | |/| | | |
* | | | | | Remove old ioctl use and support, once and for all.imp2015-01-061-30/+0
* | | | | | mdoc: improvements to SEE ALSO.joel2014-12-271-2/+2
* | | | | | Convert sbin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Refer newfs and growfs users to fsck_ffs instead ofbrueffer2014-02-091-1/+1
* | | | | Don't call arc4random_stir() explicitly. To quote arc4random(3)delphij2013-10-291-4/+2
| |_|_|/ |/| | |
* | | | Sweep man pages replacing ad -> ada.pluknet2013-10-011-3/+3
| |_|/ |/| |
* | | Remove contractions.joel2013-04-111-1/+1
* | | The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-224-1/+29
| |/ |/|
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-303-1/+3
* | Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-1/+2
|/
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Reduce NFPI by half to keep the default number of inodes the same withmckusick2011-12-211-1/+1
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-042-2/+3
* Advertise growfs(8) a little better.trasz2011-06-221-1/+2
* Update the manual page to reflect the new 32K/4K defaults.mckusick2011-05-281-4/+4
* Raise the default blocksize for UFS/FFS filesystems frommckusick2011-05-261-2/+2
* Stop trying to zero UFS1 superblocks if we fall off the end of the disk.cperciva2011-04-261-1/+4
* Xref makefs(8).jh2011-02-221-1/+2
* Add the -j option to enable soft updates journaling when creatingmckusick2011-02-162-3/+18
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-241-10/+9
* Add support for FS_TRIM to user-mode UFS utilities.kib2010-12-294-3/+19
* Add the missed 'p' flag to getopt() optstring argument.kib2010-12-151-1/+1
* Reported problem:mckusick2010-09-241-7/+23
* Synchronize newfs(8) manual with code.gjb2010-09-141-3/+4
* Rewording and typo fixes in newfs(8).gjb2010-09-121-3/+3
* Fix "Empty input line" mdoc warning.sobomax2010-03-101-2/+2
* o bdeficize expand_number_int() function;sobomax2010-03-093-38/+36
* Change secrorsize back to int, since that's the data type expected by thesobomax2010-03-092-3/+21
* Cast these to intmax_t before printing to fix build bustage. Betterimp2010-03-031-7/+9
* Use expand_number(3) from libutil instead of home-grown function to parsesobomax2010-03-033-92/+34
* Teach newfs(8) to understand size modifiers for all options takingsobomax2010-03-031-11/+84
OpenPOWER on IntegriCloud