| Commit message (Expand) | Author | Age | Files | Lines |
* | ANSIfy almost all applications that use WARNS=6. | ed | 2009-12-29 | 1 | -7/+4 |
* | Noticed the following error message: | imp | 2008-11-29 | 1 | -2/+6 |
* | Pass "errmsg" to nmount(), so that if nmount() fails, we can get | rodrigc | 2007-01-29 | 1 | -1/+3 |
* | mount_msdosfs.c: | rodrigc | 2006-06-01 | 1 | -10/+0 |
* | Fixing yet another regression introduced in rev1.37 by preserving cs_local | avatar | 2005-12-01 | 1 | -0/+1 |
* | It turns out that set_charset() invokes build_iovec_argf() which modifies | avatar | 2005-11-25 | 1 | -6/+6 |
* | - Adding the missing 'W' option back which was accidentally removed | avatar | 2005-11-23 | 1 | -2/+2 |
* | o Style: restore tab indentation mangled in the previous delta. | maxim | 2005-11-14 | 1 | -5/+5 |
* | Convert mount_msdosfs to use nmount(). | rodrigc | 2005-11-13 | 1 | -98/+76 |
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 1 | -1/+1 |
* | Add a handy macro to represent null mount option, MOPT_NULL, and make | delphij | 2005-06-01 | 1 | -1/+1 |
* | Correct a style bug: remove a gratuitous space between ( and ". | trhodes | 2004-08-31 | 1 | -1/+1 |
* | Remove support for gemdos, John removed it from the driver awhile ago. | trhodes | 2004-07-08 | 1 | -8/+0 |
* | 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 |