aboutsummaryrefslogtreecommitdiff
path: root/src/librc
AgeCommit message (Expand)Author
2023-10-19openrc-pam: add loading user environment.Anna (navi) Figueiredo Gomes
2023-10-19openrc-run: in user mode, change to homedir instead of /Anna (navi) Figueiredo Gomes
2023-10-19librc: introduce recursive_mkdir()Anna (navi) Figueiredo Gomes
2023-10-19librc: disallow user scripts as rootAnna (navi) Figueiredo Gomes
2023-10-19librc: add paths to errorx mkdir callsAnna (navi) Figueiredo Gomes
2023-10-19openrc: rework pathing functionsAnna (navi) Figueiredo Gomes
2023-10-19librc: Move sysconf dir to ~/.config/openrc/...Anna (navi) Figueiredo Gomes
2023-10-19librc: Allow user to override system-wide rc.confAnna (navi) Figueiredo Gomes
2023-10-19librc: Use getpwuid instead of ${HOME} to get user's home directory.Anna (navi) Figueiredo Gomes
2023-10-19openrc: Add support for user services.Anna (navi) Figueiredo Gomes
2023-10-19librc: skeleton of user services supportAnna (navi) Figueiredo Gomes
2023-05-10librc: allow overriding rc_interactive on kernel command lineSam James
2023-04-19Rename attribute macros to namespaced RC_*Sam James
2023-01-29librc: missing includes from IWYUSam James
2023-01-25librc: fix 'init' memory leakSam James
2022-12-07librc-depend: fix -Wmismatched-deallocSam James
2022-05-08librc: fix resource leaksWilliam Hubbs
2022-05-08librc: mark rc_deptree_* functions as mallocsSam James
2022-05-08librc: mark stringlist functions as warn_unused_resultSam James
2022-05-08librc: mark stringlist functions as mallocsSam James
2022-05-08librc: fix potential use-after-freeSam James
2022-05-08librc: fix double-freeSam James
2022-05-08librc: fix mismatched allocsSam James
2022-05-08librc: fix memory leak in rc_services_in_runlevel_stackedSam James
2022-04-30multiple spelling and typo fixesJosh Soref
2022-04-06migrate fully to meson build systemWilliam Hubbs
2021-12-30fix libkvm dependency for *bsdWilliam Hubbs
2021-12-21code style: remove space after unary "not" operatorMatt Whitlock
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
2021-12-20drop unused copyright variablesMike Frysinger
2021-11-12src/librc/librc-daemon.c: add missing include for kill (fix uclibc)Sam James
2021-11-12src/librc/librc-misc.c: add missing include for fileno (fix uclibc)Sam James
2021-09-06build: change root_prefix to rootprefixWilliam Hubbs
2021-09-04add meson build filesWilliam Hubbs
2021-08-13librc: fix rc_runlevel_exists return for empty stringWilliam Hubbs
2021-03-22stop namespaced services with specified pidsWilliam Hubbs
2019-07-24Fix build with ClangMartin Wilke
2019-02-26remove hidden-visibility.hWilliam Hubbs
2019-02-23librc: fix potential buffer overflow in pid_is_argvWilliam Hubbs
2019-02-23Revert "src/librc/librc-daemon.c: fix buffer overrun in pid_is_argv"William Hubbs
2019-02-21librc/librc-depend.c: fix NULL pointer dereferenceGeorgy Yakovlev
2019-02-12librc: fix realpath() return value checkEdan Bedrik
2018-12-27fix leading whitespacephilhofer
2018-12-27fix potential out-of-bounds readsphilhofer
2018-12-24src/librc/librc-daemon.c: fix buffer overrun in pid_is_argvphilhofer
2018-12-21fix compiler warningsWilliam Hubbs
2018-08-06librc: fix EACCES errno false-positive crashZac Medico
2018-06-27librc-daemon.c: fix memory leaksWilliam Hubbs
2018-06-22librc-daemon: convert most snprintf calls to xasprintfWilliam Hubbs
2018-06-20librc-misc: convert snprintf calls to xasprintfWilliam Hubbs