aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/libiconv
Commit message (Collapse)AuthorAgeFilesLines
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-2/+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> Notes: svn path=/head/; revision=120492
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Export symbols that constitute APIs defined by theseMike Smith2002-01-111-0/+6
| | | | | | | | | | | modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage. Notes: svn path=/head/; revision=89244
* Add build infrastructure for a libiconv loadable kernel module.Sheldon Hearn2001-07-251-0/+12
This should allow the use of the smbfs module without the requirement to rebuild the kernel with LIBICONV. Notes: svn path=/head/; revision=80348