Craig Rodrigues
9955dcd2d8
Increase WARNS level to 6.
2005-11-13 03:25:39 +00:00
Ruslan Ermilov
83c7ade90a
NOSHARED -> NO_SHARED
2004-12-21 09:59:45 +00:00
Tom Rhodes
1c614e098d
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
2003-10-23 16:09:20 +00:00
Tom Rhodes
b0e30de9d8
Make WARNS=2 build without error.
2003-10-22 20:11:42 +00:00
Max Khon
c4f02a891f
- 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>
2003-09-26 20:26:25 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Ruslan Ermilov
0b87f79976
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
David E. O'Brien
2d68bf45bf
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
Andrey A. Chernov
4599f01875
Add Greek conversion table
...
PR: 32119
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:55:16 +00:00
Andrey A. Chernov
f7ed20a0bc
Add KOI8-U tables
...
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
2001-07-28 20:50:21 +00:00
Ruslan Ermilov
4ccd754686
- VFS_SET(msdos) -> VFS_SET(msdosfs)
...
- msdos.ko -> msdosfs.ko
- mount_msdos(8) -> mount_msdosfs(8)
- "msdos" -> "msdosfs" compatibility glue in mount(8)
2001-06-01 10:57:26 +00:00
Ruslan Ermilov
0a5779d45b
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
Ruslan Ermilov
fe655281c5
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
Sheldon Hearn
56747bad91
Use ${LIBDATADIR} instead of hardcoding /usr/libdata into the
...
${TABDIR} path.
PR: 17945
Submitted by: Benno Rice <benno@netizen.com.au>
2000-08-01 09:33:11 +00:00
Bruce Evans
f21a2e3673
Adjust paths after repository copy.
2000-01-14 17:39:20 +00:00
Andrey A. Chernov
80b50ed288
Add Latin2 conversion table
...
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
2000-01-08 17:17:32 +00:00
Andrey A. Chernov
f26775b4f3
Allow #-comments in conversion table file
2000-01-08 16:47:55 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Andrey A. Chernov
9934eb16d3
Implement loadable DOS<->local conversion tables for DOS names
...
Additionly load toupper table to create DOS names always in uppercase
1998-02-23 16:49:16 +00:00
Andrey A. Chernov
c4040ee87d
Add missing DESTDIR
1998-02-23 09:15:01 +00:00
Andrey A. Chernov
4e3e206ed7
Add loadable local<->Unicode conversion support for Win95 names
...
Note: DOS names still not work and require similar changes
1998-02-22 15:28:06 +00:00
Bruce Evans
87f01287d2
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
...
the default.
1998-01-20 10:40:18 +00:00
Bruce Evans
b493c70c4f
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.
1997-10-21 07:26:50 +00:00
Bruce Evans
8f86703906
Updated mount_msdos to use the Lite2 getvfsbyname() interface.
1997-03-03 13:23:54 +00:00
Peter Wemm
c0ec1f37ef
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
Jordan K. Hubbard
1130b656e5
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.
1997-01-14 07:20:47 +00:00
Bruce Evans
7e1a4c5c36
Fix another path that was broken by moving things to sbin/i386.
1994-12-04 08:01:24 +00:00
Doug Rabson
5cb2bca1a3
Added mount_msdos.
...
Obtained from: NetBSD
1994-09-19 15:30:36 +00:00