summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs/mount_msdosfs.c
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-7/+4
* Noticed the following error message:imp2008-11-291-2/+6
* Pass "errmsg" to nmount(), so that if nmount() fails, we can getrodrigc2007-01-291-1/+3
* mount_msdosfs.c:rodrigc2006-06-011-10/+0
* Fixing yet another regression introduced in rev1.37 by preserving cs_localavatar2005-12-011-0/+1
* It turns out that set_charset() invokes build_iovec_argf() which modifiesavatar2005-11-251-6/+6
* - Adding the missing 'W' option back which was accidentally removedavatar2005-11-231-2/+2
* o Style: restore tab indentation mangled in the previous delta.maxim2005-11-141-5/+5
* Convert mount_msdosfs to use nmount().rodrigc2005-11-131-98/+76
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-011-1/+1
* Correct a style bug: remove a gratuitous space between ( and ".trhodes2004-08-311-1/+1
* Remove support for gemdos, John removed it from the driver awhile ago.trhodes2004-07-081-8/+0
* Make msdosfs long filenames matching case insensitive again.fjoe2003-12-081-8/+2
* Fix several old bugs which got worse over time:trhodes2003-10-231-7/+9
* Move prototypes into their function.trhodes2003-10-221-3/+1
* Make WARNS=2 build without error.trhodes2003-10-221-1/+1
* Add back the commas ',' in usage to avoid a garbled usage message.trhodes2003-10-221-2/+2
* Describe '-M' in usage().fjoe2003-10-111-5/+7
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-87/+109
* Add a '-M mask' option so that users can have differenttrhodes2003-08-121-4/+18
* Now that the kernel is able to load modules itself,mux2002-08-031-13/+2
* o __P removedimp2002-03-211-6/+6
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-7/+7
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+1
* Don't call err with no format string.kris2000-07-101-1/+1
* Allow #-comments in conversion table fileache2000-01-081-14/+46
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-13/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This lets you specify "gemdosfs", "shortnames", "longnames", andjkh1999-06-181-2/+12
* Split usage string.charnier1998-06-301-2/+4
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-13/+25
* Implement loadable upper->lower local conversion tableache1998-02-231-4/+23
* Add loadable local<->Unicode conversion support for Win95 namesache1998-02-221-3/+35
* Support for FAT32 partitions.jkh1998-02-181-3/+21
* Support all mount flags that are supported in the kernel.bde1997-08-251-1/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Updated mount_msdos to use the Lite2 getvfsbyname() interface.bde1997-03-031-11/+12
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
* One program I missed in removing MOUNT_* constants.wollman1996-05-131-17/+21
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-2/+2
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-221-2/+11
* Added mount_msdos.dfr1994-09-191-0/+199
OpenPOWER on IntegriCloud