summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Simplify red-black tree debug supportSebastian Huber2017-09-271-3/+0
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-155-7/+7
* libio: Add rtems_libio_iop_is_writeable()Sebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_flags()Sebastian Huber2017-09-151-1/+1
* libio: Add iop set/clear flagsSebastian Huber2017-09-153-4/+4
* dosfs: Fix fat_file_update()Sebastian Huber2017-09-061-5/+3
* dosfs: Fix find name next entry preparationSebastian Huber2017-09-061-25/+50
* dosfs: Fix msdos_dir_read()Sebastian Huber2017-09-061-27/+28
* dosfs: Support a cluster size of 64KiBSebastian Huber2017-09-063-12/+10
* Include missing <string.h>Sebastian Huber2017-08-251-0/+2
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-1420-0/+63
* Include missing <sys/param.h>Sebastian Huber2017-06-071-0/+1
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-072-0/+3
* build-system: Parallel build all subdirs.Chris Johns2017-05-241-1/+1
* 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-193-89/+116
* 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