Age | Commit message (Expand) | Author |
2023-01-29 | openrc-shutdown: missing includes from IWYU | Sam James |
2023-01-29 | openrc-run: missing includes from IWYU | Sam James |
2023-01-29 | openrc: missing includes from IWYU | Sam James |
2023-01-29 | openrc-init: missing includes from IWYU | Sam James |
2023-01-29 | mountinfo: missing includes from IWYU | Sam James |
2023-01-29 | mark_service: missing includes from IWYU | Sam James |
2023-01-29 | librc: missing includes from IWYU | Sam James |
2023-01-29 | libeinfo: missing includes from IWYU | Sam James |
2023-01-29 | kill_all: missing includes from IWYU | Sam James |
2023-01-29 | is_older_than: missing includes from IWYU | Sam James |
2023-01-29 | is_newer_than: missing includes from IWYU | Sam James |
2023-01-29 | fstabinfo: missing includes from IWYU | Sam James |
2023-01-29 | einfo: missing includes from IWYU | Sam James |
2023-01-29 | checkpath: missing includes from IWYU | Sam James |
2023-01-28 | src: shared: schedules: add missing includes to header | Sam James |
2023-01-28 | src: shared: plugin: add missing includes to header | Sam James |
2023-01-28 | src: shared: misc: add missing includes to header | Sam James |
2023-01-28 | src: shared: helpers: add missing includes to header | Sam James |
2023-01-28 | openrc: rc-logger: add missing includes to header | Sam James |
2023-01-28 | swclock: fix codeql warning and upgrade to futimens | NRK |
2023-01-28 | openrc: avoid unnecessary malloc inside sig-handler | NRK |
2023-01-25 | openrc-shutdown: mark handler as noreturn, use _unused macro | Sam James |
2023-01-25 | openrc: mark handle_bad_signal as noreturn | Sam James |
2023-01-25 | supervise-daemon: mark various functions as noreturn | Sam James |
2023-01-25 | openrc-shutdown: mark stop_shutdown as noreturn, fix typo/indentation | Sam James |
2023-01-25 | shared: move _noreturn definition into helpers.h | Sam James |
2023-01-25 | libeinfo: fix -Wunused-but-set-variable | Sam James |
2023-01-25 | librc: fix 'init' memory leak | Sam James |
2023-01-25 | openrc-run: drop strlen dead store | Sam James |
2023-01-25 | openrc-shutdown: fix need_warning dead store | Sam James |
2023-01-25 | openrc-run: fix -Wunused-but-set-variable | Sam James |
2023-01-25 | openrc: fix double-assignment to dir | Sam James |
2023-01-25 | openrc, openrc-run: Fix -Wstrict-prototypes | Sam James |
2023-01-24 | update cirrus ci to latest FreeBSD images | William Hubbs |
2023-01-21 | add CoC based on the Contributor Covenant project | Mike Frysinger |
2023-01-20 | start-stop-daemon, supervise-daemon: use closefrom()/close_range() | Matt Whitlock |
2023-01-20 | start-stop-daemon: remove unnecessary carve-out for pipe FD | Matt Whitlock |
2023-01-15 | checkpath: add missing sticky/set*id mode bits to check | Mike Frysinger |
2023-01-15 | netmount: add fuse.glusterfs | Mike Frysinger |
2023-01-15 | openrc-run: add status to basic usage message | Mike Frysinger |
2023-01-15 | checkpath: fix initial dirfd opening | Mike Frysinger |
2023-01-15 | man: update path to internal runtime state | Mike Frysinger |
2023-01-15 | init: add missing eend to /run mount #554 | Mike Frysinger |
2023-01-08 | LICENSE: Change year to 2023 (from 2015!!!) | Ivan Bushchik |
2023-01-05 | version 0.46 | William Hubbs |
2023-01-05 | update news | William Hubbs |
2022-12-08 | build: fix run_command warning | Nikolaos Chatzikonstantinou |
2022-12-08 | src/swclock: make the reference file a required argument | William Hubbs |
2022-12-08 | make the location of the swclock reference file configurable | William Hubbs |
2022-12-07 | start-stop-daemon: use a pipe to sync parent/child processes | Mike Gilbert |