summary refs log tree commit diff
path: root/src/minutils/s6-ps.c
Commit message (Collapse)AuthorAgeFilesLines
* Code refactor; only s6-ps has remaining globals nowLaurent Bercot2023-02-111-387/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.6.0.1Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.6 ; adapt to skalibs-2.11.0.0Laurent Bercot2021-08-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* C is stupid, part 270.4Laurent Bercot2020-03-301-7/+7
|
* Use wallclock explicitlyLaurent Bercot2019-09-041-1/+1
|
* Fix clang build: rewrite avltreeb into avltreen, requires new skalibsLaurent Bercot2018-09-301-8/+7
| | | | | | | Thanks John Regan for the report. His fix idea duplicated the pointers to storage and freelist; there's no way to support a C99 avltreeb without duplicating the avltreen functionality, so I ended up scrapping avltreeb in skalibs.
* Make sure avltree indices (in s6-ps) are uint32_tLaurent Bercot2017-03-271-4/+5
|
* Fix a few omissions 2.3.0.0Laurent Bercot2017-03-121-6/+6
|
* Make it build with skalibs-2.5.0.0Laurent Bercot2017-03-081-19/+19
|
* Types fix, first passLaurent Bercot2017-01-081-12/+14
| | | | Deeper fixes need to be done if the avltree.h API ever changes.
* Cosmetic fix: avltree_iter -> avltree_iter_nocancelLaurent Bercot2015-01-151-1/+1
|
* initial commitLaurent Bercot2014-09-191-0/+385