aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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-233-9/+10
* Move prototypes into their function.Tom Rhodes2003-10-221-3/+1
* Make WARNS=2 build without error.Tom Rhodes2003-10-222-2/+2
* 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-267-366/+141
* Add a '-M mask' option so that users can have differentTom Rhodes2003-08-122-5/+34
* PR: docs/53688Bruce M Simpson2003-08-091-8/+10
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-21/+21
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-13/+2
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
* more file system > filesystemTom Rhodes2002-05-161-12/+12
* o __P removedWarner Losh2002-03-211-6/+6
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+2
* Fix decode tableAndrey A. Chernov2001-11-231-5/+5
* Add Greek conversion tableAndrey A. Chernov2001-11-202-1/+61
* Add KOI8-U tablesAndrey A. Chernov2001-07-282-1/+61
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-013-12/+12
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Use ${LIBDATADIR} instead of hardcoding /usr/libdata into theSheldon Hearn2000-08-011-1/+1
* Don't call err with no format string.Kris Kennaway2000-07-101-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Adjust paths after repository copy.Bruce Evans2000-01-141-1/+1
* Add Latin2 conversion tableAndrey A. Chernov2000-01-082-1/+59
* Allow #-comments in conversion table fileAndrey A. Chernov2000-01-084-19/+63
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-13/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* This lets you specify "gemdosfs", "shortnames", "longnames", andJordan K. Hubbard1999-06-182-4/+21
* Update to match rev. 1.28 of msdosfs_lookup.c.Dmitrij Tejblum1999-01-111-11/+2
* Split usage string.Philippe Charnier1998-06-302-8/+14
* Add more info about special characters in dos2unix/unix2dos tablesAndrey A. Chernov1998-03-011-3/+11
* Add more info about -W optionAndrey A. Chernov1998-02-231-2/+4
* Note that default local charset assumed as ISO 8859-1Andrey A. Chernov1998-02-231-1/+3
* Implement loadable DOS<->local conversion tables for DOS namesAndrey A. Chernov1998-02-234-21/+92
* Implement loadable upper->lower local conversion tableAndrey A. Chernov1998-02-232-7/+30
* Add missing DESTDIRAndrey A. Chernov1998-02-231-2/+2
* Add loadable local<->Unicode conversion support for Win95 namesAndrey A. Chernov1998-02-223-5/+59
* Support for FAT32 partitions.Jordan K. Hubbard1998-02-182-26/+86
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-2/+1
* Fixed some FUD (don't blame current msdosfs for old msdosfs+vfs_bio bugs).Bruce Evans1997-12-191-8/+17
* Don't install mount_msdos setuid root. Lite2's mount(2) handlesBruce Evans1997-10-211-4/+1
* 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-032-12/+14