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
/
sys
/
msdosfs
/
msdosfs_fat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Supported non-512 bytes/sector format.
nyan
2000-01-27
1
-2
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-5
/
+7
*
Use random() rather then than homegrown stuff.
phk
1998-04-06
1
-11
/
+3
*
Fix dead hang writing to FAT
ache
1998-03-28
1
-2
/
+2
*
Removed unused #includes.
bde
1998-02-20
1
-2
/
+1
*
Update MSDOSFS code using NetBSD's msdosfs as a guide to support
jkh
1998-02-18
1
-171
/
+281
*
Staticize.
eivind
1998-02-09
1
-6
/
+6
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-6
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+6
*
Removed unused #includes.
bde
1997-09-02
1
-4
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Added prototypes.
bde
1995-12-03
1
-2
/
+17
*
staticize private parts.
phk
1995-11-07
1
-4
/
+5
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-32
/
+32
*
Submitted by: Wolfgang Solfrank <ws@tools.de>
bde
1995-04-11
1
-2
/
+2
*
Use the correct block number for updating the backup copy of the FAT when
bde
1995-02-10
1
-2
/
+2
*
Fix numerous timestamp bugs.
bde
1994-12-12
1
-3
/
+3
*
Cosmetics. Silence gcc -Wall
phk
1994-10-10
1
-5
/
+4
*
Added declarations, fixed bugs due to missing decls. At least one of them
phk
1994-09-27
1
-12
/
+13
*
Added msdosfs.
dfr
1994-09-19
1
-0
/
+984