1bf844232802d2deec7a2e9bee355e4c26259101 |
|
29-Dec-2015 |
Rob Landley <rob@landley.net> |
Make pidof use comma_scan()
/external/toybox/toys/lsb/pidof.c
|
1dd3704c5ffea926f61a96bb7de7d9dbee52fa44 |
|
04-Apr-2015 |
Paul Barker <paul@paulbarker.me.uk> |
To ensure that toybox can be installed alongside busybox without confusing update-alternatives, the paths of the links installed by toybox should match those installed by busybox. This is accomplished by changing the flags of a few tools within toybox.
/external/toybox/toys/lsb/pidof.c
|
4f20b9628bff272c504b6bf2c7c71619f7337022 |
|
17-Dec-2013 |
Rob Landley <rob@landley.net> |
Fix pidof -o bug aborting output, reported by Ashwini Sharma.
/external/toybox/toys/lsb/pidof.c
|
cd0b70e739055e5e8a5d9d6f823bdd3fa97ee509 |
|
11-Sep-2013 |
Rob Landley <rob@landley.net> |
Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.)
/external/toybox/toys/lsb/pidof.c
|
7d64dae54bde70744a9154b8ac1cbb09d03881c9 |
|
04-Sep-2013 |
Rob Landley <rob@landley.net> |
Replace for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers.
/external/toybox/toys/lsb/pidof.c
|
ca4035bdacfd83f815323c9c597f2683fc4aa218 |
|
16-Dec-2012 |
Elie De Brauwer <eliedebrauwer@gmail.com> |
Extend killall with support for -v and -i
/external/toybox/toys/lsb/pidof.c
|
d52e76d50879542702b89cc8cc873358232d2e3f |
|
09-Dec-2012 |
Rob Landley <rob@landley.net> |
Meddle. The <1 has to come first in the option string, normalize whitespace, sprintf of %d maxes out at -2 billion ala 12 bytes with null terminator so we don't need a length check in a 4k buffer, use the "%*s" feature of printf to prepend whitespace for us, take advantage of c99 defining ! to return 0 or 1.
/external/toybox/toys/lsb/pidof.c
|
7c6209d6c336df74984e62aa88679c06641ae309 |
|
08-Dec-2012 |
Elie De Brauwer <eliedebrauwer@gmail.com> |
Adding -s (single shot) and -o (omit pids) options to pidof
/external/toybox/toys/lsb/pidof.c
|
7aa651a6a4496d848f86de9b1e6b3a003256a01f |
|
14-Nov-2012 |
Rob Landley <rob@landley.net> |
Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring.
/external/toybox/toys/lsb/pidof.c
|
f91b7c89bc852868692b9518185421ebb52d67b3 |
|
26-Aug-2012 |
Rob Landley <rob@landley.net> |
Regularize command headers, update links to standards documents.
/external/toybox/toys/lsb/pidof.c
|
3a9241add947cb6d24b5de7a8927517426a78795 |
|
25-Aug-2012 |
Rob Landley <rob@landley.net> |
Move commands into "posix", "lsb", and "other" menus/directories.
/external/toybox/toys/lsb/pidof.c
|