Age | Commit message (Expand) | Author |
2024-07-20 | librc.c: return "none" from rc_runlevel_get when in user mode. | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-pam: use full path to mark the service | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-pam: add logging | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-pam: do not start a login shell | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-pam: fix session count logic | Anna (navi) Figueiredo Gomes |
2024-07-20 | librc.c: use rc_runlevel_dir for rc_service_add | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-run.c: allow --user on shebangs | Anna (navi) Figueiredo Gomes |
2024-07-20 | start-stop-daemon: open syslog | Doug Freed |
2024-07-20 | shared/plugin.c: fix incompatible function warning. | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-shutdown: simplify broadcast function | Mike Gilbert |
2024-07-20 | openrc-pam: use 'shared_module' for pam_openrc | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc/rc-logger.c: set log path for user dynamically | Anna (navi) Figueiredo Gomes |
2024-07-20 | libeinfo.c: add foot | Anna (navi) Figueiredo Gomes |
2024-07-20 | librc-misc.c, rc.c, rc-status.c: fix memory leaks | Anna (navi) Figueiredo Gomes |
2024-07-20 | librc, openrc-pam: instantiate user.<username> service automatically | Anna (navi) Figueiredo Gomes |
2024-07-20 | librc/librc-depend.c: small refactor | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-run: allow multiplexed symlinks to live outside init.d | Anna (navi) Figueiredo Gomes |
2024-07-20 | openrc-pam: auto-launch user services via pam | Anna (navi) Figueiredo Gomes |
2024-07-19 | openrc-user: init script for users | Anna (navi) Figueiredo Gomes |
2024-07-19 | openrc: dynamic paths for user services | Anna (navi) Figueiredo Gomes |
2024-06-03 | librc: avoid using fixed-size buffers for paths | Mike Gilbert |
2024-04-05 | Add xterm-kitty to color capable term list | John Einar Reitan |
2024-03-31 | Touch up docs/comments | Oskari Pirhonen |
2024-03-31 | Trivial curses/termcap removal | Oskari Pirhonen |
2023-12-04 | change info words "remove" to "delete" in delete sub-command | Zhao Yongming |
2023-11-15 | remove warning for runscript deprecation | William Hubbs |
2023-11-15 | drop the deprecated "rc" binary | William Hubbs |
2023-11-14 | Skip already processed files in rc_service_daemon_set | Alexander Maltsev |
2023-11-14 | drop the deprecated runscript binary | William Hubbs |
2023-10-03 | Relocate pipes.c and pipes.h file to shared directory. | Lexxy Fox |
2023-10-03 | supervise-daemon: implement output_logger and error_logger. | Lexxy Fox |
2023-09-12 | misc: add syscall fallback for close_range for musl libc | Natanael Copa |
2023-09-12 | start-stop-daemon: set fds to CLOEXEC instead of closing | Natanael Copa |
2023-09-12 | misc: add cloexec_fds_from() helper function | Natanael Copa |
2023-09-12 | supervise-daemon: rename HAVE_CLOSE_RANGE_EXEC to HAVE_CLOSE_RANGE | Natanael Copa |
2023-08-29 | Don't re-define strlcpy/strlcat with >=glibc-2.38 | Sam James |
2023-07-26 | rc: fix automatic restart with runlevel-specific conf.d files | Sven Wegener |
2023-05-14 | einfo: fix vewend applet args | Oskari Pirhonen |
2023-05-10 | librc: allow overriding rc_interactive on kernel command line | Sam James |
2023-04-24 | openrc-run: fix rc_parallel race in svc_exec | Dominique Martinet |
2023-04-24 | openrc-run: silence lock failures with --no-deps | Dominique Martinet |
2023-04-24 | openrc-run: remove kludge in restart --no-deps | Dominique Martinet |
2023-04-24 | rc: use LIST_FOREACH_SAFE in cleanup() | NRK |
2023-04-24 | rc: block SIGCHLD during pid list operations | NRK |
2023-04-24 | rc: avoid calling free inside SIGCHLD handler | NRK |
2023-04-24 | fstabinfo: deal with EINTR in waitpid call | NRK |
2023-04-24 | fstabinfo: replace vfork with posix_spawnp | NRK |
2023-04-23 | einfo.h: fix EINFO_RESTRICT macro usage | Oskari Pirhonen |
2023-04-20 | shared: fix pointer type in UNCONST | Sam James |
2023-04-19 | Rename attribute macros to namespaced RC_* | Sam James |