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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't treat failure to find the operator GID as a fatal error; this
iedowse
2005-08-14
1
-4
/
+9
*
When creating a new FFS file system, the block size will indirectly
delphij
2005-02-20
1
-0
/
+10
*
Document -l and -n options in usage().
ru
2005-01-22
1
-0
/
+2
*
Polish previous revision:
ru
2005-01-22
1
-6
/
+12
*
Add an option to suppress the creation of the .snap directory in
wes
2005-01-21
4
-32
/
+60
*
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
*
Generalize the UFS bad magic value used to determine when a filesystem
jhb
2004-08-19
1
-4
/
+9
*
Assorted markup, grammar, and spelling fixes.
ru
2004-05-17
1
-3
/
+3
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
4
-16
/
+0
*
Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This
rwatson
2004-02-26
4
-2
/
+11
*
Fix whitespace error in previous commit.
wes
2003-11-27
1
-1
/
+1
*
Don't use UFS2_BAD_MAGIC on UFS (v1) filesystems; it is Not Ready
wes
2003-11-23
1
-1
/
+1
*
Add the -E command line option to force error conditions for testing.
wes
2003-11-16
3
-2
/
+18
*
Write the UFS2 superblock with a 'BAD' magic number at the beginning
wes
2003-11-16
1
-1
/
+4
*
Create a .snap directory mode 770 group operator in the root of
mckusick
2003-11-04
1
-6
/
+45
*
s/disklabel/bsdlabel where needed.
blackend
2003-10-11
1
-2
/
+2
*
Remove an unneccessary comma.
ceri
2003-09-14
1
-1
/
+1
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
Exit with a non-zero status upon a block allocation failure.
yar
2003-08-05
1
-3
/
+3
*
When newfs'ing a partition with UFS2 that had previously been newfs'ed
dougb
2003-05-22
1
-0
/
+24
*
Put back the error checking in wtfs() that was lost when newfs was
iedowse
2003-05-10
1
-1
/
+2
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
2
-8
/
+8
*
Remove reference to diskpart(8)
brueffer
2003-04-20
1
-1
/
+0
*
Throw the switch--change to UFS2 as our default file system format for
rwatson
2003-04-20
2
-2
/
+2
*
mdoc(7) police: markup laundry.
ru
2003-02-23
1
-3
/
+3
*
Fix the -R flag so that it provides sequential "random" numbers
mckusick
2003-02-22
2
-15
/
+27
*
Our first keyword hit for apropos ufs2.
jwd
2003-02-19
1
-1
/
+1
*
Replace use of random() with arc4random() to provide less guessable
mckusick
2003-02-14
1
-5
/
+5
*
Correct lines incorrectly added to the copyright message. Add missing period.
mckusick
2003-02-14
3
-12
/
+3
*
Convert newfs to libufs (really). Solves one real issue with previous
jmallett
2003-02-11
5
-116
/
+43
*
Bring in support for volume labels to the filesystem utilities.
gordon
2003-02-01
4
-2
/
+25
*
Back out conversion to libufs, for now. It seems to cause problems.
jmallett
2003-01-29
4
-42
/
+111
*
Convert newfs to use libufs. I've tested this on md filesystems, as has
jmallett
2003-01-27
4
-111
/
+42
*
Correctly calculate the initial number of fragments in a filesystem
mckusick
2002-12-02
1
-2
/
+2
*
Add some more checks to newfs so that it will not build filesystems
mckusick
2002-11-30
2
-15
/
+29
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
1
-6
/
+6
*
Properly calculate the initial number of fragments in a large filesystem.
mckusick
2002-11-15
1
-1
/
+2
*
Bound the size of the superblock to SBLOCKSIZE.
mckusick
2002-10-18
1
-0
/
+2
*
Remove a comma trailing an if clause.
phk
2002-10-01
1
-1
/
+1
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-5
/
+6
*
Failure to rewrite the disklabel should not be fatal.
phk
2002-09-22
1
-4
/
+2
*
Fix some 'SYNOPSIS' and 'usage' messages.
trhodes
2002-08-27
1
-2
/
+2
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
4
-51
/
+51
*
mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...
ru
2002-08-13
1
-16
/
+23
*
di_createtime -> di_birthtime.
roberto
2002-07-17
1
-1
/
+1
*
Fixed 4 printf format errors that were fatal on alphas. %qd is not even
bde
2002-07-11
1
-7
/
+9
*
The .Nm utility
charnier
2002-07-06
1
-6
/
+9
*
Get rid of paranoia that zeros the boot block area as this has
mckusick
2002-06-22
1
-7
/
+0
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
4
-510
/
+449
[next]