| Commit message (Expand) | Author | Age | Files | Lines |
* | Refer newfs and growfs users to fsck_ffs instead of | brueffer | 2014-02-16 | 1 | -1/+1 |
* | The purpose of this change to the FFS layout policy is to reduce the | mckusick | 2013-03-22 | 1 | -0/+6 |
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | trasz | 2012-10-30 | 1 | -0/+1 |
* | 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 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 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 |
* | 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 | 1 | -0/+2 |
* | Reported problem: | mckusick | 2010-09-24 | 1 | -7/+23 |
* | o bdeficize expand_number_int() function; | sobomax | 2010-03-09 | 1 | -9/+7 |
* | Cast these to intmax_t before printing to fix build bustage. Better | imp | 2010-03-03 | 1 | -7/+9 |
* | 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 | 1 | -1/+35 |
* | Fix typo: s/partion/partition/ | mbr | 2010-01-02 | 1 | -1/+1 |
* | Don't add a bwrite() symbol, it breaks the build when building newfs | cognet | 2009-02-12 | 1 | -6/+16 |
* | Enable operation of newfs on plain files, which is useful when you | luigi | 2008-12-03 | 1 | -4/+4 |
* | Use calloc(). | delphij | 2008-03-05 | 1 | -2/+1 |
* | Report erase interval (correctly) in sectors. | phk | 2007-12-16 | 1 | -2/+2 |
* | Rename the undocumented -E option to -X. | phk | 2007-12-16 | 1 | -6/+13 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | pjd | 2006-10-31 | 1 | -0/+2 |
* | Explicitly say which gid do we use as a fallback, when operator | delphij | 2006-09-27 | 1 | -1/+1 |
* | Don't treat failure to find the operator GID as a fatal error; this | iedowse | 2005-08-14 | 1 | -4/+9 |
* | When creating a new FFS file system, the block size will indirectly | delphij | 2005-02-20 | 1 | -0/+10 |
* | Add an option to suppress the creation of the .snap directory in | wes | 2005-01-21 | 1 | -30/+38 |
* | Generalize the UFS bad magic value used to determine when a filesystem | jhb | 2004-08-19 | 1 | -4/+9 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This | rwatson | 2004-02-26 | 1 | -0/+2 |
* | Fix whitespace error in previous commit. | wes | 2003-11-27 | 1 | -1/+1 |
* | Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not Ready | wes | 2003-11-23 | 1 | -1/+1 |
* | Add the -E command line option to force error conditions for testing. | wes | 2003-11-16 | 1 | -1/+12 |
* | Write the UFS2 superblock with a 'BAD' magic number at the beginning | wes | 2003-11-16 | 1 | -1/+4 |
* | Create a .snap directory mode 770 group operator in the root of | mckusick | 2003-11-04 | 1 | -6/+45 |
* | Exit with a non-zero status upon a block allocation failure. | yar | 2003-08-05 | 1 | -3/+3 |
* | When newfs'ing a partition with UFS2 that had previously been newfs'ed | dougb | 2003-05-22 | 1 | -0/+24 |
* | Put back the error checking in wtfs() that was lost when newfs was | iedowse | 2003-05-10 | 1 | -1/+2 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+4 |
* | Fix the -R flag so that it provides sequential "random" numbers | mckusick | 2003-02-22 | 1 | -9/+21 |
* | Replace use of random() with arc4random() to provide less guessable | mckusick | 2003-02-14 | 1 | -5/+5 |
* | Correct lines incorrectly added to the copyright message. Add missing period. | mckusick | 2003-02-14 | 1 | -4/+1 |
* | Convert newfs to libufs (really). Solves one real issue with previous | jmallett | 2003-02-11 | 1 | -98/+18 |
* | Bring in support for volume labels to the filesystem utilities. | gordon | 2003-02-01 | 1 | -0/+2 |
* | Back out conversion to libufs, for now. It seems to cause problems. | jmallett | 2003-01-29 | 1 | -20/+99 |
* | Convert newfs to use libufs. I've tested this on md filesystems, as has | jmallett | 2003-01-27 | 1 | -99/+20 |
* | Correctly calculate the initial number of fragments in a filesystem | mckusick | 2002-12-02 | 1 | -2/+2 |
* | Add some more checks to newfs so that it will not build filesystems | mckusick | 2002-11-30 | 1 | -14/+24 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -6/+6 |
* | Properly calculate the initial number of fragments in a large filesystem. | mckusick | 2002-11-15 | 1 | -1/+2 |
* | Bound the size of the superblock to SBLOCKSIZE. | mckusick | 2002-10-18 | 1 | -0/+2 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -5/+6 |