aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/bootchartd.c
AgeCommit message (Collapse)Author
2016-03-08Add depends on TOYBOX_FORK for various commands that need nommu conversion.Rob Landley
(This should fix allyesconfig.)
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we ↵Rob Landley
don't need a separate xexec_optargs().
2015-01-22bootchartd: Removing wrong free call to non-malloc'ed string.Luis Felipe Strano Moraes
2014-09-18A few fixes for issues reported in static analysis.Ashwini Sharma
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use ↵Rob Landley
WIFEXITED() and WTERMSIG()+127.
2014-05-21Convert bootchartd to generic_signal().Rob Landley
2014-05-19Cleanup pass on bootchartd.Rob Landley
Might have broken something, don't actually have a test case for bootchartd yet.
2014-05-15bootchartd by Bilal Qureshi.Rob Landley