summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* jffs2: Do not use command line definesSebastian Huber2018-04-3021-2/+40
* NFS: Remove support for cexpSebastian Huber2018-04-127-912/+9
* Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng2018-04-111-1/+1
* Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng2018-04-111-18/+47
* Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng2018-04-111-1/+1
* Make bit addressing consistent in rtems_rfs_group.cFan Deng2018-04-111-1/+12
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-1/+0
* NFS: Fix use of self-contained objectsSebastian Huber2018-02-071-5/+4
* NFS: Use self-contained recursive mutexSebastian Huber2018-02-022-125/+41
* pipe: Use self-contained mutexSebastian Huber2018-02-021-87/+19
* RFS: Use self-contained recursive mutexSebastian Huber2018-02-021-29/+2
* dosfs: Use self-contained recursive mutexSebastian Huber2018-02-028-103/+43
* JFFS2: Use self-contained recursive mutexSebastian Huber2018-02-022-32/+15
* Remove make preinstallChris Johns2018-01-2528-6528/+10
* rfs: Fix format warningSebastian Huber2018-01-231-1/+1
* rfs: Fix for 64-bit targetsSebastian Huber2018-01-222-2/+2
* RFS: Include <rtems/rtems-rfs-shell.h>Sebastian Huber2017-12-131-1/+1
* pipe: Include <rtems/pipe.h>Sebastian Huber2017-12-131-2/+1
* dosfs: Include <rtems/dosfs.h>Sebastian Huber2017-12-132-2/+2
* devfs: Include <rtems/devfs.h>Sebastian Huber2017-12-1310-10/+10
* IMFS: Include <rtems/imfs.h>Sebastian Huber2017-12-1329-29/+29
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-3/+7
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+2
* 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