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
*
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
*
Expand the reserved space section. Explain how the amount of reserved
keramida
2002-04-16
1
-4
/
+12
*
o remove __P
imp
2002-03-21
1
-6
/
+6
*
tunefs no longer outputs a warning if one tries to set soft-updates on
dd
2002-01-07
1
-21
/
+0
*
Default to WARNS=2.
obrien
2001-12-04
1
-1
/
+0
*
Don't require that the special/filesystem argument translates into
iedowse
2001-09-30
1
-5
/
+4
*
sprintf -> snprintf
kris
2001-07-24
1
-1
/
+2
*
Constify, de-register-ify, and set WARNS=2.
dd
2001-07-15
2
-12
/
+15
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Do not allow the soft updates flag to be set if the filesystem is dirty.
mckusick
2001-04-13
1
-1
/
+4
*
Add information about the new options to newfs and tunefs which set the
nik
2001-04-10
1
-0
/
+6
*
Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.
mckusick
2001-04-10
1
-7
/
+50
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Set the default manual section for sbin/ to 8.
ru
2001-03-20
1
-1
/
+1
*
Fix 'tunefs -p'
ben
2001-01-29
1
-0
/
+1
*
The tunefs code assumed that the last argument was the device specification.
charnier
2000-12-10
2
-90
/
+142
*
Remove .Op when arg is required (special | filesystem). Document that at
charnier
2000-11-28
2
-126
/
+117
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
Open the device read-only initially and re-open read-write if necessary
sheldonh
2000-03-14
1
-13
/
+33
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-5
/
+10
*
Remove unused #include and prototype declaration.
luoqi
2000-01-30
1
-2
/
+0
*
Typo fix. While I am at it, remove the name translation from block to raw
luoqi
2000-01-30
1
-26
/
+3
*
Document a waring that tunefs(8) emits when enabling/disabling
phantom
2000-01-07
1
-0
/
+19
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
[next]