aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill: no special treatment for MINGW32Ron Yorston2012-04-181-2/+0
* Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-3/+0
|\
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-3/+0
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+39
|\|
| * move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+39
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-0/+1
|\|
| * kill: fix infinite loop when passed PIDs are not valid numbersPere Orga2011-03-071-0/+1
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-3/+22
|\|
| * ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-211-3/+22
* | win32: enable kill and killallNguyễn Thái Ngọc Duy2010-09-151-0/+2
|/
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* function old new deltaDenis Vlasenko2009-02-071-9/+48
* kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko2008-10-311-3/+7
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-5/+4
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-1/+0
* cosmetic change in message textDenis Vlasenko2007-11-151-1/+1
* bad syntax error should go to stderrPaul Fox2007-11-141-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-1/+2
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-291-26/+22
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* kill: improve commentDenis Vlasenko2007-05-061-1/+2
* kill: fix recent breakage of vda, also make code smaller by 21 bytes.Denis Vlasenko2007-05-061-5/+12
* test: code size saving, no logic changesDenis Vlasenko2007-05-011-1/+3
* ash,kill: use common code for kill applet/builtinDenis Vlasenko2007-04-291-38/+57
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-051-3/+3
* top: improve CPU% calculationDenis Vlasenko2006-11-051-14/+14
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-011-3/+4
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-14/+16
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-4/+4
* kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko2006-09-271-28/+48
* kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko2006-09-271-55/+56
* Random cleanup hanging around my tree.Rob Landley2006-09-121-8/+0
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-32/+25
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-16/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* close bug 638"Vladimir N. Oleynik"2006-01-251-1/+5
* just whitespaceTim Riker2006-01-251-1/+1
* Jason Schoon writes:Mike Frysinger2006-01-041-1/+1
* Patch from Tito adding support for '-q'Eric Andersen2004-08-191-1/+4
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Fixup segfault on 'kill -q'Eric Andersen2003-08-061-5/+5
* Rework kill / killall so it behaves itself, even when subjectedEric Andersen2003-07-261-61/+61
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1