summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit: Remove or use unused variable assignmentsKinsey Moore2024-01-161-1/+0
* imfs: Constify rtems_tarfs_load()Sebastian Huber2023-11-021-3/+5
* Update company nameSebastian Huber2023-05-2013-13/+13
* imfs: Add <rtems/imfsimpl.h>Sebastian Huber2022-07-2511-11/+11
* imfs: Fix index underrun when extending empty fileChristian Mauderer2022-04-071-1/+2
* cpukit/libfs/src/imfs: Change license to BSD-2Joel Sherrill2022-03-2228-84/+616
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-283-47/+82
* rtems: Remove deprecated rtems_io_lookup_name()Sebastian Huber2020-07-141-21/+0
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2824-24/+48
* Canonicalize config.h includeSebastian Huber2020-04-1634-61/+61
* imfs: Replace devfs with an IMFS specializationSebastian Huber2020-03-091-0/+163
* imfs: Simplify code generationSebastian Huber2020-03-091-11/+17
* imfs: Remove unused handlersSebastian Huber2020-03-091-6/+1
* imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber2020-03-092-37/+0
* imfs: Use _IMFS_get_time()Sebastian Huber2020-03-091-6/+5
* imfs: Add IMFS_add_node()Sebastian Huber2020-03-043-5/+162
* imfs: Simplify IMFS_create_node()Sebastian Huber2020-03-041-3/+4
* imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber2020-03-042-14/+39
* untar: Unify untar supportSebastian Huber2019-11-251-142/+55
* imfs: Fix IMFS_make_linearfile()Sebastian Huber2019-11-211-2/+2
* imfs: Add IMFS_make_linfile()Sebastian Huber2019-11-194-20/+105
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-051-0/+3
* Remove make preinstallChris Johns2018-01-251-946/+0
* IMFS: Include <rtems/imfs.h>Sebastian Huber2017-12-1329-29/+29
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_is_writeable()Sebastian Huber2017-09-151-1/+1
* libio: Add iop set/clear flagsSebastian Huber2017-09-151-2/+2
* Include missing <string.h>Sebastian Huber2017-08-251-0/+2
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-148-0/+8
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-0/+2
* imfs: Untangle dependenciesSebastian Huber2016-09-192-89/+115
* imfs: Fix IMFS_stat_file()Sebastian Huber2016-09-162-6/+3
* Filesystem: Remove superfluous permission checksSebastian Huber2016-01-051-15/+1
* untar: do not exit with error when created directory already exists.Pavel Pisa2015-11-231-1/+17
* 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
* IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles2015-03-161-1/+1
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* IMFS: Include missing header fileSebastian Huber2015-03-051-0/+1
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* IMFS: Fix copy on write for linfilesSebastian Huber2015-02-201-0/+3
* IMFS: Silence warningSebastian Huber2015-02-181-1/+1
* IMFS: Implement variable length node namesSebastian Huber2015-02-155-25/+46
* IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber2015-02-146-138/+168
* IMFS: Add fine grained configurationSebastian Huber2015-02-126-183/+7
* IMFS: Allow static initialization of FS infoSebastian Huber2015-02-126-100/+118
* IMFS: Fix resource leakSebastian Huber2015-02-121-1/+9
* IMFS: Add root directory to FS infoSebastian Huber2015-02-124-88/+69
* IMFS: Simplify IMFS_symlink()Sebastian Huber2015-02-121-26/+7