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
*
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
*
Added '-F file' option of mount_mfs. This allows me to make floppy images
phk
1994-10-12
1
-5
/
+39
*
Backed out part of the last change that prevents the rpos table from
dg
1994-10-09
1
-1
/
+1
*
1) If nrpos <= 1, don't output rpos table (and set fs_cpc to 0) - disabling
dg
1994-10-01
1
-1
/
+1
*
Set fs_clean.
dg
1994-08-26
1
-0
/
+1
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+1227