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
*
o bdeficize expand_number_int() function;
sobomax
2010-03-09
1
-20
/
+20
*
Change secrorsize back to int, since that's the data type expected by the
sobomax
2010-03-09
1
-2
/
+20
*
Use expand_number(3) from libutil instead of home-grown function to parse
sobomax
2010-03-03
1
-80
/
+22
*
Teach newfs(8) to understand size modifiers for all options taking
sobomax
2010-03-03
1
-11
/
+84
*
Ensure that newfs will never create a filesystem with more than 2^32
mckusick
2010-02-10
1
-46
/
+0
*
Correct two typos.
delphij
2010-02-06
1
-2
/
+2
*
Don't add a bwrite() symbol, it breaks the build when building newfs
cognet
2009-02-12
1
-10
/
+0
*
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
1
-11
/
+76
*
Rename the undocumented -E option to -X.
phk
2007-12-16
1
-3
/
+8
*
- Pay attention to the fact that ioctl(2) is only known to
yar
2007-11-28
1
-4
/
+5
*
MFp4:
yar
2007-11-28
1
-18
/
+37
*
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
1
-1
/
+5
*
Document -l and -n options in usage().
ru
2005-01-22
1
-0
/
+2
*
Add an option to suppress the creation of the .snap directory in
wes
2005-01-21
1
-1
/
+5
*
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
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This
rwatson
2004-02-26
1
-1
/
+5
*
Add the -E command line option to force error conditions for testing.
wes
2003-11-16
1
-1
/
+5
*
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
[next]