History log of /src/sbin/mount_msdos/mount_msdos.8 |
Revision | | Date | Author | Comments |
1.41 |
| 12-Feb-2020 |
leot | Fix a thinko
Reported by qjsgkem via #netbsd-code, thanks!
|
1.40 |
| 11-Oct-2016 |
sevan | branches: 1.40.14; Whilst mount_pcfs originated as a patch in 386BSD, NetBSD 0.8 actually was the first release of an OS to ship with it. Heads up by Ingo Schwarze.
|
1.39 |
| 12-Sep-2016 |
sevan | - mount_pcfs appeared in 386BSD https://groups.google.com/forum/#!search/mount_pcfs.c/comp.unix.bsd/9qhH0v1tZm0/inlPnXZj_2sJ - Edit history to note name change version & rewrite. - Add authors section. - s/filesystem/file systems - Bump date.
|
1.38 |
| 30-Jan-2016 |
wiz | branches: 1.38.2; New sentence, new line. Bump date.
|
1.37 |
| 30-Jan-2016 |
mlelstv | Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory entries from UTF8 encoded file names.
|
1.36 |
| 16-Nov-2012 |
tsutsui | Note mount_msdos -G option also allows mounting X680x0's Human68k floppies.
|
1.35 |
| 27-Sep-2012 |
riz | Remove the bit about empty DOS file systems assumed to have short names by default; jmcneill changed this back in Jan 2009, but missed this text.
|
1.34 |
| 15-Sep-2011 |
wiz | branches: 1.34.2; 1.34.4; 1.34.8; 1.34.10; Consistently spell MS-DOS with a hyphen. From Snader_LB.
|
1.33 |
| 24-Jan-2009 |
wiz | New sentence, new line.
|
1.32 |
| 23-Jan-2009 |
jmcneill | Note that empty filesystems are now treated as if they support long filenames by default.
|
1.31 |
| 31-Jan-2005 |
erh | Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to device nodes into absolute paths before using them.
|
1.30 |
| 08-Sep-2003 |
wiz | Sort options.
|
1.29 |
| 08-Sep-2003 |
wiz | Bump date for previous.
|
1.28 |
| 07-Sep-2003 |
itojun | add -t option for gmt time offset (normally MS-DOS filesystem has timestamp in localtime, not GMT). PR kern/22717
|
1.27 |
| 02-Aug-2003 |
jdolecek | bump date for last
|
1.26 |
| 02-Aug-2003 |
jdolecek | Allow separate masks for files and directories. Useful e.g. to turn the execute bit off for files, but keep search permission for directories. Change contributed in PR kern/21538 by Pavel Arnost, based on some FreeBSD patches. Further manpage changes, and backward-compatibility adjustments done by me.
Also fixes PR kern/16778 by Johan Danielsson, and PR kern/3400 by Rick Byers
|
1.25 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.24 |
| 14-Feb-2003 |
grant | 'NetBSD.org' and some mdoc fixes.
|
1.23 |
| 01-Oct-2002 |
wiz | New sentence, new line. By Robert Elz with minimal fixes.
|
1.22 |
| 16-Nov-2001 |
wiz | Sort sections, use standard section headers.
|
1.21 |
| 16-Nov-2001 |
wiz | Whitespace nits
|
1.20 |
| 05-Jun-2001 |
wiz | Drop arguments of .Os.
|
1.19 |
| 07-Nov-2000 |
lukem | fix up various .Nm abuses: - keep the case consistent between the actual name and what's referenced. e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence. - remove unnecessary `.Nm foo' after the first occurrence (except for using `.Nm ""' if there's stuff following, or for the 2nd and so on occurrences in a SYNOPSIS - use Sx, Ic, Li, Em, Sq, and Xr as appropriate
|
1.18 |
| 28-Aug-2000 |
hubertf | Document the FAT types we support, and add a bugs section (suggested by ws@netbsd.org).
|
1.17 |
| 14-Jun-2000 |
cgd | branches: 1.17.2; sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.16 |
| 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.15 |
| 06-Apr-1999 |
pk | branches: 1.15.6; 1, 2, 3 and.. 4!
|
1.14 |
| 07-Mar-1999 |
mycroft | branches: 1.14.2; Clean up SYNOPSIS formatting.
|
1.13 |
| 06-Feb-1998 |
perry | macroize BSD, NetBSD, FreeBSD and misc cleanup
|
1.12 |
| 17-Oct-1997 |
ws | Drop indication of support for access times (they are no longer maintained)
|
1.11 |
| 15-Sep-1997 |
lukem | * update for WARNS=1 * getopt returns -1 not EOF * fix .Nm usage
|
1.10 |
| 19-Jan-1996 |
leo | Add '-G' flag for mounting Atari-Gemdos filesystems.
|
1.9 |
| 29-Nov-1995 |
ws | - Add support for Win'95 separate creation/modification/access timestamps - Re-introduce lowercase filenames for non-Win'95-filesystems
|
1.8 |
| 15-Oct-1995 |
ws | Add support for Win'95 long filenames
|
1.7 |
| 18-Mar-1995 |
cgd | convert to new RCS Id conventions; reduce my headache
|
1.6 |
| 18-Jan-1995 |
mycroft | Document the `-o' option. Remove the last vestige of the `-F' option.
|
1.5 |
| 16-Jul-1994 |
cgd | branches: 1.5.2; update from ws. make it work again
|
1.4 |
| 08-Apr-1994 |
cgd | new functionality -- uid/gid/perms settable, users can invoke
|
1.3 |
| 29-Jan-1994 |
jtc | Fix spelling error in Copyright notice
|
1.2 |
| 30-Jul-1993 |
mycroft | Merge changes from netbsd-0-9 branch.
|
1.1 |
| 20-Jul-1993 |
cgd | branches: 1.1.2; change name to mount_msdos, and add man page. need some more hacking later to change everything to mount_msdos, i.e. files need to be moved in the tree, but that can wait.
|
1.1.2.2 |
| 20-Jul-1993 |
cgd | change phrasing of compatibility CAVEAT thang.
|
1.1.2.1 |
| 20-Jul-1993 |
cgd | file mount_msdos.8 was added on branch netbsd-0-9 on 1993-07-20 01:41:12 +0000
|
1.5.2.2 |
| 16-Jul-1994 |
cgd | update from ws. make it work again
|
1.5.2.1 |
| 16-Jul-1994 |
cgd | file mount_msdos.8 was added on branch netbsd-1-0 on 1994-07-16 21:32:08 +0000
|
1.14.2.1 |
| 07-Apr-1999 |
pk | Pull up from trunk: copyright text warts.
|
1.15.6.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.17.2.1 |
| 29-Aug-2000 |
hubertf | Pull up rev. 1.18 to netbsd-1-5 branch, OK'd by thorpej: > Document the FAT types we support, and add a bugs section (suggested > by ws@netbsd.org).
|
1.34.10.1 |
| 24-Nov-2012 |
jdc | Pull up revisions: src/sbin/mount_msdos/mount_msdos.8 revisions 1.35,1.36 (requested by tsutsui in ticket #711).
Remove the bit about empty DOS file systems assumed to have short names by default; jmcneill changed this back in Jan 2009, but missed this text.
Note mount_msdos -G option also allows mounting X680x0's Human68k floppies.
|
1.34.8.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.34.4.1 |
| 24-Nov-2012 |
jdc | Pull up revisions: src/sbin/mount_msdos/mount_msdos.8 revisions 1.35,1.36 (requested by tsutsui in ticket #711).
Remove the bit about empty DOS file systems assumed to have short names by default; jmcneill changed this back in Jan 2009, but missed this text.
Note mount_msdos -G option also allows mounting X680x0's Human68k floppies.
|
1.34.2.2 |
| 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.34.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.38.2.1 |
| 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.40.14.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|