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
*
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
*
more file system > filesystem
trhodes
2002-05-16
4
-39
/
+39
*
Remove the -v option, it is now default behaviour.
phk
2002-04-24
2
-17
/
+5
*
Continue the cleanup preparations for UFS2 (& GEOM):
phk
2002-04-24
3
-168
/
+116
*
bbsize and sbsize cannot ever be trusted from the disklabel, in
phk
2002-04-07
3
-53
/
+4
*
Fixed some style bugs in axings. Whitespace before __P was not axed when
bde
2002-04-04
1
-6
/
+6
*
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
*
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
4
-339
/
+52
*
Add the undocumented -R option to disable randomness for regression-testing.
phk
2002-03-19
7
-3
/
+71
*
Further cleanups.
phk
2002-03-19
3
-58
/
+96
*
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
2
-74
/
+17
*
The FSIRAND code is always compiled in, and it is unlikely that
iedowse
2002-03-19
2
-20
/
+1
*
Remove the ancient STANDALONE code.
iedowse
2002-03-19
2
-119
/
+1
*
Remove yet more vestiges of mount_mfs.
iedowse
2002-03-18
2
-8
/
+0
*
Fixed some style bugs (mainly ones not fixed or made worse by rev.1.44).
bde
2002-03-18
1
-8
/
+9
*
Fixed some style bugs (mainly ones not fixed or made worse by rev.1.41).
bde
2002-03-18
1
-12
/
+16
*
Removed vestiges of mount_mfs. Sorted the Makefile a bit.
bde
2002-03-18
2
-15
/
+3
*
Fixed 2 layers of breakage of WARNS. Setting WARNS unconditionally to
bde
2002-03-18
1
-1
/
+1
*
Remove __P() and register.
phk
2002-03-17
3
-32
/
+32
*
Update the default newfs block and fragment sizes from 8192/1024 to
sheldonh
2001-12-11
2
-7
/
+11
*
Fix typo: 'fragement' -> 'fragment'
sheldonh
2001-12-07
1
-1
/
+1
*
Default to WARNS=2.
obrien
2001-12-04
1
-0
/
+2
*
Fix the example of suggested default settings. It stated that settings
sheldonh
2001-11-27
1
-1
/
+1
*
Correct the example introduced in rev 1.29, which suggested a block:frag
sheldonh
2001-11-27
1
-4
/
+4
*
Remove support for FreeBSD/tahoe
peter
2001-11-03
1
-19
/
+0
*
style(9) cleanup.
phk
2001-11-02
2
-53
/
+52
*
Fix diskless clients by removing the code for calculating the minimum
roberto
2001-10-18
1
-13
/
+1
*
Document the optimal block:fragment ratio, per discussion
dougb
2001-10-15
1
-0
/
+3
*
Following the discussion in -arch and the submission of a patch by bde, here
roberto
2001-10-04
2
-11
/
+20
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
1
-2
/
+2
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-0
/
+2
*
Silence non-constant format string warnings by marking functions
kris
2001-08-19
1
-3
/
+3
[next]