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
/
mkfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't add a bwrite() symbol, it breaks the build when building newfs
cognet
2009-02-12
1
-6
/
+16
*
Enable operation of newfs on plain files, which is useful when you
luigi
2008-12-03
1
-4
/
+4
*
Use calloc().
delphij
2008-03-05
1
-2
/
+1
*
Report erase interval (correctly) in sectors.
phk
2007-12-16
1
-2
/
+2
*
Rename the undocumented -E option to -X.
phk
2007-12-16
1
-6
/
+13
*
Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal
pjd
2006-10-31
1
-0
/
+2
*
Explicitly say which gid do we use as a fallback, when operator
delphij
2006-09-27
1
-1
/
+1
*
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
*
Add an option to suppress the creation of the .snap directory in
wes
2005-01-21
1
-30
/
+38
*
Generalize the UFS bad magic value used to determine when a filesystem
jhb
2004-08-19
1
-4
/
+9
*
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
-0
/
+2
*
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
1
-1
/
+12
*
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
*
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
1
-4
/
+4
*
Fix the -R flag so that it provides sequential "random" numbers
mckusick
2003-02-22
1
-9
/
+21
*
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
1
-4
/
+1
*
Convert newfs to libufs (really). Solves one real issue with previous
jmallett
2003-02-11
1
-98
/
+18
*
Bring in support for volume labels to the filesystem utilities.
gordon
2003-02-01
1
-0
/
+2
*
Back out conversion to libufs, for now. It seems to cause problems.
jmallett
2003-01-29
1
-20
/
+99
*
Convert newfs to use libufs. I've tested this on md filesystems, as has
jmallett
2003-01-27
1
-99
/
+20
*
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
1
-14
/
+24
*
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
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-5
/
+6
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-10
/
+10
*
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
*
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
1
-432
/
+365
*
more file system > filesystem
trhodes
2002-05-16
1
-11
/
+11
*
Continue the cleanup preparations for UFS2 (& GEOM):
phk
2002-04-24
1
-14
/
+11
*
bbsize and sbsize cannot ever be trusted from the disklabel, in
phk
2002-04-07
1
-45
/
+4
*
Fixed some English errors in previous commit.
bde
2002-04-04
1
-14
/
+15
*
Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.
phk
2002-04-03
1
-15
/
+17
*
Swing the axe and remove some archaic features from newfs which modern
phk
2002-03-20
1
-104
/
+32
*
Add the undocumented -R option to disable randomness for regression-testing.
phk
2002-03-19
1
-2
/
+5
*
Further cleanups.
phk
2002-03-19
1
-52
/
+21
*
Replace a number of similar `for' loops with a new `ilog2()' function
iedowse
2002-03-19
1
-10
/
+17
*
Complete the ANSIfication of newfs by converting function declarations
iedowse
2002-03-19
1
-44
/
+13
[next]