| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
|
|
|
|
|
|
|
|
|
|
| |
- no blank before trailing delimiter
- whitespace at end of input line
- sections out of conventional order
- normalizing date format
- AUTHORS section without An macro
Notes:
svn path=/head/; revision=366572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Its purpose was to translate the values for msdosfs inode numbers,
which is calculated from the msdosfs structures describing the file,
into the range representable by 32bit ino_t. The translation acted
for filesystems larger than 128Gb, it reserved the range 0xf0000000
(FILENO_FIRST_DYN) to UINT32_MAX and remembered some arbitrary
translation of ino >= FILENO_FIRST_DYN into this range. It consumed
memory that could be only freed by unmount, and the translation was
not stable across remounts.
With ino_t type extended to 64 bit, there is no such issue and values
can be returned without compaction to 32bit. That is, for the native
environments, the translation layer is not necessary and adds
significant undeserved code complexity. For compat ABIs which use
32bit ino_t, the vfs.ino64_trunc_error sysctl provides some measures
to soften the failure mode when inode numbers truncation is not safe.
Discussed with: bde
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=319735
|
|
|
|
|
|
|
|
|
|
|
|
| |
was the first release of an OS to ship with it.
Heads up by Ingo Schwarze.
Approved by: bcr (mentor)
MFC after: 5 days
Differential Revision: https://reviews.freebsd.org/D10209
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
implementation from NetBSD[2].
Reword history since the utility was renamed once more in FreeBSD 5.0.
Separate out author & historical information regarding character code conversion.
Add AUTHORS section.
[1] https://groups.google.com/forum/#!search/mount_pcfs.c/comp.unix.bsd/9qhH0v1tZm0/inlPnXZj_2sJ
[2] http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/mount_msdos/mount_msdos.c?rev=1.6&content-type=text/x-cvsweb-markup
PR: 212536
Approved by: bcr (mentor)
MFC after: 4 days
Differential Revision: https://reviews.freebsd.org/D8105
Notes:
svn path=/head/; revision=306611
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The old behavior depended on the FAT version and on what files were in the
root directory. "mount_msdosfs -o shortnames" is still supported.
Reviewed by: wblock, cem
Discussed with: trasz, adrian, imp
MFC after: 4 weeks
X-MFC-Notes: Don't MFC the removal of findwin95
Differential Revision: https://reviews.freebsd.org/D8018
Notes:
svn path=/head/; revision=306276
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
Notes:
svn path=/head/; revision=267667
|
|
|
|
|
|
|
|
|
| |
Approved by: re (blackend)
MFC after: 1 week
X-MFC note: stable/9 only
Notes:
svn path=/head/; revision=255977
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
Notes:
svn path=/head/; revision=208027
|
|
|
|
|
|
|
|
| |
Submitted by: Valentin Nechayev <netch segfault kiev ua>
MFC after: 3 days
Notes:
svn path=/head/; revision=201400
|
|
|
|
|
|
|
| |
Noticed by: brooks
Notes:
svn path=/head/; revision=186768
|
|
|
|
|
|
|
| |
PR: 129792
Notes:
svn path=/head/; revision=186429
|
|
|
|
|
|
|
| |
Approved by: brueffer (mentor)
Notes:
svn path=/head/; revision=150134
|
|
|
|
| |
Notes:
svn path=/head/; revision=141611
|
|
|
|
| |
Notes:
svn path=/head/; revision=129327
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o WARNS should be WARNS?= (broke in rev 1.21).
o Includes should be sorted.
o Move "mntopt.h" out of the standard includes section.
o Rewrite usage() to match the manual page and make it < 80 characters.
o Remove extra .El call on line 187. It is unused and causes mdoc(7) warnings.
Discussed with: bde
Notes:
svn path=/head/; revision=121429
|
|
|
|
|
|
|
|
|
|
|
| |
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options
(with corresponding modules).
- kiconv(3) for loadable charset conversion tables support.
Submitted by: Ryuichiro Imura <imura@ryu16.org>
Notes:
svn path=/head/; revision=120492
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
masks for files and directories. This should make some
of the Midnight Commander users happy.
Remove an extra ')' in the manual page.
PR: 35699
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> (original version)
Tested by: simon
Notes:
svn path=/head/; revision=118837
|
|
|
|
|
|
|
|
| |
Submitted by: bms
Approved by: jake (mentor)
Notes:
svn path=/head/; revision=118685
|
|
|
|
| |
Notes:
svn path=/head/; revision=102231
|
|
|
|
| |
Notes:
svn path=/head/; revision=99501
|
|
|
|
| |
Notes:
svn path=/head/; revision=96707
|
|
|
|
|
|
|
|
|
| |
- msdos.ko -> msdosfs.ko
- mount_msdos(8) -> mount_msdosfs(8)
- "msdos" -> "msdosfs" compatibility glue in mount(8)
Notes:
svn path=/head/; revision=77577
|
|
|
|
| |
Notes:
svn path=/head/; revision=68960
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57668
|
|
|
|
| |
Notes:
svn path=/head/; revision=55613
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=31877
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
(Poul, bring this into 2.0 please)
Notes:
svn path=/head/; revision=4677
|
|
Obtained from: NetBSD
Notes:
svn path=/head/; revision=2892
|