summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-27score: Simplify red-black tree debug supportSebastian Huber1-3/+0
2017-09-15libio: Add rtems_libio_iop_is_append()Sebastian Huber5-7/+7
2017-09-15libio: Add rtems_libio_iop_is_writeable()Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber1-1/+1
2017-09-15libio: Add iop set/clear flagsSebastian Huber3-4/+4
2017-09-06dosfs: Fix fat_file_update()Sebastian Huber1-5/+3
2017-09-06dosfs: Fix find name next entry preparationSebastian Huber1-25/+50
2017-09-06dosfs: Fix msdos_dir_read()Sebastian Huber1-27/+28
2017-09-06dosfs: Support a cluster size of 64KiBSebastian Huber3-12/+10
2017-08-25Include missing <string.h>Sebastian Huber1-0/+2
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel20-0/+63
2017-06-07Include missing <sys/param.h>Sebastian Huber1-0/+1
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2-0/+3
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-1/+1
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill4-40/+5
2017-03-16dosfs: Fix file name searchSebastian Huber1-17/+7
2017-03-16dosfs: Fix race condition msdos_dir_read()Sebastian Huber1-5/+5
2017-03-16dosfs: Rename fat_entries to lfn_entriesSebastian Huber1-20/+20
2017-03-16dosfs: Fix long file name paddingSebastian Huber1-3/+3
2017-03-16dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber1-15/+10
2017-03-16dosfs: Fix msdos_add_file()Sebastian Huber1-245/+155
2017-03-16dosfs: Simplify msdos_add_file()Sebastian Huber1-4/+2
2017-03-16dosfs: Add and use msdos_lfn_checksum()Sebastian Huber3-22/+25
2017-03-16dosfs: Simplify fat_file_open()Sebastian Huber1-3/+1
2017-03-16dosfs: Simplify msdos_creat_node()Sebastian Huber1-21/+14
2017-03-16dosfs: Fix fat_file_write()Sebastian Huber3-30/+11
2017-03-16dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber1-2/+2
2017-02-28dosfs: Fix FAT32 formatterSebastian Huber1-2/+2
2017-02-28dosfs: Directories should have a file size of 0Sebastian Huber1-1/+6
2017-02-23termios: Add kqueue() and poll() supportSebastian Huber2-7/+14
2017-02-15Remove old CVS keywordsNick Withers2-2/+2
2017-02-14dosfs: Fix msdos_find_file_in_directory()Sebastian Huber1-1/+1
2017-01-24Use <sys/endian.h>Sebastian Huber1-13/+5
2017-01-23nfsclient: Fix suspicious conditionSebastian Huber1-1/+2
2017-01-19JFFS2: Fix typoSebastian Huber1-1/+1
2016-12-20JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber3-1/+50
2016-12-20JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2-0/+11
2016-12-20JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2-5/+171
2016-09-19imfs: Untangle dependenciesSebastian Huber3-89/+116
2016-09-16imfs: Fix IMFS_stat_file()Sebastian Huber2-6/+3
2016-09-06score: Improve red-black tree debug supportSebastian Huber1-0/+3
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+1
2016-07-12Misc: Spell length correctlyJoel Sherrill1-1/+1
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill4-6/+6
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2-1/+3
2016-06-06pipe: Use proper semaphore attr for mutexSebastian Huber1-2/+2
2016-06-06dosfs: Use proper semaphore attr for mutexSebastian Huber1-1/+2
2016-05-25libfs/jff2: Avoid printk format warnings.Chris Johns3-15/+30
2016-05-20fat: Fix for invalid cluster sizesSebastian Huber1-1/+3