aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-11binfmt: ensure a file is ungegistered before registeringartoo
This fixes #328
2020-01-11Fix typo in READMEAndrew Scheller
This fixes #338
2020-01-11make grep usage POSIX compliantEthan Sommer
use grep -E instead of egrep check for space or end of line instead of GNU-specific word boundary This fixes #345
2020-01-11Delete stray text.Jason Bowen
It looks like some stray text was left at the bottom of the file: ``` package. migrating your system to openrc-init. ``` There's a subsection on migrating a system to `openrc-ini`; perhaps this was an embryonic section title? This fixes #347.
2019-12-05openrc-shutdown.c: typo fixWilliam Hubbs
2019-10-28ci/travis.sh: run shellcheck on shell scriptsWilliam Hubbs
2019-10-28.travis.yml: install shellcheckAustin English
2019-09-03cgroup2_set_limits: verify that the cgroup2 path is a mount pointE5ten
prior to cgroups getting mounted, /sys/fs/cgroup will still exist, but attempts to make directories in it will fail, change cgroup2_set_limits() to verify that cgroups are mounted instead of just checking that /sys/fs/cgroup exists. This fixes #307. This fixes #321.
2019-08-20fix clang buildWilliam Hubbs
2019-08-20version 0.42William Hubbs
2019-08-20Update ChangeLogWilliam Hubbs
2019-08-20update sysvinit support filesWilliam Hubbs
2019-08-19fix single user modeWilliam Hubbs
2019-08-15optimize loops for installing gettysWilliam Hubbs
2019-08-15Remove "single" runlevel directoryWilliam Hubbs
Single user mode should be handled in the init process directly.
2019-08-15fix sysvinit compatibilityWilliam Hubbs
This allows openrc to direct sysvinit to shut down the system by setting the INIT_HALT environment variable appropriately. Also, we do not try to communicate with sysvinit if its fifo does not exist.
2019-08-02Add documentation for openrc-init and update the NEWS fileWilliam Hubbs
2019-07-29init.d/agetty: provide the getty virtual serviceWilliam Hubbs
2019-07-29Install gettys if the MKSYSVINIT switch is set to yesWilliam Hubbs
The default is to put one getty in the "single" runlevel and 6 in the "default" runlevel.
2019-07-29Add the "single" runlevelWilliam Hubbs
2019-07-26clarify supervise-daemon-guideChloe Kudryavtsev
1. The given default for respawn_max is wrong. 2. The example for respawn_period is nonsensical. This fixes #311.
2019-07-25add ability for openrc-shutdown to communicate with sysvinitWilliam Hubbs
This fixes #315.
2019-07-24Fix build with ClangMartin Wilke
This fixes #313.
2019-07-22Add Sony Interactive Entertainment as an authorWilliam Hubbs
2019-03-29supervise-daemon: allow --respawn-max to be zeroWilliam Hubbs
2019-02-26remove hidden-visibility.hWilliam Hubbs
I am removing this on the advice of a member of the Gentoo toolchain team. It was explained to me that this doesn't offer any significant benefits to OpenRC. If anyone ffeels differently, please open a pull request reverting this and adding an explanation of what it does and how to know which functions to mark hidden in the future. This fixes #301.
2019-02-25openrc-init: fix waitpid checksWilliam Hubbs
The do_openrc() function was not waiting properly for the child process which started the runlevel to return. We need to repeatedly call waitpid() until its return value matches the pid of the child process or the child process does not exist. This fixes #216. This fixes #300.
2019-02-23librc: fix potential buffer overflow in pid_is_argvWilliam Hubbs
This fixes #299.
2019-02-23Revert "src/librc/librc-daemon.c: fix buffer overrun in pid_is_argv"William Hubbs
This reverts commit 084877eb52971faf8f52c780ddd08ed9af140eb6. The mentioned commit caused some systems to have some services reported as crashed. This fixes #297. This fixes #298.
2019-02-22Update ChangeLogWilliam Hubbs
2019-02-22move ci scripts to their own directoryWilliam Hubbs
This fixes #296.
2019-02-22combine test directoriesWilliam Hubbs
This fixes #295.
2019-02-22remove unused test ignore patternsWilliam Hubbs
2019-02-22remove unused test data filesWilliam Hubbs
2019-02-21librc/librc-depend.c: fix NULL pointer dereferenceGeorgy Yakovlev
In some cases deptree or depinfo can be NULL, check before dereferencing. Fixes https://github.com/OpenRC/openrc/issues/293 Fixes https://github.com/OpenRC/openrc/pulls/294 X-Gentoo-Bug: 659906 X-Gentoo-Bug-URL: https://bugs.gentoo.org/659906
2019-02-19use cirrus-ci for FreeBSD buildsGeorgy Yakovlev
This fixes #265.
2019-02-19src/test/runtests.sh: drop 'readelf'-based testsSergei Trofimovich
The 'readelf'-based tests cover a few situations: 1. undefined symbols in shared libraries 2. unexpected exports in shared libraries Bug #575958 shows that [2.] implementation is too simplistic in assuming that presence of relocation equals to export presence. It is incorrect for PLT stubs and local symbols. Let's just drop these tests. If one needs to cover [1.] it is better to use LDFLAGS=-Wl,--no-undefined. This closes #292. X-Reported-by: Benda Xu X-Gentoo-Bug: https://bugs.gentoo.org/575958 X-Gentoo-Bug-URL: https://bugs.gentoo.org/575958
2019-02-15rc-status: style fixesWilliam Hubbs
2019-02-15update ChangeLogWilliam Hubbs
2019-02-15rc-status: add -f option to allow formatting outputWilliam Hubbs
The -f option can be used when showing the status of services in runlevels to allow making the output more easily parsable. Currently, the .ini format is the only one supported.
2019-02-14rc-status.c: small style changesWilliam Hubbs
2019-02-13add experimental support for an alternate shell for service scriptsWilliam Hubbs
This is for #288.
2019-02-12librc: fix realpath() return value checkEdan Bedrik
This fixes #226.
2019-02-12improve shutdown documentationWilliam Hubbs
This fixes #290.
2019-02-11travis: try enabling musl-gccAustin English
This fixes #261.
2019-02-11fix build with muslcAustin English
This fixes #261.
2019-02-11test/skel.runtests.sh: remove unused fileAustin English
git grep shows no usage, and `make test` passes This fixes #256.
2019-01-21zsh-completion: _rc-service support extra actionsFelix Neumärker
- use rc-service <service> describe to get action list This is for #285.
2019-01-21zsh-completion: _rc-service fix flag/command combinationsFelix Neumärker
- handle `rc-service -<flag> <service> <action>` correctly This is for #285.
2019-01-18man/openrc.8: add openrc-run.8 to see alsoKim Jahn
This fixes #283.