aboutsummaryrefslogtreecommitdiffstats
path: root/src/minutils/s6ps_statparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Code refactor; only s6-ps has remaining globals nowLaurent Bercot2023-02-111-184/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.5.1.6 ; adapt to skalibs-2.11.0.0Laurent Bercot2021-08-101-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix s6-ps types parsingLaurent Bercot2017-04-131-4/+14
| | | | | | | | The documented type lengths for /proc/$pid/stat in "man 5 proc" are for *kernel* types. Those lengths may not apply to userland types (think 32-bit userspace on 64-bit kernels). So we need to parse everything as 64-bit, and do the conversion to userspace types later. Thanks to mixi for the report and the analysis.
* Replace fd_writev with buffer_write in s6-uevent-listenerLaurent Bercot2017-04-121-60/+65
|
* Make it build with skalibs-2.5.0.0Laurent Bercot2017-03-081-15/+11
|
* Types fix, first passLaurent Bercot2017-01-081-11/+28
| | | | Deeper fixes need to be done if the avltree.h API ever changes.
* Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package)Laurent Bercot2016-09-101-1/+2
|
* initial commitLaurent Bercot2014-09-191-0/+155