2017-12-31 |
Denys Vlasenko | randomconfig fixes |
blob | commitdiff | raw |
2017-08-28 |
Ron Yorston | kill: add '--' option to separate options from arguments |
blob | commitdiff | raw | diff to current |
2017-08-03 |
Denys Vlasenko | new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink... |
blob | commitdiff | raw | diff to current |
2017-07-25 |
Denys Vlasenko | ash: allow "trap NUM [SIG]..." syntax |
blob | commitdiff | raw | diff to current |
2017-07-21 |
Denys Vlasenko | config: deindent all help texts |
blob | commitdiff | raw | diff to current |
2017-07-18 |
Denys Vlasenko | Update menuconfig items with approximate applet sizes |
blob | commitdiff | raw | diff to current |
2017-04-12 |
Denys Vlasenko | fix errors found with make_single_applets.sh |
blob | commitdiff | raw | diff to current |
2017-01-29 |
Denys Vlasenko | *: add comment about APPLET_ODDNAME format |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Kang-Che Sung | kill: optimizations for single-applet build |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Kang-Che Sung | kill: need not build kill.c when ash's job control... |
blob | commitdiff | raw | diff to current |
2017-01-08 |
Denys Vlasenko | hush: kill builtin and kill %jobspec support |
blob | commitdiff | raw | diff to current |
2017-01-08 |
Kang-Che Sung | ash: fix "kill %1" not working if CONFIG_ASH is disabled |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Denys Vlasenko | Make killall and killall5 selecatable independent from... |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Denys Vlasenko | Convert all procps/* applets to "new style" applet... |
blob | commitdiff | raw | diff to current |
2013-12-16 |
Denys Vlasenko | kill[all[5]]: code shrink |
blob | commitdiff | raw | diff to current |
2013-12-16 |
Uros Vampl | killall5: return 2 if no processes got killed |
blob | commitdiff | raw | diff to current |
2012-04-03 |
Denys Vlasenko | killall5: don't do STOP/CONT dance if the signal we... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Alexey Fomenko | kill: fix segfault in arguments parsing |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Denys Vlasenko | *: remove "Options:" string from help texts |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Pere Orga | move remaining help text from include/usage.src.h |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Pere Orga | kill: fix infinite loop when passed PIDs are not valid... |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Denys Vlasenko | ash: fix ash-signals/signal8 testcase failure |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Denys Vlasenko | nandwrite: complain on malformed -s NUM |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Denys Vlasenko | *: merge some common strings |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Denys Vlasenko | *: use "can't" instead of "cannot" |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Denis Vlasenko | function ... |
blob | commitdiff | raw | diff to current |
2008-10-31 |
Denis Vlasenko | kill[all[5]]: accept -s SIG too. kill_main: +29 bytes |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Denis Vlasenko | more of -Wall fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-04-01 |
Denis Vlasenko | shells: do not frocibly enable test, echo and kill... |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Denis Vlasenko | cosmetic change in message text |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Paul Fox | bad syntax error should go to stderr |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Denis Vlasenko | print_signames_and_exit -> print_signames (because... |
blob | commitdiff | raw | diff to current |
2007-09-29 |
Denis Vlasenko | pgrep,pkill: new applets by Loic Grenie <loic.grenie... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Denis Vlasenko | kill: improve comment |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Denis Vlasenko | kill: fix recent breakage of vda, also make code smalle... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Denis Vlasenko | test: code size saving, no logic changes |
blob | commitdiff | raw | diff to current |
2007-04-29 |
Denis Vlasenko | ash,kill: use common code for kill applet/builtin |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-13 |
Denis Vlasenko | whitespace fixes (leading spaces to tab) |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Denis Vlasenko | replace /proc scanning code by more versatile one. |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Denis Vlasenko | top: improve CPU% calculation |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Denis Vlasenko | Unneeded code removed, usused field "unsigned pscpu... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Denis Vlasenko | PID should be stored in pid_t, not int or long. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Denis Vlasenko | kill: implement killall5. OpenWRT folks will be happy. |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Denis Vlasenko | kill: fix bugs (kill -l output was horrible), fix style... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Rob Landley | Random cleanup hanging around my tree. |
blob | commitdiff | raw | diff to current |
2006-07-12 |
Rob Landley | A couple things that got tangled up in my tree, easier... |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
"Vladimir N. Oleynik" | close bug 638 |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Mike Frysinger | Jason Schoon writes: |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Eric Andersen | Patch from Tito adding support for '-q' |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Eric Andersen | Fixup segfault on 'kill -q' |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Eric Andersen | Rework kill / killall so it behaves itself, even when... |
blob | commitdiff | raw | diff to current |
2003-07-14 |
Eric Andersen | Update a bunch of docs. Run a script to update my... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2003-02-09 |
Glenn L McGrath | Fix compiler warnings, patch by Steven Scholz |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Glenn L McGrath | last_patch_67 from Vladimir N. Oleynik |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Eric Andersen | Patch last_pach62 from vodz. This patch moves all... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Eric Andersen | Apply vodz' last_patch52 |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Eric Andersen | Fix indentation. Support killall -q, for pcmcia-cs |
blob | commitdiff | raw | diff to current |
2002-04-13 |
Eric Andersen | Update some missing copyright notices |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Matt Kraai | Remove `== TRUE' tests and convert `!= TRUE' and `... |
blob | commitdiff | raw | diff to current |
2001-12-06 |
Eric Andersen | If find_pid_by_name() had an error, it was returning... |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Eric Andersen | Latest patch from vodz. Adds a check for divide by... |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Eric Andersen | Some adjustments, mostly from David McCullough <davidm... |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Eric Andersen | Fix a stupid thinko, and fix killall to cope with the... |
blob | commitdiff | raw | diff to current |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Pavel Roskin | List of signals updated from util-linux-2.10o |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Eric Andersen | Some #include updates. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Use global applet_name instead of local versions. |
blob | commitdiff | raw | diff to current |
2000-07-06 |
Eric Andersen | Reorganized signal names for better architecture suppor... |
blob | commitdiff | raw | diff to current |
2000-06-06 |
Pavel Roskin | Fixed exit status for killall |
blob | commitdiff | raw | diff to current |
2000-06-02 |
Eric Andersen | A number of additional fixed from Pavel Roskin, note... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | More little stuff. |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Remove debug noise |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Updates |
blob | commitdiff | raw | diff to current |
2000-04-07 |
Erik Andersen | Oops. Left in some debug noise. |
blob | commitdiff | raw | diff to current |
2000-04-07 |
Erik Andersen | Patch to make killall actually kill all PIDs with the... |
blob | commitdiff | raw | diff to current |
2000-04-05 |
Erik Andersen | Tar now works perfectly. It behaves much better now... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Erik Andersen | Several fixes. |
blob | commitdiff | raw | diff to current |
next |