aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* s6-l-i-m: don't fail when rc.shutdown.final doesn't existLaurent Bercot2019-11-151-6/+6
| | | | | stage4 will print an error message when it tries to spawn it, but since it will reboot right afterwards, who cares.
* version: 1.0.3.1v1.0.3.1Laurent Bercot2019-10-211-0/+1
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-212-19/+19
|
* Prepare for 1.0.3.1Laurent Bercot2019-10-215-12/+33
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Correctly document that fifo is internal, not APILaurent Bercot2019-10-061-4/+5
|
* version: 1.0.3.0v1.0.3.0Laurent Bercot2019-09-223-6/+17
|
* Make s6-l-i-m produce update-resistant scripts (use EXTBINPREFIX)Laurent Bercot2019-09-221-11/+11
|
* Fix configure permissionsLaurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-211-2/+0
|
* Remove tainnow.lib dependencyLaurent Bercot2019-09-216-10/+10
|
* Print HPR_BANNER_WALL to all users in shutdown(8) tooLaurent Bercot2019-09-061-1/+9
|
* shutdown protocol now transmits a timeout; move to stopwatch APILaurent Bercot2019-09-063-2/+5
|
* Add stage 4 hook supportLaurent Bercot2019-08-198-49/+75
|
* Trap CAD in stage 1; prepare for 1.0.3.0Laurent Bercot2019-08-096-6/+21
|
* version: 1.0.2.1v1.0.2.1Laurent Bercot2019-07-291-0/+7
|
* Don't forget to sync before rebootingLaurent Bercot2019-07-281-0/+1
|
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|
* Make configure CC-friendlierLaurent Bercot2019-07-221-8/+24
|
* remove extra if branch in shutdownd; prepare for 1.0.2.1Laurent Bercot2019-07-186-10/+12
|
* bugfix: don't overwrite the first kernel cmdline argumentLaurent Bercot2019-07-081-1/+0
|
* Fire the proofreaders, and the doc writer tooLaurent Bercot2019-06-241-1/+1
|
* Has this documentation even ever be proofread?Laurent Bercot2019-06-192-8/+10
|
* More more doc fixesLaurent Bercot2019-06-191-1/+1
|
* More doc fixesLaurent Bercot2019-06-191-1/+1
|
* Doc fixesLaurent Bercot2019-06-192-3/+5
|
* version: 1.0.2.0v1.0.2.0Laurent Bercot2019-06-092-1/+2
|
* Add -H and -P to s6-l-i-shutdown, prepare for 1.0.2.0Laurent Bercot2019-06-096-6/+35
|
* Doc typo fixLaurent Bercot2019-05-231-1/+1
|
* version: 1.0.1.0v1.0.1.0Laurent Bercot2019-05-201-0/+3
|
* Improve UX following IRC feedback, prepare for 1.0.1.0Laurent Bercot2019-05-209-30/+73
|
* version: 1.0.0.0v1.0.0.0Laurent Bercot2019-05-144-4/+12
|