aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-31init.d/seedrng.in: fix rc_yesno typoSam James
2022-03-31Add clangd support for developmentLinkTed
2022-03-30seedrng: remove environment variablesJason A. Donenfeld
2022-03-30init.d/urandom.in: drop the use of the psz variableWilliam Hubbs
2022-03-30add seedrng service for LinuxWilliam Hubbs
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-03-05Use consistent args passing in start-stop-daemonLinkTed
2022-03-05Fix indentation in the meson.build fileLinkTed
2022-03-05Add newline for `want`Cat Lee Ball
2022-02-06add GH action to leverage coverity scanMike Frysinger
2022-02-06linux: Add support for No New Privs flagLinkTed
2022-02-06capabilities: Add support for securebits flagsLinkTed
2022-01-30init.d/devfs: default mount /dev noexecomnivagant
2022-01-30init.d/bootmisc.in: prevent error due to nonexistant fileDermot Bradley
2022-01-26rc-misc.c: Allocate memory for 'file'Matt Turner
2021-12-31define the pam directory at the top levelWilliam Hubbs
2021-12-31remove a tabWilliam Hubbs
2021-12-30fix libkvm dependency for *bsdWilliam Hubbs
2021-12-30fix filename in FreeBSD meson buildWilliam Hubbs
2021-12-30use meson in cirrus ciWilliam Hubbs
2021-12-30build: always add subdirsWilliam Hubbs
2021-12-29remove separate pam directoryWilliam Hubbs
2021-12-29build: rename sh_dir variable to rc_shdirWilliam 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-20 supervise runsvdir daemonAaditya Bagga
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-12remove extra fileWilliam Hubbs
2021-12-12net-online: add missing sleep 1 in ping loopiucoen
2021-12-12rc-status: fix uptime types and simplifyDoug Freed
2021-12-07killprocs: add kill_delay settingWilliam Hubbs
2021-11-28support/init.d.examples: Do not use @PKG_PREFIX@ in service examplesWilliam Hubbs
2021-11-28build: set rootprefix_default to /usr if on a /usr merged systemWilliam Hubbs
2021-11-27meson: fallback to libcrypt detection outside of pkg-configSam James
2021-11-27src/rc/rc-selinux.c: fix use of deprecated security_context_tSam James
2021-11-27meson: only find libcrypt if SELinux and no PAMSam James
2021-11-20meson: link against libcrypt for SELinux if no PAMSam James
2021-11-20meson: fix pam_misc_dep definitionSam 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