summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs
Commit message (Collapse)AuthorAgeFilesLines
* Update to match rev. 1.28 of msdosfs_lookup.c.dt1999-01-111-11/+2
|
* Split usage string.charnier1998-06-302-8/+14
|
* Add more info about special characters in dos2unix/unix2dos tablesache1998-03-011-3/+11
|
* Add more info about -W optionache1998-02-231-2/+4
|
* Note that default local charset assumed as ISO 8859-1ache1998-02-231-1/+3
|
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-234-21/+92
| | | | Additionly load toupper table to create DOS names always in uppercase
* Implement loadable upper->lower local conversion tableache1998-02-232-7/+30
| | | | Recently introduced -w renamed to -W
* Add missing DESTDIRache1998-02-231-2/+2
|
* Add loadable local<->Unicode conversion support for Win95 namesache1998-02-223-5/+59
| | | | Note: DOS names still not work and require similar changes
* Support for FAT32 partitions.jkh1998-02-182-26/+86
| | | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> Obtained from: NetBSD
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-2/+1
| | | | the default.
* Fixed some FUD (don't blame current msdosfs for old msdosfs+vfs_bio bugs).bde1997-12-191-8/+17
|
* Don't install mount_msdos setuid root. Lite2's mount(2) handlesbde1997-10-211-4/+1
| | | | | | permissions centrally and a setuid root mount utility just breaks its security. There was no new breakage in practice because mfdosfs_mount() still checks the ruid.
* 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-032-12/+14
|
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | 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 a small message to the ``CAVEATS'' section saying if you get thegpalmer1996-04-031-1/+9
| | | | | warning about the root directory, then you could corrupt your filesystem if you write to it. Someone, please, feel free to improve this :-)
* Fix another path that was broken by moving things to sbin/i386.bde1994-12-041-2/+2
|
* NetBSD -> FreeBSDnate1994-11-191-4/+4
| | | | (Poul, bring this into 2.0 please)
* 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-193-0/+326
Obtained from: NetBSD
OpenPOWER on IntegriCloud