summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_add_node.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* imfs: Add <rtems/imfsimpl.h>Sebastian Huber2022-07-251-1/+1
|
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* imfs: Add IMFS_add_node()Sebastian Huber2020-03-041-0/+112
Update #3894.