| Commit message (Expand) | Author | Age | Files | Lines |
* | Raise WARNS for various tools where possible. | ed | 2010-01-17 | 1 | -1/+1 |
* | Fix typo: s/partion/partition/ | mbr | 2010-01-02 | 1 | -1/+1 |
* | Slightly improve gjournal documentation. | trasz | 2009-04-29 | 1 | -0/+4 |
* | Don't add a bwrite() symbol, it breaks the build when building newfs | cognet | 2009-02-12 | 2 | -16/+16 |
* | Move the check for the ending char in the partition name where | luigi | 2008-12-12 | 1 | -5/+6 |
* | Enable operation of newfs on plain files, which is useful when you | luigi | 2008-12-03 | 5 | -16/+112 |
* | Replace reference from vinum.8 to gvinum.8, it was advised in the PR to | remko | 2008-03-21 | 1 | -2/+2 |
* | 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 | 4 | -15/+32 |
* | - Pay attention to the fact that ioctl(2) is only known to | yar | 2007-11-28 | 1 | -4/+5 |
* | MFp4: | yar | 2007-11-28 | 3 | -22/+59 |
* | Document -J in usage. | pjd | 2007-03-02 | 1 | -0/+1 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | pjd | 2006-10-31 | 4 | -2/+11 |
* | 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 |
* | Document -l and -n options in usage(). | ru | 2005-01-22 | 1 | -0/+2 |
* | Polish previous revision: | ru | 2005-01-22 | 1 | -6/+12 |
* | Add an option to suppress the creation of the .snap directory in | wes | 2005-01-21 | 4 | -32/+60 |
* | Cast to intmax_t when using %jd format. | pjd | 2005-01-08 | 1 | -1/+1 |
* | Fix '-s' option for large disks and fix printing maximum file system size. | pjd | 2004-09-19 | 1 | -4/+7 |
* | Generalize the UFS bad magic value used to determine when a filesystem | jhb | 2004-08-19 | 1 | -4/+9 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -3/+3 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 4 | -16/+0 |
* | Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This | rwatson | 2004-02-26 | 4 | -2/+11 |
* | 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 | 3 | -2/+18 |
* | 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 |
* | s/disklabel/bsdlabel where needed. | blackend | 2003-10-11 | 1 | -2/+2 |
* | Remove an unneccessary comma. | ceri | 2003-09-14 | 1 | -1/+1 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | 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 | 2 | -8/+8 |
* | Remove reference to diskpart(8) | brueffer | 2003-04-20 | 1 | -1/+0 |
* | Throw the switch--change to UFS2 as our default file system format for | rwatson | 2003-04-20 | 2 | -2/+2 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 1 | -3/+3 |
* | Fix the -R flag so that it provides sequential "random" numbers | mckusick | 2003-02-22 | 2 | -15/+27 |
* | Our first keyword hit for apropos ufs2. | jwd | 2003-02-19 | 1 | -1/+1 |
* | 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 | 3 | -12/+3 |
* | Convert newfs to libufs (really). Solves one real issue with previous | jmallett | 2003-02-11 | 5 | -116/+43 |
* | Bring in support for volume labels to the filesystem utilities. | gordon | 2003-02-01 | 4 | -2/+25 |
* | Back out conversion to libufs, for now. It seems to cause problems. | jmallett | 2003-01-29 | 4 | -42/+111 |
* | Convert newfs to use libufs. I've tested this on md filesystems, as has | jmallett | 2003-01-27 | 4 | -111/+42 |
* | Correctly calculate the initial number of fragments in a filesystem | mckusick | 2002-12-02 | 1 | -2/+2 |