|
| | common.c |
| | Implementation of common functions not related to other specific features.
|
| |
| | confconv.c |
| | Implementations of conversion operations from configuration values to structured data.
|
| |
| | confhdl.c |
| | Implementation of type- and target-specific handler functions for configuration parsing.
|
| |
| | confmap.c |
| | Implementation file related to mapping configuration options and their string representations.
|
| |
| | confparse.c |
| | Implementation of the Config Parser.
|
| |
| | crinit-client.c |
| | Implementation of the crinit-client shared library.
|
| |
| | crinit-ctl.c |
| | Implementation of the crinit-ctl service program using the crinit-client library.
|
| |
| | crinit-launch.c |
| | Launcher helper needed to start programs with different user / group permissions.
|
| |
| | crinit.c |
| | Implementation of the Crinit main program.
|
| |
| | elos-common.c |
| |
| | elosdep.c |
| | Implementation of elos connection.
|
| |
| | eloslog.c |
| | Implementation of elos event handling.
|
| |
| | envset.c |
| | Implementation file related to working with environment variable sets.
|
| |
| | fseries.c |
| | Implementation file related to the handling of a series of filenames within a directory.
|
| |
| | globopt.c |
| | Implementation of global option storage.
|
| |
| | ioredir.c |
| | Implementation of functions related to IO redirection.
|
| |
| | kcmdline.c |
| | Implementation of functions related to working with the Kernel command line.
|
| |
| | logio.c |
| | Implementation of debug/log output.
|
| |
| | machine-id-gen.c |
| |
| | minsetup.c |
| | Implementation of minimal early system setup.
|
| |
| | notiserv.c |
| | Implementation of the notification and service interface.
|
| |
| | optfeat.c |
| | Implementation of optional behavior dependent on available system features.
|
| |
| | procdip.c |
| | Implementation of the Process Dispatcher.
|
| |
| | rtimcmd.c |
| | Implementation of runtime commands to be triggered by the notification/service interface.
|
| |
| | rtimopmap.c |
| | Implementation of functions related to the runtime command opcode map.
|
| |
| | sig.c |
| | Implementation of signature checking.
|
| |
| | sockcom.c |
| | Implementation of socket communication functions for the crinit-client library.
|
| |
| | task.c |
| | Implementation of functions related to a single task.
|
| |
| | taskdb.c |
| | Implementation of the central Task Database and related functions.
|
| |
| | thrpool.c |
| | Implementations of a generic worker thread pool. Used by the notification/service interface to handle socket communication.
|
| |