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
/
mount_msdosfs
/
mount_msdosfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make msdosfs long filenames matching case insensitive again.
fjoe
2003-12-08
1
-8
/
+2
*
Fix several old bugs which got worse over time:
trhodes
2003-10-23
1
-7
/
+9
*
Move prototypes into their function.
trhodes
2003-10-22
1
-3
/
+1
*
Make WARNS=2 build without error.
trhodes
2003-10-22
1
-1
/
+1
*
Add back the commas ',' in usage to avoid a garbled usage message.
trhodes
2003-10-22
1
-2
/
+2
*
Describe '-M' in usage().
fjoe
2003-10-11
1
-5
/
+7
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
1
-87
/
+109
*
Add a '-M mask' option so that users can have different
trhodes
2003-08-12
1
-4
/
+18
*
Now that the kernel is able to load modules itself,
mux
2002-08-03
1
-13
/
+2
*
o __P removed
imp
2002-03-21
1
-6
/
+6
*
- VFS_SET(msdos) -> VFS_SET(msdosfs)
ru
2001-06-01
1
-7
/
+7
*
- sys/msdosfs moved to sys/fs/msdosfs
ru
2001-05-25
1
-1
/
+1
*
Don't call err with no format string.
kris
2000-07-10
1
-1
/
+1
*
Allow #-comments in conversion table file
ache
2000-01-08
1
-14
/
+46
*
mount* fixes from Martin Blapp <mb@imp.ch>:
phk
1999-10-09
1
-13
/
+11
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
This lets you specify "gemdosfs", "shortnames", "longnames", and
jkh
1999-06-18
1
-2
/
+12
*
Split usage string.
charnier
1998-06-30
1
-2
/
+4
*
Implement loadable DOS<->local conversion tables for DOS names
ache
1998-02-23
1
-13
/
+25
*
Implement loadable upper->lower local conversion table
ache
1998-02-23
1
-4
/
+23
*
Add loadable local<->Unicode conversion support for Win95 names
ache
1998-02-22
1
-3
/
+35
*
Support for FAT32 partitions.
jkh
1998-02-18
1
-3
/
+21
*
Support all mount flags that are supported in the kernel.
bde
1997-08-25
1
-1
/
+4
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-2
/
+2
*
Updated mount_msdos to use the Lite2 getvfsbyname() interface.
bde
1997-03-03
1
-11
/
+12
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
1
-2
/
+2
*
One program I missed in removing MOUNT_* constants.
wollman
1996-05-13
1
-17
/
+21
*
Add support for filesystem-specific `-o' options, and re-implement the
wollman
1994-11-01
1
-2
/
+2
*
Automatically load NFS and a bevy of other filesystems.
wollman
1994-09-22
1
-2
/
+11
*
Added mount_msdos.
dfr
1994-09-19
1
-0
/
+199