Crinit -- Configurable Rootfs Init
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  inc
 common.hHeader for common definitions not related to other specific features
 confconv.hDefinitions related to conversion operations from configuration values to structured data
 confhdl.hHeader defining type- and target-specific handler functions for configuration parsing
 confmap.hDefinitions related to mapping configuration options and their string representations
 confparse.hHeader related to the Config Parser
 crinit-client.hPublic definitions/declarations for using the crinit-client shared library
 crinit-sdefs.hDefinitions shared between crinit's public and internal APIs
 elosio.hHeader related to elos connection
 envset.hHeader defining data types and functions to work with sets of environment variables
 fseries.hHeader defining functions related to the handling of a series of filenames within a directory
 globopt.hHeader related to global option storage
 ioredir.hHeader related to IO redirection types and functions
 lexers.hHeader related to lexers built with re2c, used in the config/envset parser
 list.h
 logio.hHeader related to debug/log output
 minsetup.hHeader related to minimal early system setup
 notiserv.hHeader related to the notification and service interface
 optfeat.hHeader related to optional behavior dependent on available system features
 procdip.hHeader related to the Process Dispatcher
 rtimcmd.hHeader related to handling of runtime commands received via the notification/service interface
 rtimopmap.hHeader defining the runtime commands available through the notification/service interface
 sockcom.hHeader defining Crinit socket communication functions used internally by the crinit-client library
 task.hHeader defining the data structures belonging to a single task and related functions
 taskdb.hHeader defining the central Task Data Structure and related types/functions
 thrpool.hHeader defining a generic worker thread pool. Used by the notification/service interface to handle socket communication
 version.hHeader definitions related to component versioning
  src
 confconv.cImplementations of conversion operations from configuration values to structured data
 confhdl.cImplementation of type- and target-specific handler functions for configuration parsing
 confmap.cImplementation file related to mapping configuration options and their string representations
 confparse.cImplementation of the Config Parser
 crinit-client.cImplementation of the crinit-client shared library
 crinit-ctl.cImplementation of the crinit-ctl service program using the crinit-client library
 crinit.cImplementation of the Crinit main program
 elosio.cImplementation of elos connection
 envset.cImplementation file related to working with environment variable sets
 fseries.cImplementation file related to the handling of a series of filenames within a directory
 globopt.cImplementation of global option storage
 ioredir.cImplementation of functions related to IO redirection
 logio.cImplementation of debug/log output
 machine-id-gen.c
 minsetup.cImplementation of minimal early system setup
 notiserv.cImplementation of the notification and service interface
 optfeat.cImplementation of optional behavior dependent on available system features
 procdip.cImplementation of the Process Dispatcher
 rtimcmd.cImplementation of runtime commands to be triggered by the notification/service interface
 rtimopmap.cImplementation of functions related to the runtime command opcode map
 sockcom.cImplementation of socket communication functions for the crinit-client library
 task.cImplementation of functions related to a single task
 taskdb.cImplementation of the central Task Database and related functions
 thrpool.cImplementations of a generic worker thread pool. Used by the notification/service interface to handle socket communication
  test
  utest
  mocks
  utest-cfgmap-order
  utest-confconv-envset
  utest-crinit-set-err-stream
  utest-crinit-set-info-stream
  utest-crinit-set-verbose
  utest-crinit-task-add
  utest-destroy-file-series
  utest-envset-destroy
  utest-envset-dup
  utest-envset-get
  utest-envset-init
  utest-envset-set
  utest-file-basename-macro
  utest-file-series-free-scandir-list
  utest-file-series-from-dir
  utest-file-series-from-str-arr
  utest-file-series-stat-filter
  utest-file-series-suffix-filter
  utest-inih-configuration
  utest-init-file-series
  utest-lexers-envset-inner
  utest-lexers-envset-outer
  utest-list
  utest-resize-file-series
 unit_test.hHeader for common definitions/includes specifically for cmocka unit tests