oweals/dinit.git
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.
2018-10-21 Davin McCallmanpage: fix formatting glitch.
2018-10-21 Davin McCallAdd missing include (fixes build on musl systems)
2018-10-20 Davin McCalldocs: mention that dinitctl enable defaults to boot... v0.4.0
2018-10-20 Davin McCalldinit-util: include string header (FreeBSD build fix)
2018-10-20 Davin McCalldocs: use boot.d directory with example boot service
2018-10-20 Davin McCallUpdate .gitignore
2018-10-20 Davin McCalldocs: prefer elogind to ConsoleKit2
2018-10-20 Davin McCallUpdate version number, TODO.
2018-10-20 Davin McCallAdd NEWS file.
2018-10-20 Davin McCallFix minor (non-bug) issues picked up by cppcheck.
2018-10-20 Davin McCallRe-name and fix documentation for ss_read().
2018-10-19 Davin McCallservice description: make waits-for.d path relative...
2018-10-19 Davin McCallAdd code style guide.
2018-10-18 Davin McCallMinor TODO updates.
2018-10-18 Davin McCallservice start_dep(): only bump acquire count if not...
2018-10-18 Davin McCalldinitctl: enable: correct argument order for symlink
2018-10-18 Davin McCalldinitctl: correct logic for checking missing arguments.
2018-10-18 Davin McCallAllow '.' in setting names (for "waits-for.d").
2018-10-18 Davin McCallMinor build fixes for Linux/Glibc.
2018-10-18 Davin McCalldinitctl man: add enable and disable command descriptions.
2018-10-18 Davin McCalldinitctl: implement "disable" command.
2018-10-18 Davin McCalldinitctl: refactoring.
2018-10-18 Davin McCalldinitctl: implement "enable" command.
2018-10-17 Davin McCalltests: add test for control protocol ENABLESERVICE...
2018-10-16 Davin McCallcontrol: add function to enable service.
2018-10-15 Davin McCallFactor out service description loading to a separate...
2018-09-24 Davin McCallReduce some source line lengths.
2018-09-24 Davin McCallMove service type id constants into service-constants.h
2018-09-24 Davin McCalldinitctl: reduce verbosity of help text, trim some...
2018-09-24 Davin McCalldinitctl: add utility method to extract string from...
2018-09-21 Davin McCallcontrol: send current working dir in load mechanism...
2018-09-20 Davin McCallcpbuffer extract(): use integer arithmetic instead...
2018-09-20 Davin McCallcontrol: server side support for querying load paths.
2018-09-17 Davin McCalldirload_service_set; correctly record service dir alloc...
2018-09-17 Davin McCalldinit: remove unused variable.
2018-09-14 Davin McCalldinitctl: unload: issue a specialised message if servic...
2018-09-14 Davin McCalldinitctl: fix incorrect exit status if start/stop fails...
2018-09-14 Davin McCalldinitctl: give an error message if unrecognized option...
2018-09-14 Davin McCallAvoid multiple cout statements when printing help.
2018-09-14 Davin McCallUpdated bundled Dasynq to 1.1.5.
2018-09-13 Davin McCallRemove some default copy constructors and their uninten...
2018-09-13 Davin McCallBuild docs: document fuzz testing for control protocol.
2018-09-13 Davin McCallTests: use consistent output spacing and flush before...
2018-09-13 Davin McCallAvoid undefined char* arithmetic.
2018-09-13 Davin McCallTests: add another test.
2018-09-13 Davin McCallAdjust dependency auto-break logic.
2018-09-13 Davin McCallMinor header/signature adjustments.
next