Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
| | | | | Approved by: trb | ||||
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
| | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT. | ||||
* | Fix a bunch of s/int */size_t */. | mux | 2002-10-06 | 1 | -2/+4 |
| | |||||
* | Convert GNU variadic macros to the ISO 9X variety. | markm | 2002-07-15 | 1 | -1/+3 |
| | |||||
* | Add function prototypes and base module for kernel side iconv library. | bp | 2001-04-09 | 1 | -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 |