History log of /freebsd-10.1-release/sbin/mount_msdosfs/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 198236 19-Oct-2009 ru

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


# 152363 13-Nov-2005 rodrigc

Increase WARNS level to 6.


# 139112 21-Dec-2004 ru

NOSHARED -> NO_SHARED


# 121429 23-Oct-2003 trhodes

Fix several old bugs which got worse over time:

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


# 121363 22-Oct-2003 trhodes

Make WARNS=2 build without error.


# 120492 26-Sep-2003 fjoe

- Support for multibyte charsets in LIBICONV.
- 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>


# 100872 29-Jul-2002 ru

Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by: bde


# 100313 18-Jul-2002 ru

s/${INSTALL} -c/${INSTALL} ${COPY}/


# 87325 04-Dec-2001 obrien

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


# 86695 20-Nov-2001 ache

Add Greek conversion table

PR: 32119
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>


# 80519 28-Jul-2001 ache

Add KOI8-U tables

Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>


# 77577 01-Jun-2001 ru

- VFS_SET(msdos) -> VFS_SET(msdosfs)
- msdos.ko -> msdosfs.ko
- mount_msdos(8) -> mount_msdosfs(8)
- "msdos" -> "msdosfs" compatibility glue in mount(8)


# 74815 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 74531 20-Mar-2001 ru

Set the default manual section for sbin/ to 8.


# 64100 01-Aug-2000 sheldonh

Use ${LIBDATADIR} instead of hardcoding /usr/libdata into the
${TABDIR} path.

PR: 17945
Submitted by: Benno Rice <benno@netizen.com.au>


# 55983 14-Jan-2000 bde

Adjust paths after repository copy.


# 55616 08-Jan-2000 ache

Add Latin2 conversion table

Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>


# 55613 08-Jan-2000 ache

Allow #-comments in conversion table file


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 33769 23-Feb-1998 ache

Implement loadable DOS<->local conversion tables for DOS names
Additionly load toupper table to create DOS names always in uppercase


# 33759 23-Feb-1998 ache

Add missing DESTDIR


# 33749 22-Feb-1998 ache

Add loadable local<->Unicode conversion support for Win95 names
Note: DOS names still not work and require similar changes


# 32645 20-Jan-1998 bde

Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
the default.


# 30622 21-Oct-1997 bde

Don't install mount_msdos setuid root. Lite2's mount(2) handles
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.


# 23335 03-Mar-1997 bde

Updated mount_msdos to use the Lite2 getvfsbyname() interface.


# 22990 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# 4949 04-Dec-1994 bde

Fix another path that was broken by moving things to sbin/i386.


# 2892 19-Sep-1994 dfr

Added mount_msdos.

Obtained from: NetBSD