summaryrefslogtreecommitdiff
path: root/src/minutils/s6ps_statparse.c
AgeCommit message (Collapse)Author
2017-04-13 Fix s6-ps types parsingLaurent Bercot
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.
2017-04-12 Replace fd_writev with buffer_write in s6-uevent-listenerLaurent Bercot
2017-03-08 Make it build with skalibs-2.5.0.0Laurent Bercot
2017-01-08 Types fix, first passLaurent Bercot
Deeper fixes need to be done if the avltree.h API ever changes.
2016-09-10 Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package)Laurent Bercot
2014-09-19initial commitLaurent Bercot