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_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
1
-6
/
+2
*
Initialise fsids with (user) device numbers again. Bitrot when dev_t's
bde
1999-08-23
1
-2
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
1
-2
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+3
*
Back out half of 1.32: don't print a message on every failed mount attempt.
dt
1999-03-28
1
-3
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+2
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-5
/
+4
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-2
/
+4
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
As described by the submitter:
msmith
1998-05-06
1
-2
/
+1
*
Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.
dt
1998-04-29
1
-16
/
+19
*
Add a missing LK_RETRY.
dt
1998-04-15
1
-5
/
+3
*
Print explanation diagnostics when mount is impossible
ache
1998-04-05
1
-1
/
+5
*
Deleted 1024bytes/sector floppy code for PC-98 arch. The
kato
1998-03-20
1
-41
/
+1
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-8
/
+11
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+2
*
Implement loadable DOS<->local conversion tables for DOS names
ache
1998-02-23
1
-3
/
+8
*
Fix signatures of NEC's DOS formats.
kato
1998-02-23
1
-9
/
+9
*
Oops, add missing bcopy of upper->lower table
ache
1998-02-23
1
-1
/
+3
*
Implement loadable local<->unicode file names conversion
ache
1998-02-22
1
-1
/
+3
*
Update MSDOSFS code using NetBSD's msdosfs as a guide to support
jkh
1998-02-18
1
-302
/
+540
*
Reviewed by: various.
julian
1997-11-12
1
-2
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+3
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-3
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism
peter
1997-03-18
1
-1
/
+3
*
Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It
bde
1997-02-26
1
-20
/
+22
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-3
/
+3
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+66
*
add a `Warning:' to the message saying that the root directory is not a
gpalmer
1996-04-03
1
-2
/
+2
*
Convert QUOTA to new-style option.
wollman
1996-01-05
1
-16
/
+1
*
Moved declarations for static functions to the correct place (not in a
bde
1995-11-16
1
-1
/
+21
*
missed one static thingie.
phk
1995-11-07
1
-2
/
+2
*
staticize private parts.
phk
1995-11-07
1
-13
/
+13
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-8
/
+8
*
Fix numerous timestamp bugs.
bde
1994-12-12
1
-2
/
+2
*
GCC cleanup.
phk
1994-10-02
1
-16
/
+3
*
Added declarations, fixed bugs due to missing decls. At least one of them
phk
1994-09-27
1
-10
/
+18
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-1
/
+3
*
Changed some NetBSD backwards compatibility code which was confusing mountd.
dfr
1994-09-19
1
-6
/
+2
*
Added msdosfs.
dfr
1994-09-19
1
-0
/
+733