aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: wall message on non-immediate shutdown(8)Laurent Bercot2021-02-126-44/+102
|
* bugfix: actually log to catch-all in shutdownd.Laurent Bercot2021-01-272-15/+30
| | | | Also support more options in telinit.
* Prepare for 1.0.6.1Laurent Bercot2021-01-275-8/+25
|
* Doc http scheme fixesLaurent Bercot2021-01-224-7/+7
|
* Doc fixLaurent Bercot2021-01-141-1/+5
|
* version: 1.0.6.0v1.0.6.0Laurent Bercot2021-01-103-4/+3
|
* Doc clarificationLaurent Bercot2021-01-091-1/+7
|
* Add a runit conversion FAQ to quickstartLaurent Bercot2021-01-092-2/+99
|
* INSTALL fixLaurent Bercot2021-01-021-1/+1
|
* Don't forget index.htmlLaurent Bercot2021-01-021-2/+2
|
* Fix optional dependencies documentationLaurent Bercot2021-01-022-5/+5
|
* configure should be executable >.>Laurent Bercot2020-12-291-0/+0
|
* Don't put -fno-stack-protector in default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* configure fixLaurent Bercot2020-12-181-7/+7
|
* Make it work with the new s6. Add s6-linux-init-nuke.Laurent Bercot2020-12-0913-9/+79
|
* Adapt to skalibs-2.10.0.0 and s6-2.10.0.0Laurent Bercot2020-11-309-33/+64
|
* Accept 1 as cmdline runlevel; fix rc.shutdown comment for s6-rcLaurent Bercot2020-11-112-2/+2
|
* Credit Muhammad (for reporting the previous bug!)Laurent Bercot2020-11-101-0/+1
|
* version: 1.0.5.1v1.0.5.1Laurent Bercot2020-11-101-0/+1
|
* Fix s6-l-i-m init $@ bug; prepare for 1.0.5.1Laurent Bercot2020-11-105-3/+15
|
* version: 1.0.5.0v1.0.5.0Laurent Bercot2020-11-061-1/+0
|
* Change error message on !isatty()Laurent Bercot2020-11-061-1/+1
|
* Fix trivial bugLaurent Bercot2020-11-061-1/+1
|
* Add -i option to shutdown and hprLaurent Bercot2020-11-068-8/+71
|
* Prepare for 1.0.5.0Laurent Bercot2020-11-035-6/+26
|
* Authors name updateLaurent Bercot2020-09-281-1/+1
|
* version: 1.0.4.2v1.0.4.2Laurent Bercot2020-06-221-0/+1
|
* Don't test for shutdown.allow in containersLaurent Bercot2020-06-221-4/+8
|
* Prepare for 1.0.4.2Laurent Bercot2020-06-224-2/+14
|
* version: 1.0.4.1v1.0.4.1Laurent Bercot2020-06-094-5/+8
|
* Properly prefix s6-log in s6-l-i-mLaurent Bercot2020-06-091-1/+1
|
* doc: add precision on requirementsLaurent Bercot2020-04-011-5/+10
|
* s6-linux-init: fix html errorsColin Booth2020-03-304-23/+21
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* Include posixishard as late as possibleLaurent Bercot2020-03-211-1/+1
|
* Prepare for 1.0.4.1Laurent Bercot2020-03-165-4/+18
|
* Use s6-sudod -d in runleveldLaurent Bercot2020-03-161-1/+1
|
* version: 1.0.4.0v1.0.4.0Laurent Bercot2020-03-021-1/+0
|
* Simplify kbrequest managementLaurent Bercot2020-02-261-26/+13
| | | | | | | | | | | | | | - the ioctl never works on /dev/console, so trying to use it on stdin is useless. - /dev/tty0 always exists in a devtmpfs, so the late test is okay. It works on serial consoles too. If no devtmpfs, creating a correct /dev/tty0 is the responsibility of the integrator. - Also added SIGINT blocking before disablecad, to avoid potential early panic. For it to work on kernels without signalfd, it requires the skalibs commit that unblocks selfpipe-trapped signals when not using signalfd. - No such block is needed for kbrequest, because the default action for SIGWINCH is ignore, not terminate.
* Tentative support for kbrequestLaurent Bercot2020-02-262-8/+37
|
* Doc typo fixLaurent Bercot2020-02-211-1/+1
|
* Trigger a poweroff on SIGPWR to init (power failure)Laurent Bercot2020-02-181-0/+1
|
* With the correct deps.makLaurent Bercot2020-01-302-4/+3
|
* Do not attempt to unmount /runLaurent Bercot2020-01-301-1/+5
|
* Properly install links into /library.soLaurent Bercot2020-01-271-0/+3
|
* Update dependenciesLaurent Bercot2020-01-273-6/+12
|
* Fix shared libs installationLaurent Bercot2020-01-271-6/+2
|
* Small improvements to skel and autogenerationLaurent Bercot2020-01-192-15/+32
|
* Add -C and -B options, prepare for 1.0.4.0Laurent Bercot2020-01-1918-156/+459
|
* Don't guard chown, so non-root invocation can fail as expectedLaurent Bercot2019-12-081-1/+1
|
* Add clarifying /dev/console comment to rc.shutdownLaurent Bercot2019-11-281-0/+10
|