| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"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>
Notes:
svn path=/head/; revision=48002
|
|
|
|
| |
Notes:
svn path=/head/; revision=42534
|
|
|
|
| |
Notes:
svn path=/head/; revision=37277
|
|
|
|
| |
Notes:
svn path=/head/; revision=33941
|
|
|
|
| |
Notes:
svn path=/head/; revision=33771
|
|
|
|
| |
Notes:
svn path=/head/; revision=33770
|
|
|
|
|
|
|
| |
Additionly load toupper table to create DOS names always in uppercase
Notes:
svn path=/head/; revision=33769
|
|
|
|
|
|
|
| |
Recently introduced -w renamed to -W
Notes:
svn path=/head/; revision=33761
|
|
|
|
| |
Notes:
svn path=/head/; revision=33759
|
|
|
|
|
|
|
| |
Note: DOS names still not work and require similar changes
Notes:
svn path=/head/; revision=33749
|
|
|
|
|
|
|
|
| |
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Obtained from: NetBSD
Notes:
svn path=/head/; revision=33549
|
|
|
|
|
|
|
| |
the default.
Notes:
svn path=/head/; revision=32645
|
|
|
|
| |
Notes:
svn path=/head/; revision=31877
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=30622
|
|
|
|
| |
Notes:
svn path=/head/; revision=28731
|
|
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24359
|
|
|
|
| |
Notes:
svn path=/head/; revision=23335
|
|
|
|
| |
Notes:
svn path=/head/; revision=22990
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=18286
|
|
|
|
| |
Notes:
svn path=/head/; revision=15771
|
|
|
|
|
|
|
|
| |
warning about the root directory, then you could corrupt your filesystem
if you write to it. Someone, please, feel free to improve this :-)
Notes:
svn path=/head/; revision=15034
|
|
|
|
| |
Notes:
svn path=/head/; revision=4949
|
|
|
|
|
|
|
| |
(Poul, bring this into 2.0 please)
Notes:
svn path=/head/; revision=4677
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!)
Notes:
svn path=/head/; revision=4065
|
|
|
|
| |
Notes:
svn path=/head/; revision=2999
|
|
Obtained from: NetBSD
Notes:
svn path=/head/; revision=2892
|