summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdos/mount_msdos.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* This lets you specify "gemdosfs", "shortnames", "longnames", andjkh1999-06-181-2/+12
| | | | | | | | | | | | | "nowin95" as arguments to the "-o" flag, as alternatives to "-G", "-s", "-l", and "-9"; when running "mount_msdos" by hand, that doesn't let you do anything you couldn't already do, but if you're letting "mount" run it, it lets you specify those options, which is especially useful if, for example, you have an entry in "/etc/fstab" for some file system, with "noauto" set, so you can conveniently mount a DOS partition from a removable drive and force it to treat the file system as VFAT rather than boring old FAT. Submitted by: Guy Harris <guy@netapp.com>
* Split usage string.charnier1998-06-301-2/+4
|
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-13/+25
| | | | Additionly load toupper table to create DOS names always in uppercase
* Implement loadable upper->lower local conversion tableache1998-02-231-4/+23
| | | | Recently introduced -w renamed to -W
* Add loadable local<->Unicode conversion support for Win95 namesache1998-02-221-3/+35
| | | | Note: DOS names still not work and require similar changes
* Support for FAT32 partitions.jkh1998-02-181-3/+21
| | | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> Obtained from: NetBSD
* 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
| | | | posix standard on the topic.
* 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
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* 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
| | | | | | | | | | | | | | | | most common cd9660 and nfs options like God intended them. (It is now possible to say mount -o ro,soft,bg,intr there:/foo/bar /foo/bar again.) This whole getmntopt() business is an incredible botch; it never should have been anything more than a wrapper around getsubopt(3). Because if the way the current hackaround is implemented, options which take arguments (like the old `rsize' and `wsize') are still unavailable, and must be accessed the new, broken way. (It's unimaginable how Berkeley managed to screw up one of the few things about NFS that Sun actually got right to begin with!)
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-221-2/+11
|
* Added mount_msdos.dfr1994-09-191-0/+199
Obtained from: NetBSD
OpenPOWER on IntegriCloud