aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* Fix compiler warnings, patch by Steven ScholzGlenn L McGrath2003-02-091-1/+1
* last_patch_67 from Vladimir N. OleynikGlenn L McGrath2002-11-251-8/+10
* Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen2002-10-221-4/+2
* Apply vodz' last_patch52Eric Andersen2002-09-161-19/+13
* Fix indentation. Support killall -q, for pcmcia-csEric Andersen2002-07-231-36/+52
* Update some missing copyright noticesEric Andersen2002-04-131-0/+1
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-1/+1
* If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen2001-12-061-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen2001-08-021-123/+19
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-191-3/+2