aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_msdosfs/mount_msdosfs.c
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-7/+4
* Noticed the following error message:Warner Losh2008-11-291-2/+6
* Pass "errmsg" to nmount(), so that if nmount() fails, we can getCraig Rodrigues2007-01-291-1/+3
* mount_msdosfs.c:Craig Rodrigues2006-06-011-10/+0
* Fixing yet another regression introduced in rev1.37 by preserving cs_localTai-hwa Liang2005-12-011-0/+1
* It turns out that set_charset() invokes build_iovec_argf() which modifiesTai-hwa Liang2005-11-251-6/+6
* - Adding the missing 'W' option back which was accidentally removedTai-hwa Liang2005-11-231-2/+2
* o Style: restore tab indentation mangled in the previous delta.Maxim Konovalov2005-11-141-5/+5
* Convert mount_msdosfs to use nmount().Craig Rodrigues2005-11-131-98/+76
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporseXin LI2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-011-1/+1
* Correct a style bug: remove a gratuitous space between ( and ".Tom Rhodes2004-08-311-1/+1
* Remove support for gemdos, John removed it from the driver awhile ago.Tom Rhodes2004-07-081-8/+0
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-081-8/+2
* Fix several old bugs which got worse over time:Tom Rhodes2003-10-231-7/+9
* Move prototypes into their function.Tom Rhodes2003-10-221-3/+1
* Make WARNS=2 build without error.Tom Rhodes2003-10-221-1/+1
* Add back the commas ',' in usage to avoid a garbled usage message.Tom Rhodes2003-10-221-2/+2
* Describe '-M' in usage().Max Khon2003-10-111-5/+7
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-87/+109
* Add a '-M mask' option so that users can have differentTom Rhodes2003-08-121-4/+18
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-13/+2
* o __P removedWarner Losh2002-03-211-6/+6
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-7/+7
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-1/+1
* Don't call err with no format string.Kris Kennaway2000-07-101-1/+1
* Allow #-comments in conversion table fileAndrey A. Chernov2000-01-081-14/+46
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-13/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This lets you specify "gemdosfs", "shortnames", "longnames", andJordan K. Hubbard1999-06-181-2/+12
* Split usage string.Philippe Charnier1998-06-301-2/+4
* Implement loadable DOS<->local conversion tables for DOS namesAndrey A. Chernov1998-02-231-13/+25
* Implement loadable upper->lower local conversion tableAndrey A. Chernov1998-02-231-4/+23
* Add loadable local<->Unicode conversion support for Win95 namesAndrey A. Chernov1998-02-221-3/+35
* Support for FAT32 partitions.Jordan K. Hubbard1998-02-181-3/+21
* Support all mount flags that are supported in the kernel.Bruce Evans1997-08-251-1/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Updated mount_msdos to use the Lite2 getvfsbyname() interface.Bruce Evans1997-03-031-11/+12
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-2/+2
* One program I missed in removing MOUNT_* constants.Garrett Wollman1996-05-131-17/+21
* Add support for filesystem-specific `-o' options, and re-implement theGarrett Wollman1994-11-011-2/+2
* Automatically load NFS and a bevy of other filesystems.Garrett Wollman1994-09-221-2/+11
* Added mount_msdos.Doug Rabson1994-09-191-0/+199