History log of /external/toybox/toys/lsb/killall.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d3a435e53c94ec25b4ae5fa2614f49ef8884e08a 06-Jan-2016 Rob Landley <rob@landley.net> Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
checking, and fix up format checking complaints.

Added out(type, value) function to stat to avoid a zillion printf typecasts.
/external/toybox/toys/lsb/killall.c
e5354ca12a232b3f97726214254a868771cb70d1 11-Sep-2015 Rob Landley <rob@landley.net> Replace toys.exithelp with help_exit() in lib.
/external/toybox/toys/lsb/killall.c
b1353fb9185928249f273340c601244291e269fe 08-Sep-2015 Rob Landley <rob@landley.net> Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.

This fixes the build break, the change to yesno() prototype accidentally got
checked in last commit. (Oops, sorry.)
/external/toybox/toys/lsb/killall.c
3d56716d362d6a827c5f81029ac64c71b56a2f5c 09-Oct-2014 Rob Landley <rob@landley.net> Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysis, plus occasional tweak by me while reviewing them.
/external/toybox/toys/lsb/killall.c
08ac30d8606934a7bd8107312b0b2f3beeb315f5 22-Sep-2014 ?ukasz Szpakowski <luckboy@vp.pl> When killall was invoked without arguments, there appeared segmentation fault
/external/toybox/toys/lsb/killall.c
f070ec01d918ff0474a0a5fc9aa745fcd848622a 23-Dec-2013 Rob Landley <rob@landley.net> Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.)
/external/toybox/toys/lsb/killall.c
06387550f363ca910c5d58d802971ecc181ec6e2 20-Dec-2013 Rob Landley <rob@landley.net> killall: fix return code, improve error reporting, avoid buffer overflow.
/external/toybox/toys/lsb/killall.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/killall.c
27cec9ac4ca6c207ea7e74e109e362659f8dfeeb 23-Dec-2012 Rob Landley <rob@landley.net> Minor cleanups.
/external/toybox/toys/lsb/killall.c
41b47485578e8b3ee84bf5f81f76500fa7e02e55 16-Dec-2012 Elie De Brauwer <eliedebrauwer@gmail.com> LSB does not allow killall to kill itself
/external/toybox/toys/lsb/killall.c
ca4035bdacfd83f815323c9c597f2683fc4aa218 16-Dec-2012 Elie De Brauwer <eliedebrauwer@gmail.com> Extend killall with support for -v and -i
/external/toybox/toys/lsb/killall.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/killall.c
caf39c26827f355c4e107f55c5c51f67c484bfd7 16-Nov-2012 Rob Landley <rob@landley.net> Add rebound support to intercept error_exit() and longjmp instead.
/external/toybox/toys/lsb/killall.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/killall.c
c0e56edaf256adb6c60c5a052525a1ffbb927901 08-Oct-2012 Rob Landley <rob@landley.net> New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
/external/toybox/toys/lsb/killall.c
f91b7c89bc852868692b9518185421ebb52d67b3 26-Aug-2012 Rob Landley <rob@landley.net> Regularize command headers, update links to standards documents.
/external/toybox/toys/lsb/killall.c
3a9241add947cb6d24b5de7a8927517426a78795 25-Aug-2012 Rob Landley <rob@landley.net> Move commands into "posix", "lsb", and "other" menus/directories.
/external/toybox/toys/lsb/killall.c