summaryrefslogtreecommitdiffstats
path: root/sys/libkern/iconv.c
Commit message (Collapse)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* 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
Add simple "xlat" converter which performs 8to8 table based conversion. Unicode converter will be added in the near future. Reviewed by: silence on arch@ Files placement reviewed by: bde Obtained from: smbfs
OpenPOWER on IntegriCloud