| Commit message (Expand) | Author | Age | Files | Lines |
* | Advertise growfs(8) a little better. | Edward Tomasz Napierala | 2011-06-22 | 1 | -1/+2 |
* | Update the manual page to reflect the new 32K/4K defaults. | Kirk McKusick | 2011-05-28 | 1 | -4/+4 |
* | Raise the default blocksize for UFS/FFS filesystems from | Kirk McKusick | 2011-05-26 | 1 | -2/+2 |
* | Stop trying to zero UFS1 superblocks if we fall off the end of the disk. | Colin Percival | 2011-04-26 | 1 | -1/+4 |
* | Xref makefs(8). | Jaakko Heinonen | 2011-02-22 | 1 | -1/+2 |
* | Add the -j option to enable soft updates journaling when creating | Kirk McKusick | 2011-02-16 | 2 | -3/+18 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 1 | -10/+9 |
* | Add support for FS_TRIM to user-mode UFS utilities. | Konstantin Belousov | 2010-12-29 | 4 | -3/+19 |
* | Add the missed 'p' flag to getopt() optstring argument. | Konstantin Belousov | 2010-12-15 | 1 | -1/+1 |
* | Reported problem: | Kirk McKusick | 2010-09-24 | 1 | -7/+23 |
* | Synchronize newfs(8) manual with code. | Glen Barber | 2010-09-14 | 1 | -3/+4 |
* | Rewording and typo fixes in newfs(8). | Glen Barber | 2010-09-12 | 1 | -3/+3 |
* | Fix "Empty input line" mdoc warning. | Maxim Sobolev | 2010-03-10 | 1 | -2/+2 |
* | o bdeficize expand_number_int() function; | Maxim Sobolev | 2010-03-09 | 3 | -38/+36 |
* | Change secrorsize back to int, since that's the data type expected by the | Maxim Sobolev | 2010-03-09 | 2 | -3/+21 |
* | Cast these to intmax_t before printing to fix build bustage. Better | Warner Losh | 2010-03-03 | 1 | -7/+9 |
* | Use expand_number(3) from libutil instead of home-grown function to parse | Maxim Sobolev | 2010-03-03 | 3 | -92/+34 |
* | Teach newfs(8) to understand size modifiers for all options taking | Maxim Sobolev | 2010-03-03 | 1 | -11/+84 |
* | One last pass to get all the unsigned comparisons correct. | Kirk McKusick | 2010-02-11 | 1 | -10/+13 |
* | Ensure that newfs will never create a filesystem with more than 2^32 | Kirk McKusick | 2010-02-10 | 3 | -47/+67 |
* | Correct two typos. | Xin LI | 2010-02-06 | 1 | -2/+2 |
* | Raise WARNS for various tools where possible. | Ed Schouten | 2010-01-17 | 1 | -1/+1 |
* | Fix typo: s/partion/partition/ | Martin Blapp | 2010-01-02 | 1 | -1/+1 |
* | Slightly improve gjournal documentation. | Edward Tomasz Napierala | 2009-04-29 | 1 | -0/+4 |
* | Don't add a bwrite() symbol, it breaks the build when building newfs | Olivier Houchard | 2009-02-12 | 2 | -16/+16 |
* | Move the check for the ending char in the partition name where | Luigi Rizzo | 2008-12-12 | 1 | -5/+6 |
* | Enable operation of newfs on plain files, which is useful when you | Luigi Rizzo | 2008-12-03 | 5 | -16/+112 |
* | Replace reference from vinum.8 to gvinum.8, it was advised in the PR to | Remko Lodder | 2008-03-21 | 1 | -2/+2 |
* | Use calloc(). | Xin LI | 2008-03-05 | 1 | -2/+1 |
* | Report erase interval (correctly) in sectors. | Poul-Henning Kamp | 2007-12-16 | 1 | -2/+2 |
* | Rename the undocumented -E option to -X. | Poul-Henning Kamp | 2007-12-16 | 4 | -15/+32 |
* | - Pay attention to the fact that ioctl(2) is only known to | Yaroslav Tykhiy | 2007-11-28 | 1 | -4/+5 |
* | MFp4: | Yaroslav Tykhiy | 2007-11-28 | 3 | -22/+59 |
* | Document -J in usage. | Pawel Jakub Dawidek | 2007-03-02 | 1 | -0/+1 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | Pawel Jakub Dawidek | 2006-10-31 | 4 | -2/+11 |
* | Explicitly say which gid do we use as a fallback, when operator | Xin LI | 2006-09-27 | 1 | -1/+1 |
* | Don't treat failure to find the operator GID as a fatal error; this | Ian Dowse | 2005-08-14 | 1 | -4/+9 |
* | When creating a new FFS file system, the block size will indirectly | Xin LI | 2005-02-20 | 1 | -0/+10 |
* | Document -l and -n options in usage(). | Ruslan Ermilov | 2005-01-22 | 1 | -0/+2 |
* | Polish previous revision: | Ruslan Ermilov | 2005-01-22 | 1 | -6/+12 |
* | Add an option to suppress the creation of the .snap directory in | Wes Peters | 2005-01-21 | 4 | -32/+60 |
* | Cast to intmax_t when using %jd format. | Pawel Jakub Dawidek | 2005-01-08 | 1 | -1/+1 |
* | Fix '-s' option for large disks and fix printing maximum file system size. | Pawel Jakub Dawidek | 2004-09-19 | 1 | -4/+7 |
* | Generalize the UFS bad magic value used to determine when a filesystem | John Baldwin | 2004-08-19 | 1 | -4/+9 |
* | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-05-17 | 1 | -3/+3 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 4 | -16/+0 |
* | Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This | Robert Watson | 2004-02-26 | 4 | -2/+11 |
* | Fix whitespace error in previous commit. | Wes Peters | 2003-11-27 | 1 | -1/+1 |
* | Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not Ready | Wes Peters | 2003-11-23 | 1 | -1/+1 |
* | Add the -E command line option to force error conditions for testing. | Wes Peters | 2003-11-16 | 3 | -2/+18 |