summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-30jffs2: Do not use command line definesSebastian Huber21-2/+40
2018-04-12NFS: Remove support for cexpSebastian Huber7-912/+9
2018-04-11Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng1-1/+1
2018-04-11Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng1-18/+47
2018-04-11Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng1-1/+1
2018-04-11Make bit addressing consistent in rtems_rfs_group.cFan Deng1-1/+12
2018-04-04build: Remove EXTRA_DISTSebastian Huber1-1/+0
2018-02-07NFS: Fix use of self-contained objectsSebastian Huber1-5/+4
2018-02-02NFS: Use self-contained recursive mutexSebastian Huber2-125/+41
2018-02-02pipe: Use self-contained mutexSebastian Huber1-87/+19
2018-02-02RFS: Use self-contained recursive mutexSebastian Huber1-29/+2
2018-02-02dosfs: Use self-contained recursive mutexSebastian Huber8-103/+43
2018-02-02JFFS2: Use self-contained recursive mutexSebastian Huber2-32/+15
2018-01-25Remove make preinstallChris Johns28-6528/+10
2018-01-23rfs: Fix format warningSebastian Huber1-1/+1
2018-01-22rfs: Fix for 64-bit targetsSebastian Huber2-2/+2
2017-12-13RFS: Include <rtems/rtems-rfs-shell.h>Sebastian Huber1-1/+1
2017-12-13pipe: Include <rtems/pipe.h>Sebastian Huber1-2/+1
2017-12-13dosfs: Include <rtems/dosfs.h>Sebastian Huber2-2/+2
2017-12-13devfs: Include <rtems/devfs.h>Sebastian Huber10-10/+10
2017-12-13IMFS: Include <rtems/imfs.h>Sebastian Huber29-29/+29
2017-12-07dosfs: Allow creating a file with similar name.Christian Mauderer1-3/+7
2017-12-05dosfs: Fix files with same name as volume name.Christian Mauderer1-1/+2
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