aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Adapt to skalibs-2.14Laurent Bercot2023-09-099-134/+49
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* child_spawn_workaround is public nowLaurent Bercot2023-09-082-5/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add ucspiserver.h, support posix_spawn() in s6-ipcserverdLaurent Bercot2023-09-087-47/+169
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Meh, link to archive.org is betterLaurent Bercot2023-08-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Replace dead superscript link with an (older) cr.yp.to oneLaurent Bercot2023-08-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: Catch all of variable valuesMobin2023-07-101-1/+1
| | | | | | | If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
* Use open safe wrappers; remove debug boilerplateLaurent Bercot2023-07-062-68/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* systemd unit example fixLaurent Bercot2023-06-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Loosen nonzero servicedirs requirement on s6-svwait/s6-svlistenLaurent Bercot2023-06-254-3/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document new s6-svscan optionsLaurent Bercot2023-06-246-8/+28
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More better debug infoLaurent Bercot2023-06-201-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More debug informationLaurent Bercot2023-06-201-12/+33
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New and improved s6-svscanLaurent Bercot2023-06-141-336/+469
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt s6-fdholderd to fixed iter_func typeLaurent Bercot2023-06-141-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add -t lastlinetimeout option to s6-logLaurent Bercot2023-05-264-32/+53
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6-svc -s; prepare for 2.11.4.0Laurent Bercot2023-05-257-7/+55
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc clarificationLaurent Bercot2023-05-021-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-05-021-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* adjust unit-conversion.htmlLaurent Bercot2023-04-231-3/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add systemd unit conversion guide pageLaurent Bercot2023-04-231-0/+1399
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simplify selfpipe managementLaurent Bercot2023-04-078-22/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.3.2v2.11.3.2Laurent Bercot2023-04-025-5/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.3.1v2.11.3.1Laurent Bercot2023-04-021-3/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove obsolete declarationLaurent Bercot2023-03-091-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.3.1, rlimit shenanigansLaurent Bercot2023-02-266-8/+33
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.3.0v2.11.3.0Laurent Bercot2023-02-171-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-02-173-5/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Makefile simplificationLaurent Bercot2023-02-171-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* NEWS updateLaurent Bercot2023-02-171-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Clarify the use of shutdown() in s6-ioconnectLaurent Bercot2023-02-091-0/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Autodetect socket endpoints in s6-ioconnect, deprecate -0167Laurent Bercot2023-02-092-32/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Copy the new template, not the old one!Laurent Bercot2023-02-081-10/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6_servicedir_instances_recreate_offline functionsLaurent Bercot2023-02-085-3/+95
| | | | | | | This will be used for more transparent instance management in s6-rc. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.3.0Laurent Bercot2023-02-064-4/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6-svc -QLaurent Bercot2023-02-063-25/+29
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't create instance/instances subdirs in s6-rc source defsLaurent Bercot2023-01-311-8/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.2.1, move template location, change file listLaurent Bercot2023-01-319-14/+41
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-01-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-01-162-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.2.0v2.11.2.0Laurent Bercot2023-01-141-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc clarificationLaurent Bercot2023-01-131-2/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc clarificationLaurent Bercot2023-01-111-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-01-111-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Mention -D/-U edge case in s6-supervise docLaurent Bercot2023-01-111-0/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2023-01-113-19/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More bugfixesLaurent Bercot2023-01-115-67/+60
| | | | | | And doc fixes Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add doc for s6-instance-list and s6-instance-statusLaurent Bercot2023-01-108-13/+146
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6-instance-list, s6-instance-status (no doc yet)Laurent Bercot2023-01-1015-41/+213
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-01-092-5/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next batch of fixesLaurent Bercot2023-01-0910-8/+50
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>