summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_conv_default.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libblock: Drop superfluous <stdlib.h> includeSebastian Huber2016-04-071-0/+1
| | | | | | Drop superfluous <stdlib.h> include from <rtems/diskdevs.h> since this leads to conflicts with the latest Newlib in case this header file is used in the FreeBSD kernel space, e.g. for USB mass storage support.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* dosfs: UTF-8 Support: UI, backwards compatibilityRalf Kirchner2013-06-031-0/+188
User interface and backwards compatibility for UTF-8 support in the FAT file system. Purpose of UTF-8 support is to permit file names and directory names with characters from all kinds of languages (Czech, Chinese, Arabian, Hebrew, Korean, ...). This commit does not yet support multibyte characters. It only contains the user interface and the backwards compatibility.