aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-29is_older_than: missing includes from IWYUSam James
2023-01-29is_newer_than: missing includes from IWYUSam James
2023-01-29fstabinfo: missing includes from IWYUSam James
2023-01-29einfo: missing includes from IWYUSam James
2023-01-29checkpath: missing includes from IWYUSam James
2023-01-28src: shared: schedules: add missing includes to headerSam James
2023-01-28src: shared: plugin: add missing includes to headerSam James
2023-01-28src: shared: misc: add missing includes to headerSam James
2023-01-28src: shared: helpers: add missing includes to headerSam James
2023-01-28openrc: rc-logger: add missing includes to headerSam James
2023-01-28swclock: fix codeql warning and upgrade to futimensNRK
2023-01-28openrc: avoid unnecessary malloc inside sig-handlerNRK
2023-01-25openrc-shutdown: mark handler as noreturn, use _unused macroSam James
2023-01-25openrc: mark handle_bad_signal as noreturnSam James
2023-01-25supervise-daemon: mark various functions as noreturnSam James
2023-01-25openrc-shutdown: mark stop_shutdown as noreturn, fix typo/indentationSam James
2023-01-25shared: move _noreturn definition into helpers.hSam James
2023-01-25libeinfo: fix -Wunused-but-set-variableSam James
2023-01-25librc: fix 'init' memory leakSam James
2023-01-25openrc-run: drop strlen dead storeSam James
2023-01-25openrc-shutdown: fix need_warning dead storeSam James
2023-01-25openrc-run: fix -Wunused-but-set-variableSam James
2023-01-25openrc: fix double-assignment to dirSam James
2023-01-25openrc, openrc-run: Fix -Wstrict-prototypesSam James
2023-01-24update cirrus ci to latest FreeBSD imagesWilliam Hubbs
2023-01-21add CoC based on the Contributor Covenant projectMike Frysinger
2023-01-20start-stop-daemon, supervise-daemon: use closefrom()/close_range()Matt Whitlock
2023-01-20start-stop-daemon: remove unnecessary carve-out for pipe FDMatt Whitlock
2023-01-15checkpath: add missing sticky/set*id mode bits to checkMike Frysinger
2023-01-15netmount: add fuse.glusterfsMike Frysinger
2023-01-15openrc-run: add status to basic usage messageMike Frysinger
2023-01-15checkpath: fix initial dirfd openingMike Frysinger
2023-01-15man: update path to internal runtime stateMike Frysinger
2023-01-15init: add missing eend to /run mount #554Mike Frysinger
2023-01-08LICENSE: Change year to 2023 (from 2015!!!)Ivan Bushchik
2023-01-05version 0.46William Hubbs
2023-01-05update newsWilliam Hubbs
2022-12-08build: fix run_command warningNikolaos Chatzikonstantinou
2022-12-08src/swclock: make the reference file a required argumentWilliam Hubbs
2022-12-08make the location of the swclock reference file configurableWilliam Hubbs
2022-12-07start-stop-daemon: use a pipe to sync parent/child processesMike Gilbert
2022-12-07supervise-daemon: don't overwrite empty supervise_daemon_argsJakub Jirutka
2022-12-07librc-depend: fix -Wmismatched-deallocSam James
2022-09-07Avoid warning on grep 3.8 in hwclockStefan Linke
2022-09-06start-stop-daemon, supervise-daemon: set autogroup nicelevelMatt Whitlock
2022-09-04init.d/root: don't remount swapSören Tempel
2022-09-02Revert "start-stop-daemon: use vfork to avoid races"William Hubbs
2022-09-02init.d/root: also remount / with options provided in /etc/fstabSören Tempel
2022-09-02start-stop-daemon: use vfork to avoid racesArusekk
2022-07-21openrc: fix help messagesxdavidwu