| Commit message (Expand) | Author | Age | Files | Lines |
* | Use MIN()/MAX() macros from sys/param.h. | araujo | 2016-05-02 | 1 | -5/+3 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-04-18 | 1 | -1/+1 |
* | It's 2015, and some people are still trying to use fdisk and then | trasz | 2015-09-02 | 1 | -1/+1 |
* | Code cleanup unused-but-set-variable spotted by gcc. | araujo | 2015-08-25 | 1 | -2/+0 |
* | fix the docs, the number of frags per inode (NFPI) changed in r228794 | jmg | 2015-07-15 | 1 | -4/+4 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+20 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 3 | -34/+3 |
| |\
| |/
|/| |
|
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | Merge head | sjg | 2014-04-28 | 1 | -5/+3 |
| |\ |
|
| * \ | Merge head@256284 | sjg | 2013-10-13 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | sync from head | sjg | 2013-04-12 | 4 | -2/+30 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Sync from head | sjg | 2012-11-04 | 3 | -2/+5 |
| |\ \ \ \ \ |
|
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+21 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Remove old ioctl use and support, once and for all. | imp | 2015-01-06 | 1 | -30/+0 |
* | | | | | | mdoc: improvements to SEE ALSO. | joel | 2014-12-27 | 1 | -2/+2 |
* | | | | | | Convert sbin/ to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Refer newfs and growfs users to fsck_ffs instead of | brueffer | 2014-02-09 | 1 | -1/+1 |
* | | | | | Don't call arc4random_stir() explicitly. To quote arc4random(3) | delphij | 2013-10-29 | 1 | -4/+2 |
| |_|_|/
|/| | | |
|
* | | | | Sweep man pages replacing ad -> ada. | pluknet | 2013-10-01 | 1 | -3/+3 |
| |_|/
|/| | |
|
* | | | Remove contractions. | joel | 2013-04-11 | 1 | -1/+1 |
* | | | The purpose of this change to the FFS layout policy is to reduce the | mckusick | 2013-03-22 | 4 | -1/+29 |
| |/
|/| |
|
* | | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | trasz | 2012-10-30 | 3 | -1/+3 |
* | | Fix sbin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -1/+2 |
|/ |
|
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+0 |
* | Reduce NFPI by half to keep the default number of inodes the same with | mckusick | 2011-12-21 | 1 | -1/+1 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 2 | -2/+3 |
* | Advertise growfs(8) a little better. | trasz | 2011-06-22 | 1 | -1/+2 |
* | Update the manual page to reflect the new 32K/4K defaults. | mckusick | 2011-05-28 | 1 | -4/+4 |
* | Raise the default blocksize for UFS/FFS filesystems from | mckusick | 2011-05-26 | 1 | -2/+2 |
* | Stop trying to zero UFS1 superblocks if we fall off the end of the disk. | cperciva | 2011-04-26 | 1 | -1/+4 |
* | Xref makefs(8). | jh | 2011-02-22 | 1 | -1/+2 |
* | Add the -j option to enable soft updates journaling when creating | mckusick | 2011-02-16 | 2 | -3/+18 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 1 | -10/+9 |
* | Add support for FS_TRIM to user-mode UFS utilities. | kib | 2010-12-29 | 4 | -3/+19 |
* | Add the missed 'p' flag to getopt() optstring argument. | kib | 2010-12-15 | 1 | -1/+1 |
* | Reported problem: | mckusick | 2010-09-24 | 1 | -7/+23 |
* | Synchronize newfs(8) manual with code. | gjb | 2010-09-14 | 1 | -3/+4 |
* | Rewording and typo fixes in newfs(8). | gjb | 2010-09-12 | 1 | -3/+3 |
* | Fix "Empty input line" mdoc warning. | sobomax | 2010-03-10 | 1 | -2/+2 |
* | o bdeficize expand_number_int() function; | sobomax | 2010-03-09 | 3 | -38/+36 |
* | Change secrorsize back to int, since that's the data type expected by the | sobomax | 2010-03-09 | 2 | -3/+21 |
* | Cast these to intmax_t before printing to fix build bustage. Better | imp | 2010-03-03 | 1 | -7/+9 |
* | Use expand_number(3) from libutil instead of home-grown function to parse | sobomax | 2010-03-03 | 3 | -92/+34 |
* | Teach newfs(8) to understand size modifiers for all options taking | sobomax | 2010-03-03 | 1 | -11/+84 |
* | One last pass to get all the unsigned comparisons correct. | mckusick | 2010-02-11 | 1 | -10/+13 |
* | Ensure that newfs will never create a filesystem with more than 2^32 | mckusick | 2010-02-10 | 3 | -47/+67 |