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
*
Fix bug in mount_mfs whereby mount_mfs would sometimes return before
dillon
1999-02-09
2
-5
/
+39
*
Straightened the terminology straightening in 1.17-1.18. Fixed hard
bde
1998-11-29
1
-7
/
+8
*
Refer to "da" rather than "sd" device.
rnordier
1998-11-28
1
-2
/
+2
*
Backed out previous commit. It broke fsck again. See rev.1.22 and the
bde
1998-10-17
1
-3
/
+1
*
Don't rewrite the disk label. The type field is already set correctly
jkh
1998-10-17
1
-1
/
+3
*
Correct source file corruption in last checkin
grog
1998-09-30
1
-2
/
+1
*
Don't require an argument for -v flag
grog
1998-09-29
2
-11
/
+18
*
Reviewed by: bde (again)
grog
1998-09-11
1
-2
/
+2
*
Reviewed by: bde,jkh
grog
1998-09-11
2
-7
/
+22
*
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
*
Backed out rev.1.9 (except don't bring back the vax code deleted
bde
1998-07-20
1
-1
/
+20
*
Make it compile again in the !__STDC__ case.
charnier
1998-07-16
1
-1
/
+5
*
Add prototypes. Check malloc() return value. Use err(). Remove unused #includes
charnier
1998-07-15
3
-94
/
+141
*
Fixed printf format errors.
bde
1998-06-28
2
-17
/
+19
*
Fixed overflow in the calculation of the number of inodes per group
bde
1998-05-31
1
-1
/
+1
*
Add warning about root-fs blocksize expectations.
phk
1998-04-26
1
-0
/
+4
*
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
bde
1998-01-20
1
-1
/
+0
*
Don't create superblocks with size larger than SBSIZE (8192). The
bde
1998-01-19
1
-0
/
+4
*
Fixed some spelling errors.
bde
1998-01-16
1
-2
/
+2
*
Fix syntax error for the mount_mfs example.
obrien
1997-11-24
1
-2
/
+2
*
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
*
Allow use of the name "swap" instead of an actual swap device.
tegge
1997-06-23
1
-0
/
+31
*
Remove srandomdev fallback
ache
1997-06-14
1
-2
/
+1
*
Fix typo.
eivind
1997-05-04
1
-1
/
+1
*
Fix the mount_mfs case from the last cleanup. The code was (ab)using
peter
1997-03-31
1
-1
/
+17
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Cleanup STANDALONE stuff
ache
1997-03-24
1
-28
/
+43
*
Add generation number randomization. Newly created filesystems wil now
guido
1997-03-23
2
-6
/
+39
*
Merge from Lite2:
peter
1997-03-11
4
-50
/
+104
*
Replace "mfs" with "mount_mfs" in the NAME section.
mpp
1997-02-06
1
-1
/
+1
*
Sweep through the tree fixing mmap() usage:
alex
1997-01-16
1
-1
/
+1
*
Add example for mount_mfs(8).
wosch
1996-12-26
1
-1
/
+8
*
Update the newfs(8) man page to reflect current
mpp
1996-12-14
1
-4
/
+10
*
This update adds the support for != 512 byte sector SCSI devices to
sos
1996-12-01
2
-3
/
+18
*
ts_sec -> tv_sec
nate
1996-09-20
1
-3
/
+3
*
man page link tmpfs.8 -> mfs.8 for former SunOS users
wosch
1996-02-02
1
-1
/
+1
*
A better algorithm to place the numbers on the lines.
joerg
1996-01-30
1
-17
/
+17
*
Fix a bunch of spelling errors.
mpp
1996-01-29
1
-1
/
+1
*
Make the numbers for the "superblock backups" fit nicely on the screen,
joerg
1996-01-25
1
-1
/
+35
*
Change the reference to format(8) (which we don't have) to fdformat(1) and
mpp
1996-01-22
1
-1
/
+2
*
Add hooks into the mount_mfs code in newfs to do the FreeBSD-style
peter
1996-01-01
1
-1
/
+15
*
Shorten a variable name.
dg
1995-09-17
1
-4
/
+4
*
Avoid the "calculated sectors per cylinder disagrees with disklabel"
joerg
1995-09-09
1
-1
/
+9
*
Fixed error in maxcontig calculation that caused it to default to "1".
dg
1995-09-08
1
-1
/
+1
*
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
*
Yank out the rewriting of disklabels. This code can and will get confused
phk
1995-04-19
1
-52
/
+0
*
Allow zero as value for certain arguments to indicate "take from disklabel".
phk
1995-02-05
1
-2
/
+2
[next]