aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Link to man pages repoLaurent Bercot2026-04-111-0/+10
|
* Update deps/docs/mirrorsLaurent Bercot2026-04-0416-7/+23
|
* Add support for disabling rpath; prepare for 1.2.0.1Laurent Bercot2026-03-3110-16/+57
|
* AI policies, better -lskarnet error messageLaurent Bercot2026-03-262-1/+30
|
* Fix dotpcLaurent Bercot2026-01-211-0/+1
|
* doc fixLaurent Bercot2025-12-262-0/+2
|
* version: 1.2.0.0v1.2.0.0Laurent Bercot2025-12-241-0/+1
|
* releng fixesLaurent Bercot2025-12-232-1/+3
|
* Add -W readyfd support to s6-l-i and s6-l-i-mLaurent Bercot2025-12-184-18/+54
|
* Convert s6-l-i to golLaurent Bercot2025-12-182-78/+95
|
* Update depsLaurent Bercot2025-11-023-3/+3
|
* Update depsLaurent Bercot2025-10-303-3/+3
|
* fix gen-deps.shLaurent Bercot2025-10-261-3/+1
|
* Document sr.ht mirrorLaurent Bercot2025-09-241-1/+2
|
* Prepare for 1.2.0.0. env_store now needs to be read with chomp.Laurent Bercot2025-08-197-15/+45
|
* Support shlibs on MacOS, next iterationLaurent Bercot2025-05-302-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Correctly use pthread_lib sysdepLaurent Bercot2025-05-292-4/+12
|
* Support shlibs on MacOSLaurent Bercot2025-05-263-22/+64
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 1.1.3.0v1.1.3.0Laurent Bercot2025-05-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add hashLaurent Bercot2025-05-012-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next batch of build fixesLaurent Bercot2025-04-292-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More build fixesLaurent Bercot2025-04-292-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More fixesLaurent Bercot2025-04-293-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* build fix: need skeldir in MakefileLaurent Bercot2025-04-292-2/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Latest batch of fixesLaurent Bercot2025-04-284-5/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.1.3.0, templated configure, pkg-config support, etc.Laurent Bercot2025-04-2727-129/+1029
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for next version, fix configureLaurent Bercot2025-03-277-14/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 1.1.2.1v1.1.2.1Laurent Bercot2024-10-092-4/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2024-10-043-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Align configure to /usr/lib defaultLaurent Bercot2024-09-236-16/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.1.2.1Laurent Bercot2024-09-135-10/+29
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Use eltest instead of testLaurent Bercot2024-07-121-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* stage4 typo fixLaurent Bercot2024-07-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Credit SertonixLaurent Bercot2024-06-161-0/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove error message when rc.shutdown.final script is not foundSertonix2024-06-161-2/+2
| | | | Signed-off-by: Sertonix <sertonix@posteo.net>
* version: 1.1.2.0v1.1.2.0Laurent Bercot2023-11-061-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fix (thanks firas)Laurent Bercot2023-09-241-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-2/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document -V option to s6-l-i-mLaurent Bercot2023-09-191-19/+26
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-113-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-094-7/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-092-2/+4
| | | | 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 open2() safe wrapperLaurent Bercot2023-07-062-9/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Align dependenciesLaurent Bercot2023-06-243-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add better debug, fix svscan control pipe pathLaurent Bercot2023-06-211-3/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better unsupervise_tree in shutdowndLaurent Bercot2023-06-201-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rescan after unsupervising tree in shutdowndLaurent Bercot2023-06-191-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add verbosity setting, prepare for 1.1.2.0Laurent Bercot2023-06-077-39/+54
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add notification to shutdowndLaurent Bercot2023-06-064-4/+27
| | | | | | This saves 1 second between stage 3 and stage 4. Signed-off-by: Laurent Bercot <ska@appnovation.com>