aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Prepare for 1.1.1.2; accept hiercopy when /run can't be chmoddedLaurent Bercot2023-06-016-5/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 1.1.1.1v1.1.1.1Laurent Bercot2023-05-021-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Keep dependencies as they areLaurent Bercot2023-05-024-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.1.1.1; fix ctty passing when we have a loggerLaurent Bercot2023-04-296-8/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-04-077-10/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 1.1.1.0v1.1.1.0Laurent Bercot2023-04-023-8/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add warning to the doc; also set soft limitsLaurent Bercot2023-02-262-2/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.1.1.0; add s6-l-i-m -R option to set hard limitsLaurent Bercot2023-02-269-10/+152
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 1.1.0.0v1.1.0.0Laurent Bercot2023-02-173-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix buildLaurent Bercot2023-02-102-5/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.1.0.0; remove early utmpd supportLaurent Bercot2023-02-109-106/+30
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 1.0.8.1v1.0.8.1Laurent Bercot2023-01-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update dependenciesLaurent Bercot2023-01-023-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.0.8.1Laurent Bercot2022-11-2916-23/+45
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>