Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-12 | pidof: fix default behavior, add -x. | Elliott Hughes | |
Before this patch, we're effectively doing `pidof -x` all the time. This patch changes names_to_pid() to allow us to say whether or not we want to include scripts, and adjusts the callers appropriately. Also add tests for `pidof` versus `pidof -x` which pass after this patch, without regressing the existing killall tests. | |||
2016-03-08 | Add depends on TOYBOX_FORK for various commands that need nommu conversion. | Rob Landley | |
(This should fix allyesconfig.) | |||
2015-02-07 | Make 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-22 | bootchartd: Removing wrong free call to non-malloc'ed string. | Luis Felipe Strano Moraes | |
2014-09-18 | A few fixes for issues reported in static analysis. | Ashwini Sharma | |
2014-05-31 | Introduce xfork() and make commands use it, and make some WEXITSTATUS() use ↵ | Rob Landley | |
WIFEXITED() and WTERMSIG()+127. | |||
2014-05-21 | Convert bootchartd to generic_signal(). | Rob Landley | |
2014-05-19 | Cleanup pass on bootchartd. | Rob Landley | |
Might have broken something, don't actually have a test case for bootchartd yet. | |||
2014-05-15 | bootchartd by Bilal Qureshi. | Rob Landley | |