aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SIGWINCH is not posixHEADmainLaurent Bercot26 hours1-0/+3
|
* Improve user service managementLaurent Bercot14 days2-22/+157
| | | | | | | | | | | | - Separate /etc/s6.conf from /etc/s6-user.conf - Have --system|--user handled at the s6 level, not the s6-frontend level - Also have --help rewritten at the s6 level because it's cleaner - On --user, process the config file with sed to import XDG variables - Do not use s6f_user_get_confdirs() anymore (can remove it if we decide to stick with this design), --user now only changes the conf file, and only command-line options such as --scandir can override what is described in the conf file. - Document the current behaviour.
* Fix bootdb printing in s6 version exportLaurent Bercot2026-08-201-1/+1
|
* another quoting fixLaurent Bercot2026-08-081-1/+1
|
* Fix off-by-one quoting in live_status_someLaurent Bercot2026-08-081-3/+3
|
* Remove s6-frontend-helper-echo (and document echore)Laurent Bercot2026-07-142-55/+0
|
* Support of s6-rc's --clean featureLaurent Bercot2026-07-142-6/+10
|
* Typo fixLaurent Bercot2026-07-141-1/+1
|
* Adapt live_status to new s6-rc -cLaurent Bercot2026-07-113-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
|