summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Make killall and killall5 selecatable independent from killDenys Vlasenko1-8/+16
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-12-16kill[all[5]]: code shrinkDenys Vlasenko1-20/+18
2013-12-16killall5: return 2 if no processes got killedUros Vampl1-1/+4
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-03killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko1-2/+4
2011-12-22kill: fix segfault in arguments parsingAlexey Fomenko1-4/+7
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-07kill: fix infinite loop when passed PIDs are not valid numbersPere Orga1-0/+1
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko6-15/+152
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko5-6/+8
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-02-07function old new deltaDenis Vlasenko2-10/+50
2008-10-31kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko2-8/+15
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko14-91/+84
2007-11-15cosmetic change in message textDenis Vlasenko1-1/+1
2007-11-14bad syntax error should go to stderrPaul Fox1-1/+1
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-30print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko4-6/+8
2007-09-29pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko9-28/+226
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-06kill: improve commentDenis Vlasenko1-1/+2
2007-05-06kill: fix recent breakage of vda, also make code smaller by 21 bytes.Denis Vlasenko1-5/+12
2007-05-01test: code size saving, no logic changesDenis Vlasenko4-116/+228
2007-04-29ash,kill: use common code for kill applet/builtinDenis Vlasenko4-130/+86
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-13whitespace fixes (leading spaces to tab)Denis Vlasenko11-13/+13
2006-11-05replace /proc scanning code by more versatile one.Denis Vlasenko6-168/+325
2006-11-05top: improve CPU% calculationDenis Vlasenko5-59/+56
2006-11-01Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko5-14/+14
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko8-69/+76
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-09-27kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko4-32/+65
2006-09-27kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko3-64/+64
2006-09-12Random cleanup hanging around my tree.Rob Landley1-8/+0
2006-07-12A couple things that got tangled up in my tree, easier to check in both thanRob Landley10-339/+102
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25close bug 638"Vladimir N. Oleynik"1-1/+5
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-04Jason Schoon writes:Mike Frysinger1-1/+1
2004-08-19Patch from Tito adding support for '-q'Eric Andersen1-1/+4
[next]