aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* - 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