aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-08checkpath: fix memory leakSam James
2022-05-08checkpath: fix memory leakSam James
2022-05-08rc-update: style fixesSam James
2022-05-08rc-update: fix mismatched allocSam James
2022-05-08rc-status: fix mismatched allocSam James
2022-05-08shared/misc.c: free env_allow if returning early from env_filterSam James
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-20seedrng: initialize seed_dirWilliam Hubbs
2022-04-20seedrng: more improvementsWilliam Hubbs
2022-04-20seedrng: incorporate various improvementsJason A. Donenfeld
2022-04-09openrc-shutdown: remove rc- prefix from file namesWilliam Hubbs
2022-04-07start-stop-daemon: remove rc-prefix from file namesWilliam Hubbs
2022-04-06migrate fully to meson build systemWilliam Hubbs
2022-03-30seedrng: remove environment variablesJason A. Donenfeld
2022-03-30seedrng.c: multiple cleanupsWilliam Hubbs
2022-03-29seedrng: clean up fds and avoid -1 close on exit (#509)Jason A. Donenfeld
2022-03-26Use seedrng for seeding the random number generatorJason A. Donenfeld
2022-03-05Add Posix Scheduling Support to start-stop-daemon (#497)sad-goldfish
2022-03-05switch 0x100 constants to enumsMike Frysinger
2022-03-05switch 0x80 to 0x103 for long optionsMike Frysinger
2022-02-06linux: Add support for No New Privs flagLinkTed
2022-02-06capabilities: Add support for securebits flagsLinkTed
2022-01-26rc-misc.c: Allocate memory for 'file'Matt Turner
2021-12-31define the pam directory at the top levelWilliam Hubbs
2021-12-30fix libkvm dependency for *bsdWilliam Hubbs
2021-12-29remove separate pam directoryWilliam Hubbs
2021-12-23capabilities: Add support for Linux capabilities(7)LinkTed
2021-12-22add option for OOM score adjustmentMatt Whitlock
2021-12-21start-stop-daemon: fix typo in error messageMatt Whitlock
2021-12-21broadcast: fix compiler warningsMike Frysinger
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-12-20change getopt definition to elide pointer storageMike Frysinger
2021-12-12rc-status: fix uptime types and simplifyDoug Freed
2021-11-27src/rc/rc-selinux.c: fix use of deprecated security_context_tSam James
2021-11-20meson: link against libcrypt for SELinux if no PAMSam James
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-11-12Added missing comma in openrc/src/rcEric Turgeon
2021-11-12openrc-init: fix build for selinuxWilliam Hubbs
2021-10-08selinux build fixWilliam Hubbs
2021-10-07checkpath: fix allocation size of path bufferSam James