aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell/ash: comment out kill.c for now as ash needs itNguyễn Thái Ngọc Duy2009-04-231-0/+2
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* kill: improve commentvda2007-05-061-1/+2
* kill: fix recent breakage of vda, also make code smaller by 21 bytes.vda2007-05-061-5/+12
* test: code size saving, no logic changesvda2007-05-011-1/+3
* ash,kill: use common code for kill applet/builtinvda2007-04-291-38/+57
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)vda2007-01-131-1/+1
* replace /proc scanning code by more versatile one.vda2006-11-051-3/+3
* top: improve CPU% calculationvda2006-11-051-14/+14
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-3/+4
* PID should be stored in pid_t, not int or long.vda2006-11-011-14/+16
* attempt to regularize atoi mess.vda2006-10-081-2/+2
* bb_applet_name -> applet_namevda2006-10-031-4/+4
* kill: implement killall5. OpenWRT folks will be happy.vda2006-09-271-28/+48
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-271-55/+56
* Random cleanup hanging around my tree.landley2006-09-121-8/+0
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-32/+25
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-16/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* close bug 638vodz2006-01-251-1/+5
* just whitespacetimr2006-01-251-1/+1
* Jason Schoon writes:vapier2006-01-041-1/+1
* Patch from Tito adding support for '-q'andersen2004-08-191-1/+4
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Fixup segfault on 'kill -q'andersen2003-08-061-5/+5
* Rework kill / killall so it behaves itself, even when subjectedandersen2003-07-261-61/+61
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Major coreutils update.mjn32003-03-191-8/+8
* Fix compiler warnings, patch by Steven Scholzbug12003-02-091-1/+1
* last_patch_67 from Vladimir N. Oleynikbug12002-11-251-8/+10
* Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen2002-10-221-4/+2
* Apply vodz' last_patch52andersen2002-09-161-19/+13
* Fix indentation. Support killall -q, for pcmcia-csandersen2002-07-231-36/+52
* Update some missing copyright noticesandersen2002-04-131-0/+1
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-1/+1
* If find_pid_by_name() had an error, it was returning -1, but storingandersen2001-12-061-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-2/+2
* Latest patch from vodz. Adds a check for divide by zero in the posixandersen2001-08-021-123/+19
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-191-3/+2
* Fix a stupid thinko, and fix killall to cope with the updatedandersen2001-07-051-2/+2
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-1/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-5/+2
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-2/+2
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-2/+2
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-3/+3
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-7/+7
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-3/+4