index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
tunefs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify string pointers.
delphij
2013-05-16
1
-3
/
+3
*
Fix error check.
mckusick
2013-04-23
1
-1
/
+1
*
The purpose of this change to the FFS layout policy is to reduce the
mckusick
2013-03-22
2
-8
/
+47
*
The .journal file needs to reside on the ROOTINO which must not extend
pho
2013-02-27
1
-1
/
+1
*
Declare functions as static and move global variables to the top;
trasz
2012-10-28
1
-13
/
+12
*
Fix sbin/ build with a 64-bit ino_t.
mdf
2012-09-27
1
-3
/
+3
*
Fix warning when compiling with gcc46:
eadler
2012-01-10
1
-2
/
+1
*
Add missing static keywords for global variables to tools in sbin/.
ed
2011-11-04
1
-2
/
+2
*
After creating a filesystem using newfs -j the time stamps are all
mckusick
2011-10-11
1
-0
/
+10
*
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
[next]