oweals/dinit.git
2019-06-29 Davin McCallUpdate NEWS and version. r0.5.2 v0.5.2
2019-06-29 Davin McCallOnly move fds from force_notify_fd if it is set!
2019-06-29 Davin McCallShuffle file descriptors as necessary to avoid clash...
2019-06-29 Davin McCallRe-create control socket file node if it disappears.
2019-06-29 Davin McCallFix use of old settings in sample config, see #16.
2019-06-29 Davin McCallFix typo in function name (workding -> working)
2019-06-29 Davin McCallProcess service state queues after readiness via fd.
2019-06-29 Davin McCallDon't abuse std::find to find end of special message.
2019-05-30 Edd BarrettAdd CONTRIBUTORS. r0.5.1 v0.5.1
2019-05-30 Edd BarrettAdd the getting started guide.
2019-05-29 Davin McCallImprove "stop" documentation, bring in line with implem...
2019-05-29 Davin McCallBreak holds from soft dependents if a service is manual...
2019-05-29 Davin McCallRemove unused function.
2019-05-29 Davin McCallFix restart of dependency services not explicitly started.
2019-05-29 Davin McCallAdd test for restart of a waits-for dependency.
2019-05-26 Davin McCallTests: don't call timer_expiry directly.
2019-05-26 Davin McCallFix time-out-during-start test.
2019-05-26 Davin McCallClear the stop timer if scripted start is interrupted.
2019-05-26 Davin McCalldinitctl: fix display of termination signal
2019-05-26 Davin McCallFix restart after unexpected termination.
2019-05-26 Davin McCallAdd test for restart after unexpected termination.
2019-05-26 Davin McCallAdd cross-compilation support.
2019-05-26 Davin McCallmake install: use force when creating links
2019-05-25 Davin McCallFix waiting for console input.
2019-05-24 Davin McCallTry to fix case where we can't getpgid() treating pid...
2019-05-24 Davin McCalllog about not being able to get process group with...
2019-05-24 Davin McCallFix log levels (swap console/main log).
2019-05-23 Davin McCallAdd KILL support to term-signal setting.
2019-05-23 Davin McCallBump version to 0.5.1.
2019-05-23 Davin McCalldinitctl: handle service dir with absolute path in...
2019-05-23 Davin McCallUpdate bundled Dasynq to latest (1.1.6).
2019-05-22 Davin McCallJust signal the process if we can't get the process...
2019-05-22 Davin McCallUse SYSCONTROLSOCKET for socket path in dinitctl/shutdown.
2019-05-22 Davin McCallAnother minor fix to man page.
2019-05-21 Davin McCallDocs: mention "boot" service in Readme, etc.
2019-05-10 Davin McCallDon't discard buffer unless >1 second has elapse since...
2019-05-10 Davin McCallDon't fail service on failure to write utmp entry.
2019-05-10 Davin McCallexamples: create utmp file on boot.
2019-05-10 Davin McCallAllow ctrl+alt+del when waiting for user response.
2019-05-07 Davin McCallRename "event_loop" label to avoid name clash.
2019-05-07 Davin McCallContinue processing signals while waiting for user...
2019-05-05 Davin McCallFix typo.
2019-05-05 Davin McCallImplement minor suggestions from cppcheck report.
2019-05-03 Davin McCallDon't need to clear utmp in rcboot.sh; dinit now does it.
2019-05-03 Davin McCallDocument all mconfig options.
2019-05-03 Davin McCallAdd support for specifying USE_UTMPX in mconfig.
2019-05-03 Davin McCallSlight re-work of Musl utmp support detection.
2019-05-02 Davin McCallFix for compilation with Musl. v0.5.0
2019-05-02 Davin McCallPrompt to run tests or install after build.
2019-05-02 Davin McCallAdd mconfig to gitignore.
2019-05-02 Davin McCallUpdate TODO.
2019-05-02 Davin McCallMinor README fixes.
2019-05-02 Davin McCallChoose appropriate build configuration automatically.
2019-05-02 Davin McCallBump version to 0.5.0.
2019-05-01 Davin McCallMinor improvements to dinit manpage.
2019-05-01 Davin McCallAdd note that inittab-id/-line have no effect if utmp...
2019-05-01 Davin McCallAvoid boot loop on all-service failure.
2019-04-30 Davin McCallInclude inittab-id/-line in example tty service descrip...
2019-04-30 Davin McCallGuard use of inittab_id/_line with #if USE_UTMPX.
2019-04-28 Davin McCallDocument inittab-id and inittab-line service settings.
2019-04-28 Davin McCallClear utmp database before logging boot.
2019-03-05 Davin McCallUpdate TODO.
2018-11-26 Davin McCallAdd full utmp (utmpx) support.
2018-11-24 Davin McCallAdd initial support for logging boot time to wtmp database.
2018-11-24 Davin McCallFix case of process termination before readiness notifi...
2018-11-20 Davin McCallcontrol: remove unused "rollback complete" reply.
2018-11-17 Davin McCallExample dbusd: use readiness notification; process...
2018-11-17 Davin McCallFix check of executable name used for shutdown.
2018-11-17 Davin McCallPass correct end of readiness notification pipe to...
2018-11-17 Davin McCallFix "make install".
2018-11-17 Davin McCallAdd "ready-notification" service option.
2018-11-16 Davin McCallTests: add test for readiness notification via pipe.
2018-11-16 Davin McCallBackend support for S6-style readiness notification.
2018-11-09 Davin McCallShorten (wrap) some too-long lines.
2018-11-09 Davin McCallAvoid 2nd call to get current time when starting process.
2018-11-09 Davin McCallRefactoring: move process-service specific classes...
2018-11-09 Davin McCallWrap too-long comment lines.
2018-11-07 Davin McCallFix typo in DESIGN document.
2018-11-06 Davin McCallMakefile: fix parallel build (issue #9)
2018-11-06 Davin McCallUpdate TODO (one task done).
2018-11-06 Davin McCallInstall halt and reboot as links to shutdown.
2018-11-05 Davin McCallshutdown: clean up error handling.
2018-11-05 Davin McCallshutdown: use argv 0 to determine default action.
2018-11-04 Davin McCallAdd man page for shutdown et al.
2018-10-30 Davin McCallMinor edits to dinit-service man page.
2018-10-30 Davin McCallImplement a "shares-console" option for non-exclusive...
2018-10-30 Davin McCallImplement a "chain-to" service property.
2018-10-29 Davin McCallman page: minor additions/edits.
2018-10-29 Davin McCallLinux: only filter "auto" from command line if running...
2018-10-29 Davin McCallImprove comments / fix excessively long lines.
2018-10-27 Davin McCalldinit man page: describe general operation.
2018-10-27 Davin McCallAdd -u/--user to force running as a user service manager.
2018-10-27 Davin McCallFix indentation.
2018-10-26 Davin McCallSet control_socket_open false when closing the socket.
2018-10-26 Davin McCallAdd a few comments.
2018-10-26 Davin McCallMinor style fix.
2018-10-25 Davin McCallComparison: overhaul.
2018-10-21 Davin McCallDo not try to manage system (shutdown, reboot) if not...
2018-10-21 Davin McCallBUILD: minor update and rename to BUILD.txt.
2018-10-21 Davin McCallman page: add notes on character set.
next