summaryrefslogtreecommitdiffstats
path: root/sys/libkern/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* Use strcasecmp() instead of strcmp() when checking user-supplied encodingjhb2014-06-091-2/+2
* Fix typoeadler2013-11-291-1/+1
* Fix typoeadler2013-11-291-1/+1
* Fix unloading of libiconv module.mjg2012-06-111-2/+4
* Fix broken ref countkevlo2012-05-211-0/+1
* Fix improper handling of variadic args with ICDEBUGkevlo2012-05-211-3/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-0/+12
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itdelphij2009-06-221-0/+18
* Add simple locking for the in-kernel iconv code. Translation operationsjhb2008-12-051-5/+27
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,imura2005-08-241-0/+6
* Temporary restore a part of rev 1.6.imura2005-07-231-4/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-071-1/+1
* Convert the vfsconf list to a TAILQ.phk2004-07-271-8/+3
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-5/+50
* Use __FBSDID().obrien2003-06-111-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix a bunch of s/int */size_t */.mux2002-10-061-2/+4
* Convert GNU variadic macros to the ISO 9X variety.markm2002-07-151-1/+3
* Add function prototypes and base module for kernel side iconv library.bp2001-04-091-0/+479
OpenPOWER on IntegriCloud