History log of /freebsd-current/sbin/mount_msdosfs/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 22289a8c 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sbin: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 406d87b1 09-Feb-2016 Glen Barber <gjb@FreeBSD.org>

Explicitly add more files to the 'runtime' package.

Sponsored by: The FreeBSD Foundation


# 13eb765f 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert sbin/ to LIBADD
Reduce overlinking


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


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

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 9955dcd2 12-Nov-2005 Craig Rodrigues <rodrigc@FreeBSD.org>

Increase WARNS level to 6.


# 83c7ade9 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOSHARED -> NO_SHARED


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


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

Submitted by: Ryuichiro Imura <imura@ryu16.org>


# 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


# 0b87f799 17-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

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


# 2d68bf45 03-Dec-2001 David E. O'Brien <obrien@FreeBSD.org>

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

Reviewed by: mike


# 4599f018 20-Nov-2001 Andrey A. Chernov <ache@FreeBSD.org>

Add Greek conversion table

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


# f7ed20a0 28-Jul-2001 Andrey A. Chernov <ache@FreeBSD.org>

Add KOI8-U tables

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


# 4ccd7546 01-Jun-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# 0a5779d4 26-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# fe655281 20-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

Set the default manual section for sbin/ to 8.


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


# 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


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 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_mount() still checks the ruid.


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


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

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 7e1a4c5c 04-Dec-1994 Bruce Evans <bde@FreeBSD.org>

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


# 5cb2bca1 19-Sep-1994 Doug Rabson <dfr@FreeBSD.org>

Added mount_msdos.

Obtained from: NetBSD