2017-05-23 |
Davin McCall | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Davin McCall | Provide and use fallbacks for POSIX functions extended... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Davin McCall | Incorporate Dasynq library changes. |
commit | commitdiff | tree | snapshot |
2017-03-30 |
Davin McCall | README: add instructions on using dinitctl utility. v0.05 |
commit | commitdiff | tree | snapshot |
2017-03-29 |
Davin McCall | Rework acquire/release handling. |
commit | commitdiff | tree | snapshot |
2017-03-29 |
Davin McCall | Update TODO. |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Davin McCall | linux service scripts: remount /proc after intial mount |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Davin McCall | Update Dasynq library and API usage |
commit | commitdiff | tree | snapshot |
2017-03-19 |
Davin McCall | Update Dasynq library, and API usage throughout. |
commit | commitdiff | tree | snapshot |
2017-03-19 |
Davin McCall | Release soft dependencies if they stop early. |
commit | commitdiff | tree | snapshot |
2017-03-12 |
Davin McCall | Add missed dasynq file (for OpenBSD). |
commit | commitdiff | tree | snapshot |
2017-03-12 |
Davin McCall | Update dasynq library, and make appropriate changes... |
commit | commitdiff | tree | snapshot |
2017-03-12 |
Davin McCall | Fix trivial memory leak. |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Davin McCall | Run not-on-console services in a session (via setsid()). |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Davin McCall | Update version : 0.04 |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Davin McCall | Incorporate Dasynq changes (v0.02) v0.04 |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Davin McCall | Check for state STARTING before calling started() when... |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Davin McCall | Combine start/stop queues, and add propagation queue. |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Davin McCall | Check desired state == started before allowing service... |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Davin McCall | rootfscheck service: use the passed-from-parent control... |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Davin McCall | Add an option to shutdown to allow for receiving the... |
commit | commitdiff | tree | snapshot |
2016-06-30 |
Davin McCall | Remove use of strcpy in favour of memcpy (save the... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Davin McCall | Fix a TODO comment |
commit | commitdiff | tree | snapshot |
2016-06-26 |
Davin McCall | Add a "pass-cs-fd" service option, which passes a contr... |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Davin McCall | Remove activated state if a service stops naturally |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Davin McCall | Add release/wake commands to dinitctl |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Davin McCall | Use getWatchFd() from dasynq::FdWatcher rather than... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Davin McCall | Clean up signal and fd handling around fork(). |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Davin McCall | Latest Dasynq updates |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Davin McCall | Ignore SIGTSTP (^Z) for run-on-console processes. |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Davin McCall | Implement "list services" command in control protocol... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Davin McCall | Ignore SIGPIPE to prevent sudden exit when control... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Davin McCall | Fix bug in buffer pointer calculation |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Davin McCall | Report (instead of silently ignoring) various errors... |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Davin McCall | Update Linux documentation |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Davin McCall | Remove redundant service settings. |
commit | commitdiff | tree | snapshot |
2016-06-21 |
Davin McCall | Make SIGQUIT perform immediate shutdown ("shutdown... |
commit | commitdiff | tree | snapshot |
2016-06-21 |
Davin McCall | Correct exit status checks (status 0 returned by wait... |
commit | commitdiff | tree | snapshot |
2016-06-21 |
Davin McCall | Log some error conditions (kill some TODOs) |
commit | commitdiff | tree | snapshot |
2016-06-21 |
Davin McCall | Update Dasynq |
commit | commitdiff | tree | snapshot |
2016-06-21 |
Davin McCall | Clean up some TODOs |
commit | commitdiff | tree | snapshot |
2016-06-20 |
Davin McCall | Scratch one TODO: default case in switch can't occur... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Add documentation: using Dinit as your system init... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | One less TODO |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Merge branch 'master' of https://github.com/davmac314... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Fix kqueue backend bug; wasn't disabling read/write... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Fix build problems with kqueue backend |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Add root level Makefile, make "shutdown" be optionally... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Re-vamp shutdown |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Update version in README (v0.03) v0.03 |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Add note that dinitctl isn't working on OpenBSD ATM. |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | next_for_console was not being set null when a service... |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Update README and TODO |
commit | commitdiff | tree | snapshot |
2016-06-19 |
Davin McCall | Large refactoring of dinitctl. |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Log correct information regarding reason for process... |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Don't display "can't bind socket: read only file sytem... |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Separate the commencement of logging and the opening... |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Add a new service setting, "options", which can be... |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Add a method to discard the console log buffer contents. |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Fix calculation of buffer size for LISTEN_FDS environme... |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Small documentation updates. |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Update Dasynq, again, and update Dinit code to reflect... |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Yet another Dasynq update |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Pull in latest Dasynq, which means a massive amount... |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Update TODO |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Update dasynq to latest HEAD |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Use the start queue instead of starting services immedi... |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Davin McCall | Write log messages which cross the circular buffer... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Ignore SIGPIPE. |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Make control socket handling safer and fix an inverted... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Missed processing start/stop queue in one place |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Introduce a "stop queue" and "start queue" in ServiceSe... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Use _exit instead of exit after fork |
commit | commitdiff | tree | snapshot |
2016-06-13 |
Davin McCall | Rework control protocol handling a little. |
commit | commitdiff | tree | snapshot |
2016-06-13 |
Davin McCall | Update dasynq |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Use a BidiFdWatcher for control connections. One step... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Update dasynq |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Catch a broader range of exceptions when creating a... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Fix condition for detecting read failure in process_chi... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Implement DINIT_CP_RELEASESERVICE command. |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Code consistency and documentation update |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Map dinit-log log levels to syslog log levels |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Enable logging to syslog. v0.02 |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Incorporate latest bugfixes from dasynq |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Fix (remove) noexcept specification for init_log(). |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Full support within the logging subsystem to an externa... |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | More refactoring in preparation for proper logging... |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Minor refactoring |
commit | commitdiff | tree | snapshot |
2016-06-07 |
Davin McCall | Avoid hanging if a BGPROCESS is not a child of dinit... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | TODO updates. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Whitespace fixes v0.01 |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | No need to link libev anymore. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Refactoring, and actually enable console log in enable_... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Remove obseleted TODO comment |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Add console watch for logging once, then enable and... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Update dasynq |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Code documentation - ServiceRecord and ServiceSet.... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Suppress "invalid offsetof" warnings. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Release on failure to start. |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Fix condition in is_log_flushed |
commit | commitdiff | tree | snapshot |
next |