| Commit message (Expand) | Author | Age | Files | Lines |
* | Advertise growfs(8) a little better. | trasz | 2011-06-22 | 1 | -1/+2 |
* | We now have multiple filesystems (UFS, ZFS, ...), so for tools that only | gavin | 2011-05-08 | 1 | -3/+3 |
* | When creating a directory entry for the journal, always read at least | kib | 2011-02-12 | 1 | -10/+20 |
* | Add support for FS_TRIM to user-mode UFS utilities. | kib | 2010-12-29 | 2 | -5/+50 |
* | - Round up the journal size to the block size so we don't confuse fsck. | jeff | 2010-05-18 | 1 | -4/+8 |
* | Improve usage of tunefs: | edwin | 2010-05-01 | 1 | -3/+4 |
* | - Use the path to the filesystem mountpoint to look up the statfs | jeff | 2010-04-30 | 1 | -4/+4 |
* | - Temporarily lower WARNS until I fix alignment warnings on sparc64. | jeff | 2010-04-24 | 1 | -0/+2 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 2 | -9/+567 |
* | Quiet spurious warnings. | mckusick | 2010-02-11 | 1 | -2/+2 |
* | Raise WARNS for various tools where possible. | ed | 2010-01-17 | 1 | -1/+0 |
* | Implement NFSv4 ACL support for UFS. | trasz | 2009-12-21 | 2 | -11/+54 |
* | The tunefs utility does not work on active filesystems. | remko | 2009-10-21 | 1 | -2/+2 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -0/+1 |
* | Slightly improve gjournal documentation. | trasz | 2009-04-29 | 1 | -1/+2 |
* | o s/filesystem/file system/g. | maxim | 2007-09-23 | 1 | -2/+2 |
* | o You have to reboot the system after tuning softupdates on the root | maxim | 2007-08-12 | 1 | -1/+3 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | pjd | 2006-10-31 | 2 | -7/+45 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -5/+5 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
* | Fixed some style bugs in the residue of rev.1.14 (mainly initialization in | bde | 2004-03-26 | 1 | -26/+23 |
* | Fixed some style bugs in or related to rev.1.13 (mainly misindentation of | bde | 2004-03-26 | 1 | -109/+128 |
* | Remove another reference to ffsinfo.8 | brueffer | 2003-06-17 | 1 | -3/+1 |
* | Remove references to ffsinfo(8) for now. It was disconnected from | brueffer | 2003-06-17 | 1 | -1/+0 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+4 |
* | Sort options. | ru | 2003-02-23 | 2 | -22/+22 |
* | Bring in support for volume labels to the filesystem utilities. | gordon | 2003-02-01 | 2 | -8/+35 |
* | Fix problems with how libufs was used, with regard to mounted/active fs's, | jmallett | 2003-01-28 | 1 | -32/+16 |
* | Added UFS library to the bsd.libnames.mk namespace. | ru | 2003-01-23 | 1 | -1/+1 |
* | Make tunefs use libufs, it seems to do well enough for printing / setting | jmallett | 2003-01-20 | 2 | -108/+15 |
* | Consistentify output whitespace. | jmallett | 2003-01-18 | 1 | -1/+1 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -1/+1 |
* | s/clear/cleared/ for consistency (sigh) | rwatson | 2002-10-16 | 1 | -2/+2 |
* | Spell 'set' as 'cleared' where appropriate. | rwatson | 2002-10-15 | 1 | -2/+2 |
* | Teach tunefs to print the ACL and multilabel flag information when | rwatson | 2002-10-15 | 1 | -0/+4 |
* | Correct some of the style problems in this file: | rwatson | 2002-10-15 | 2 | -10/+10 |
* | Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefs | rwatson | 2002-10-14 | 2 | -7/+73 |
* | Removed vestiges of the -a and -d options. | bde | 2002-09-06 | 1 | -5/+3 |
* | Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontig | phk | 2002-09-06 | 2 | -27/+3 |
* | Fix some 'SYNOPSIS' and 'usage' messages. | trhodes | 2002-08-27 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 2 | -18/+18 |
* | mdoc(7) police: laundry. | ru | 2002-08-13 | 1 | -17/+16 |
* | The .Nm utility. | charnier | 2002-07-06 | 1 | -3/+4 |
* | Don't say that an umounted filesystem is required for -n. An unmounted | bde | 2002-06-21 | 1 | -1/+0 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 2 | -57/+48 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -1/+1 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -3/+3 |
* | Sigh, more BBSIZE related breakage. | phk | 2002-05-12 | 1 | -0/+1 |
* | 'file system' > filesystem | trhodes | 2002-05-06 | 1 | -12/+18 |