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
/
newfs
/
newfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
1
-4
/
+4
*
Throw the switch--change to UFS2 as our default file system format for
rwatson
2003-04-20
1
-1
/
+1
*
Correct lines incorrectly added to the copyright message. Add missing period.
mckusick
2003-02-14
1
-4
/
+1
*
Convert newfs to libufs (really). Solves one real issue with previous
jmallett
2003-02-11
1
-11
/
+15
*
Bring in support for volume labels to the filesystem utilities.
gordon
2003-02-01
1
-2
/
+18
*
Back out conversion to libufs, for now. It seems to cause problems.
jmallett
2003-01-29
1
-13
/
+11
*
Convert newfs to use libufs. I've tested this on md filesystems, as has
jmallett
2003-01-27
1
-11
/
+13
*
Add some more checks to newfs so that it will not build filesystems
mckusick
2002-11-30
1
-1
/
+5
*
Remove a comma trailing an if clause.
phk
2002-10-01
1
-1
/
+1
*
Failure to rewrite the disklabel should not be fatal.
phk
2002-09-22
1
-4
/
+2
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-13
/
+13
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-56
/
+46
*
more file system > filesystem
trhodes
2002-05-16
1
-9
/
+9
*
Remove the -v option, it is now default behaviour.
phk
2002-04-24
1
-10
/
+5
*
Continue the cleanup preparations for UFS2 (& GEOM):
phk
2002-04-24
1
-152
/
+101
*
bbsize and sbsize cannot ever be trusted from the disklabel, in
phk
2002-04-07
1
-6
/
+0
*
Fixed some style bugs in axings. Whitespace before __P was not axed when
bde
2002-04-04
1
-6
/
+6
*
Unifdef -DCOMPAT
phk
2002-04-03
1
-22
/
+0
*
Swing the axe and remove some archaic features from newfs which modern
phk
2002-03-20
1
-141
/
+14
*
Add the undocumented -R option to disable randomness for regression-testing.
phk
2002-03-19
1
-1
/
+6
*
Further cleanups.
phk
2002-03-19
1
-6
/
+7
*
Complete the ANSIfication of newfs by converting function declarations
iedowse
2002-03-19
1
-30
/
+4
*
Remove the ancient STANDALONE code.
iedowse
2002-03-19
1
-1
/
+0
*
Remove yet more vestiges of mount_mfs.
iedowse
2002-03-18
1
-6
/
+0
*
Fixed some style bugs (mainly ones not fixed or made worse by rev.1.44).
bde
2002-03-18
1
-8
/
+9
*
Removed vestiges of mount_mfs. Sorted the Makefile a bit.
bde
2002-03-18
1
-8
/
+0
*
Remove __P() and register.
phk
2002-03-17
1
-7
/
+7
*
Update the default newfs block and fragment sizes from 8192/1024 to
sheldonh
2001-12-11
1
-2
/
+2
*
Remove support for FreeBSD/tahoe
peter
2001-11-03
1
-19
/
+0
*
style(9) cleanup.
phk
2001-11-02
1
-11
/
+12
*
Fix diskless clients by removing the code for calculating the minimum
roberto
2001-10-18
1
-13
/
+1
*
Following the discussion in -arch and the submission of a patch by bde, here
roberto
2001-10-04
1
-5
/
+16
*
Silence non-constant format string warnings by marking functions
kris
2001-08-19
1
-3
/
+3
*
A more complete removal of MFS related code.
phk
2001-05-29
1
-152
/
+43
*
Initial cleanout of MFS from newfs. More complete wash needed.
phk
2001-05-29
1
-4
/
+2
*
sprintf() -> snprintf()
kris
2001-04-24
1
-2
/
+2
*
Add a missing argument to an error message format string.
kris
2001-04-17
1
-1
/
+1
*
Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.
mckusick
2001-04-10
1
-4
/
+14
*
Allow enabling soft updates (with -U) on a new filesystem.
obrien
2001-04-02
1
-2
/
+7
*
The common wisdom is to use the largest number of cylinders per group.
obrien
2001-03-27
1
-3
/
+4
*
Make mount_mfs annoy users for 15 seconds and point them at mdconfig(8).
phk
2001-01-30
1
-0
/
+6
*
Don't try to do anything with the /dev/rXXX device.
msmith
2000-05-31
1
-4
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add again the ':' after the x option in th eargument list to getopt.
n_hibma
1999-06-19
1
-2
/
+2
*
Fix bug in mount_mfs whereby mount_mfs would sometimes return before
dillon
1999-02-09
1
-1
/
+12
*
Backed out previous commit. It broke fsck again. See rev.1.22 and the
bde
1998-10-17
1
-3
/
+1
*
Don't rewrite the disk label. The type field is already set correctly
jkh
1998-10-17
1
-1
/
+3
*
Correct source file corruption in last checkin
grog
1998-09-30
1
-2
/
+1
*
Don't require an argument for -v flag
grog
1998-09-29
1
-6
/
+10
*
Reviewed by: bde,jkh
grog
1998-09-11
1
-5
/
+10
[next]