aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-7/+14
* iconv uses strlen directly on user supplied memoryDavid Bright2018-02-261-3/+3
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use strcasecmp() instead of strcmp() when checking user-supplied encodingJohn Baldwin2014-06-091-2/+2
* Fix typoEitan Adler2013-11-291-1/+1
* Fix typoEitan Adler2013-11-291-1/+1
* Fix unloading of libiconv module.Mateusz Guzik2012-06-111-2/+4
* Fix broken ref countKevin Lo2012-05-211-0/+1
* Fix improper handling of variadic args with ICDEBUGKevin Lo2012-05-211-3/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+12
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-7/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itXin LI2009-06-221-0/+18
* Add simple locking for the in-kernel iconv code. Translation operationsJohn Baldwin2008-12-051-5/+27
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,R. Imura2005-08-241-0/+6
* Temporary restore a part of rev 1.6.R. Imura2005-07-231-4/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-071-1/+1
* Convert the vfsconf list to a TAILQ.Poul-Henning Kamp2004-07-271-8/+3
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-5/+50
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix a bunch of s/int */size_t */.Maxime Henrion2002-10-061-2/+4
* Convert GNU variadic macros to the ISO 9X variety.Mark Murray2002-07-151-1/+3
* Add function prototypes and base module for kernel side iconv library.Boris Popov2001-04-091-0/+479