History log of /freebsd/sbin/mount_msdosfs/Makefile (Results 26 – 50 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fe655281 20-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

Set the default manual section for sbin/ to 8.


Revision tags: release/4.2.0, release/4.1.1_cvs
# 56747bad 01-Aug-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

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

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


Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs
# f21a2e36 14-Jan-2000 Bruce Evans <bde@FreeBSD.org>

Adjust paths after repository copy.


# 80b50ed2 08-Jan-2000 Andrey A. Chernov <ache@FreeBSD.org>

Add Latin2 conversion table

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


# f26775b4 08-Jan-2000 Andrey A. Chernov <ache@FreeBSD.org>

Allow #-comments in conversion table file


Revision tags: release/3.4.0_cvs, release/3.3.0_cvs
# 7f3dea24 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6
# 9934eb16 23-Feb-1998 Andrey A. Chernov <ache@FreeBSD.org>

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


# c4040ee8 23-Feb-1998 Andrey A. Chernov <ache@FreeBSD.org>

Add missing DESTDIR


# 4e3e206e 22-Feb-1998 Andrey A. Chernov <ache@FreeBSD.org>

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


# 87f01287 20-Jan-1998 Bruce Evans <bde@FreeBSD.org>

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


# b493c70c 21-Oct-1997 Bruce Evans <bde@FreeBSD.org>

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

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.

show more ...


Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs
# 8f867039 03-Mar-1997 Bruce Evans <bde@FreeBSD.org>

Updated mount_msdos to use the Lite2 getvfsbyname() interface.


# c0ec1f37 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


Revision tags: release/2.1.6_cvs, release/2.1.6.1
# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

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

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.

show more ...


Revision tags: release/2.1.5_cvs, release/2.1.0_cvs, release/2.0.5_cvs
# 7e1a4c5c 04-Dec-1994 Bruce Evans <bde@FreeBSD.org>

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


Revision tags: release/2.0
# 5cb2bca1 19-Sep-1994 Doug Rabson <dfr@FreeBSD.org>

Added mount_msdos.

Obtained from: NetBSD


Revision tags: release/8.0.0_cvs, release/8.0.0
# 874108ae 12-Nov-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

MFC @199204


# 106d8391 19-Oct-2009 Ruslan Ermilov <ru@FreeBSD.org>

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# 9955dcd2 13-Nov-2005 Craig Rodrigues <rodrigc@FreeBSD.org>

Increase WARNS level to 6.


Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# 83c7ade9 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOSHARED -> NO_SHARED


Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# 1c614e09 23-Oct-2003 Tom Rhodes <trhodes@FreeBSD.org>

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()

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

show more ...


# b0e30de9 22-Oct-2003 Tom Rhodes <trhodes@FreeBSD.org>

Make WARNS=2 build without error.


# c4f02a89 26-Sep-2003 Max Khon <fjoe@FreeBSD.org>

- 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.

Su

- 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>

show more ...


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2
# d2893b16 29-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

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

Approved by: bde


Revision tags: release/4.6.1
# 0b87f799 18-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

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


123