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
*
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
*
The FSIRAND code is always compiled in, and it is unlikely that
iedowse
2002-03-19
1
-19
/
+1
*
Remove the ancient STANDALONE code.
iedowse
2002-03-19
1
-118
/
+1
*
Remove yet more vestiges of mount_mfs.
iedowse
2002-03-18
1
-2
/
+0
*
Fixed some style bugs (mainly ones not fixed or made worse by rev.1.41).
bde
2002-03-18
1
-12
/
+16
*
Remove __P() and register.
phk
2002-03-17
1
-24
/
+24
*
style(9) cleanup.
phk
2001-11-02
1
-42
/
+40
*
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
*
A more complete removal of MFS related code.
phk
2001-05-29
1
-159
/
+15
*
sprintf() -> snprintf()
kris
2001-04-24
1
-1
/
+1
*
Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.
mckusick
2001-04-10
1
-0
/
+13
*
Fixed style bugs in previous commit.
bde
2001-04-03
1
-4
/
+4
*
Allow enabling soft updates (with -U) on a new filesystem.
obrien
2001-04-02
1
-2
/
+7
*
The ffs superblock includes a 128-byte region for use by temporary
iedowse
2001-01-15
1
-0
/
+5
*
Cast block number to off_t to avoid possible overflow bugs.
jwd
2000-10-24
1
-1
/
+1
*
The write combining code in revision 1.30 needs a few additional
jwd
2000-10-24
1
-12
/
+25
*
Implement simple write combining for newfs - this is particularly useful
peter
2000-10-17
1
-0
/
+37
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Don't print a "," after the last superblock.
billf
1999-08-21
1
-3
/
+4
*
Fix bug in mount_mfs whereby mount_mfs would sometimes return before
dillon
1999-02-09
1
-4
/
+27
*
Use explicitly sized types when formatting cylinder groups.
dfr
1998-08-27
1
-7
/
+7
*
Forgot to remove a ';' in my previous commit.
charnier
1998-08-12
1
-2
/
+2
*
Add prototypes. Check malloc() return value. Use err(). Remove unused #includes
charnier
1998-07-15
1
-50
/
+83
*
Fixed printf format errors.
bde
1998-06-28
1
-16
/
+18
*
Fixed overflow in the calculation of the number of inodes per group
bde
1998-05-31
1
-1
/
+1
*
Don't create superblocks with size larger than SBSIZE (8192). The
bde
1998-01-19
1
-0
/
+4
*
Some tweaks to get this to cope with ELF where the address space starts
peter
1997-09-13
1
-8
/
+18
*
Removed "hack to prevent overflow of a 32bit block number". Lite2 has a
bde
1997-07-13
1
-3
/
+1
*
Remove srandomdev fallback
ache
1997-06-14
1
-2
/
+1
*
Fix the mount_mfs case from the last cleanup. The code was (ab)using
peter
1997-03-31
1
-1
/
+17
*
Cleanup STANDALONE stuff
ache
1997-03-24
1
-28
/
+43
*
Add generation number randomization. Newly created filesystems wil now
guido
1997-03-23
1
-5
/
+38
*
Merge from Lite2:
peter
1997-03-11
1
-33
/
+70
*
Sweep through the tree fixing mmap() usage:
alex
1997-01-16
1
-1
/
+1
*
This update adds the support for != 512 byte sector SCSI devices to
sos
1996-12-01
1
-1
/
+3
*
ts_sec -> tv_sec
nate
1996-09-20
1
-3
/
+3
*
A better algorithm to place the numbers on the lines.
joerg
1996-01-30
1
-17
/
+17
*
Make the numbers for the "superblock backups" fit nicely on the screen,
joerg
1996-01-25
1
-1
/
+35
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
Flush stdout when writing out each superblock backup.
dg
1995-05-02
1
-0
/
+1
*
Restrict fs_maxfilesize to 2^40; this is part of a bug fix from Kirk
dg
1994-10-22
1
-0
/
+2
[next]