summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
|
* Fix several old bugs which got worse over time:trhodes2003-10-231-1/+1
| | | | | | | | | | 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
* Make WARNS=2 build without error.trhodes2003-10-221-1/+1
|
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-10/+6
| | | | | | | | - 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>
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* Default to WARNS=2.obrien2001-12-041-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Add Greek conversion tableache2001-11-201-1/+1
| | | | | PR: 32119 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Add KOI8-U tablesache2001-07-281-1/+1
| | | | Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-3/+3
| | | | | | - msdos.ko -> msdosfs.ko - mount_msdos(8) -> mount_msdosfs(8) - "msdos" -> "msdosfs" compatibility glue in mount(8)
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Use ${LIBDATADIR} instead of hardcoding /usr/libdata into thesheldonh2000-08-011-1/+1
| | | | | | | ${TABDIR} path. PR: 17945 Submitted by: Benno Rice <benno@netizen.com.au>
* Adjust paths after repository copy.bde2000-01-141-1/+1
|
* Add Latin2 conversion tableache2000-01-081-1/+1
| | | | Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
* Allow #-comments in conversion table fileache2000-01-081-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-2/+2
| | | | Additionly load toupper table to create DOS names always in uppercase
* Add missing DESTDIRache1998-02-231-2/+2
|
* Add loadable local<->Unicode conversion support for Win95 namesache1998-02-221-1/+9
| | | | Note: DOS names still not work and require similar changes
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-2/+1
| | | | the default.
* Don't install mount_msdos setuid root. Lite2's mount(2) handlesbde1997-10-211-4/+1
| | | | | | 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.
* Updated mount_msdos to use the Lite2 getvfsbyname() interface.bde1997-03-031-1/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Fix another path that was broken by moving things to sbin/i386.bde1994-12-041-2/+2
|
* Added mount_msdos.dfr1994-09-191-0/+16
Obtained from: NetBSD
OpenPOWER on IntegriCloud