aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove s6-frontend-helper-echo (and document echore)Laurent Bercot38 hours2-55/+0
|
* Support of s6-rc's --clean featureLaurent Bercot38 hours2-6/+10
|
* Typo fixLaurent Bercot38 hours1-1/+1
|
* Adapt live_status to new s6-rc -cLaurent Bercot5 days3-87/+89
|
* Update deps; two small bugfixesLaurent Bercot2026-06-222-2/+2
|
* Export fdhuser as wellLaurent Bercot2026-06-211-0/+1
|
* Make fdhuser a config variable and --fdholder-user a global optionLaurent Bercot2026-06-199-42/+19
| | | | And remove the -h|--fdholder-user from various subcommands.
* Add s6 set apply and s6 applyLaurent Bercot2026-06-198-5/+170
|
* Add s6 live reloadLaurent Bercot2026-06-184-0/+76
|
* Add enable/disable/start/stop/kill shortcuts and live resetLaurent Bercot2026-06-186-11/+52
|
* s6_set changes: configurable set, remove load/save, add copyLaurent Bercot2026-06-1612-93/+117
| | | | | Also add a configurable set to s6_live_install Don't unlist current in s6_repository_list
* Change default storelist and configuration fileLaurent Bercot2026-06-091-1/+1
| | | | | | Default storelist becomes /usr/share/s6/sources:/etc/s6/sources Default configuration file becomes /etc/s6.conf Conffile environment variable becomes S6_CONF
* Add verbosity; update s6 version docLaurent Bercot2026-05-121-1/+7
|
* Change "s6 version" to "s6 version show|export"Laurent Bercot2026-05-128-14/+129
|
* Add s6 l, s6 p, s6 proc, s6 r, s6 repo aliasesLaurent Bercot2026-04-071-0/+5
|
* Actually fix itLaurent Bercot2026-01-241-2/+2
|
* Prepare for 0.0.1.1; fix build bug when no s6liLaurent Bercot2026-01-241-1/+1
|
* Change "sub" to "prescription" (or rx)Laurent Bercot2026-01-242-6/+6
|
* Add -E | -e options to live install; fix configureLaurent Bercot2026-01-242-2/+8
|
* s6-rc -X is now s6-rc --no-lock (not public)Laurent Bercot2026-01-211-1/+1
|
* Next batch of fixes, add s6 set deleteLaurent Bercot2026-01-218-4/+44
|
* hmmm, what's happening with live_startstop?Laurent Bercot2026-01-204-32/+6
|
* Batch of fixes!Laurent Bercot2026-01-208-40/+29
|
* Add s6-frontend-helper-echo, fix live_status and process_startstopLaurent Bercot2026-01-204-8/+65
|
* Some bugfixesLaurent Bercot2026-01-202-2/+2
|
* Some fixesLaurent Bercot2026-01-195-11/+21
|
* Lots of code cleanup; refactor pretty-printingLaurent Bercot2026-01-1920-78/+75
|
* typo fixesLaurent Bercot2026-01-191-1/+1
|
* live_install fix, doc fixLaurent Bercot2026-01-181-1/+1
|
* Add s6 live install --init ; finish and fix documentationLaurent Bercot2026-01-182-1/+5
|
* Minor changes and fixes; doc for s6 setLaurent Bercot2026-01-169-20/+36
|
* Better live_status and live_stop_everything, more docLaurent Bercot2026-01-132-17/+33
|
* Add doc for s6 process and s6 liveLaurent Bercot2026-01-121-1/+1
|
* Add repository_check; add basic documentationLaurent Bercot2026-01-115-4/+67
|
* Fill out help files, change storepath into storelistLaurent Bercot2026-01-0612-29/+137
|
* Help system seems to workLaurent Bercot2025-12-244-11/+25
|
* Save before experimenting with help processing system...Laurent Bercot2025-12-2417-126/+88
|
* Split live into live and systemLaurent Bercot2025-12-2310-132/+225
|
* Complete set of commands for s6-frontendLaurent Bercot2025-12-2114-3/+443
|
* Complete base functionalityLaurent Bercot2025-11-268-153/+123
|
* Add a lot of subcommands, see a nice framework emergeLaurent Bercot2025-11-1117-62/+680
|
* Add live_statusLaurent Bercot2025-11-101-4/+199
|
* Refactor and implement live_restartLaurent Bercot2025-11-102-60/+94
|
* move service commands to liveLaurent Bercot2025-11-0917-192/+279
|
* Now it builds againLaurent Bercot2025-11-0514-116/+138
|
* Lots of work done, doesn't build yet, next commit willLaurent Bercot2025-11-0426-1519/+270
| | | | | | | | - alias subsystem moved to s6 - config subsystem deleted - new helpers subsystem, with a s6-frontend-helper-kill program - new s6f_equote function, to execline-quote an argv - started the adaptation to the new s6-rc functions, in progress
* Separate s6 from s6-frontend, fix configure for no-nsss buildLaurent Bercot2025-10-2415-4/+46
|
* fix depsLaurent Bercot2025-07-011-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to mkdirpLaurent Bercot2025-06-303-19/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to new golLaurent Bercot2025-06-3013-221/+164
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>