summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-184-40/+5
* dosfs: Fix file name searchSebastian Huber2017-03-161-17/+7
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-161-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-161-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-161-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-161-15/+10
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-161-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-161-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-163-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-161-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-161-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-163-30/+11
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-161-2/+2
* dosfs: Fix FAT32 formatterSebastian Huber2017-02-281-2/+2
* dosfs: Directories should have a file size of 0Sebastian Huber2017-02-281-1/+6
* termios: Add kqueue() and poll() supportSebastian Huber2017-02-232-7/+14
* Remove old CVS keywordsNick Withers2017-02-152-2/+2
* dosfs: Fix msdos_find_file_in_directory()Sebastian Huber2017-02-141-1/+1
* Use <sys/endian.h>Sebastian Huber2017-01-241-13/+5
* nfsclient: Fix suspicious conditionSebastian Huber2017-01-231-1/+2
* JFFS2: Fix typoSebastian Huber2017-01-191-1/+1
* JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber2016-12-203-1/+50
* JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2016-12-202-0/+11
* JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2016-12-202-5/+171
* imfs: Untangle dependenciesSebastian Huber2016-09-192-89/+115
* imfs: Fix IMFS_stat_file()Sebastian Huber2016-09-162-6/+3
* score: Improve red-black tree debug supportSebastian Huber2016-09-061-0/+3
* score: Add debug support to red-black treesSebastian Huber2016-08-081-0/+1
* Misc: Spell length correctlyJoel Sherrill2016-07-121-1/+1
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-124-6/+6
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-222-1/+3
* pipe: Use proper semaphore attr for mutexSebastian Huber2016-06-061-2/+2
* dosfs: Use proper semaphore attr for mutexSebastian Huber2016-06-061-1/+2
* libfs/jff2: Avoid printk format warnings.Chris Johns2016-05-253-15/+30
* fat: Fix for invalid cluster sizesSebastian Huber2016-05-201-1/+3
* nfsclient: Fix warningsSebastian Huber2016-04-224-4/+19
* libblock: Drop superfluous <stdlib.h> includeSebastian Huber2016-04-074-0/+4
* Filesystem: Remove superfluous permission checksSebastian Huber2016-01-052-32/+1
* untar: do not exit with error when created directory already exists.Pavel Pisa2015-11-231-1/+17
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-1/+1
* RFS: Fix resource leakSebastian Huber2015-10-261-0/+2
* JFFS2: Use RTEMS red-black tree implementationSebastian Huber2015-09-032-452/+112
* Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers2015-08-061-3/+45
* nfsclient: Use an interrupt lockSebastian Huber2015-06-191-21/+29
* dosfs: avoid buffer-overread. closes #2292.Gedare Bloom2015-05-271-2/+2
* dosfs: Fix warning fixSebastian Huber2015-04-271-1/+1
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-25/+0
* imfs.h: Add cast to remove warning for pointer/integer size mismatchJoel Sherrill2015-03-241-1/+1
* IMFS: NUL-terminate name returned by readdir()Sebastian Huber2015-03-171-2/+5
* cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill2015-03-171-2/+2