Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-14 | Stop mounting efivarfs read-only | William Hubbs | |
We do not need to do this any longer since all supported linux kernels make efivarfs immutable and the tools that manipulate it are aware of this feature. This fixes https://github.com/openrc/openrc/issues/238. | |||
2018-08-06 | librc: fix EACCES errno false-positive crash | Zac Medico | |
Use errno != EACCES to fix false-positive for non-root users with grsecurity kernels. Fixes: 37e29442721a ("librc: Add check for crashed state") This fixes #237 | |||
2018-07-09 | rc-functions.sh: Remove addon support | William Hubbs | |
This is an old relic from Gentoo baselayout-1.x which should not be used any longer. | |||
2018-06-29 | modules: remove the ability to rename modules on the fly | William Hubbs | |
Kmod doesn't support the -o switch, so if you have been using this your module loads have been failing. | |||
2018-06-29 | rc-status: initialize uptime pointer to prevent memory corruption | Holger Hoffstätte | |
This fixes #231. | |||
2018-06-28 | version 0.39 | William Hubbs | |
2018-06-28 | Update ChangeLog | William Hubbs | |
2018-06-27 | supervise-daemon.c: clean up memory leaks | William Hubbs | |
2018-06-27 | librc-daemon.c: fix memory leaks | William Hubbs | |
2018-06-22 | librc-daemon: convert most snprintf calls to xasprintf | William Hubbs | |
2018-06-20 | librc-misc: convert snprintf calls to xasprintf | William Hubbs | |
2018-06-20 | libeinfo: convert remaining snprintf calls to xasprintf | William Hubbs | |
2018-06-20 | openrc: convert snprintf calls to xasprintf | William Hubbs | |
2018-06-19 | supervise-daemon: convert snprintf calls to xasprintf | William Hubbs | |
2018-06-19 | start-stop-daemon: convert snprintf calls to xasprintf | William Hubbs | |
2018-06-19 | rc-status: convert snprintf calls to xasprintf | William Hubbs | |
2018-06-19 | rc-status: fix gcc 7 warnings | William Hubbs | |
2018-06-19 | start-stop-daemon: fix gcc 7 warnings | William Hubbs | |
2018-06-19 | checkpath: fix gcc 7 warnings | William Hubbs | |
2018-06-19 | fix gcc 7 warnings in pipe routines | William Hubbs | |
2018-06-19 | libeinfo: clean up gcc 7 compiler warnings | William Hubbs | |
2018-06-17 | version 0.38 | William Hubbs | |
2018-06-15 | Update ChangeLog | William Hubbs | |
2018-06-15 | sh/start-stop-daemon.sh: fix processing of the logger arguments | William Hubbs | |
2018-06-15 | Update ChangeLog | William Hubbs | |
2018-06-15 | start-stop-daemon: add ability to log stdout or stderr to processes | William Hubbs | |
2018-06-14 | fix a typo | William Hubbs | |
2018-06-13 | Add helper to spawn process with stdin connected to a pipe | Mike Gilbert | |
2018-06-05 | user-guide.md: small cleanups | William Hubbs | |
2018-06-05 | service-script-guide.md: small cleanups | William Hubbs | |
2018-06-05 | version 0.37 | William Hubbs | |
2018-05-31 | Update ChangeLog | William Hubbs | |
2018-05-30 | sh/supervise-daemon.sh: use start_stop_daemon_args if supervise_daemon_args ↵ | Austin English | |
is undefined | |||
2018-05-22 | Logger: only log printable characters and newlines | William Hubbs | |
X-Gentoo-Bug: 651412 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=651412 | |||
2018-05-22 | openrc-run.sh: move crashed test outside started test | William Hubbs | |
This is handled inside librc, so we don't need the nesting in this script. | |||
2018-05-22 | Add mark_service_crashed binary | William Hubbs | |
2018-05-22 | rc-misc: add the crashed state | William Hubbs | |
2018-05-22 | librc: Add check for crashed state | William Hubbs | |
In rc_service_state,, call rc_service_daemons_crashed to check for a crashed daemon if the service is started. | |||
2018-05-22 | librc: Add crashed state | William Hubbs | |
2018-05-18 | Remove the _rc_can_find_pids function | William Hubbs | |
This test to find if we could see pid 1 was being used inconsistently in rc-status and mark_service_crashed to decide whether we could test to see if the daemon for the service was crashed, and it was not part of the librc library. I am removing it from the executables because of inconsistent usage. I will add it to the library if it is needed there. | |||
2018-05-16 | rc-service: add --ifstarted and --ifstopped options | William Hubbs | |
2018-05-15 | Man: rc-service man page cleanups | William Hubbs | |
2018-05-15 | rc-service: add -d/--debug and -D/--nodeps options | William Hubbs | |
2018-05-15 | openrc-run: respect the RC_NODEPS environment variable | William Hubbs | |
2018-05-15 | Add RC_DEBUG and RC_NODEPS to environment whitelist | William Hubbs | |
These are needed so rc-service can pass debug and nodeps options to openrc-run. | |||
2018-05-14 | openrc-run: respect the IN_DRYRUN environment variable | William Hubbs | |
This allows rc-service to pass the tryrun option to openrc-run. This is for #225. | |||
2018-05-14 | rc-misc.c: Add IN_DRYRUN to environment whitelist | William Hubbs | |
This allows rc-service to pass the dryrun option to openrc-run. This is for #225. | |||
2018-05-14 | rc-service: add a --dry-run option | William Hubbs | |
This is for #225. | |||
2018-05-11 | build: standardize installation modes | William Hubbs | |
Gentoo was changing some of our installation modes from 0444 to 0644. There isn't a reason to install things 0444, so we are switching these to 0644 so the Gentoo ebuild doesn't need this extra step. | |||
2018-05-11 | Revert "savecache: stop saving the dependency tree" | William Hubbs | |
It is safe to save the deptree, but we also need to regenerate it at boot time. |