summaryrefslogtreecommitdiff
path: root/procps/kill.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a stupid thinko, and fix killall to cope with the updatedEric Andersen2001-07-051-2/+2
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-5/+2
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-2/+2
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-2/+2
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-3/+3
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-7/+7
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-3/+4
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* List of signals updated from util-linux-2.10oPavel Roskin2000-09-131-55/+76
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Extract usage information into a separate file.Matt Kraai2000-07-161-18/+0
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-2/+1
* Reorganized signal names for better architecture support -- patchEric Andersen2000-07-061-46/+30
* Fixed exit status for killallPavel Roskin2000-06-061-1/+5
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-0/+3
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+12
* More little stuff.Erik Andersen2000-04-181-1/+4
* Remove debug noiseErik Andersen2000-04-181-2/+0
* UpdatesErik Andersen2000-04-181-0/+2
* Oops. Left in some debug noise.Erik Andersen2000-04-071-2/+0
* Patch to make killall actually kill all PIDs with the specified name,Erik Andersen2000-04-071-5/+11
* Tar now works perfectly. It behaves much better now then itErik Andersen2000-04-051-1/+1
* Several fixes.Erik Andersen2000-03-171-2/+11
* Wrote killall.Erik Andersen2000-03-071-23/+40
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-149/+150
* Bunches of fixes. Typos, bugs, etc.Erik Andersen2000-01-041-1/+2
* Latest and greatestEric Andersen1999-12-081-28/+84
* More stuffEric Andersen1999-10-231-24/+25
* Fixed up copyright notices and suchEric Andersen1999-10-201-0/+22
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-4/+4
* More stuff.Eric Andersen1999-10-181-2/+1
* More stuff...Eric Andersen1999-10-121-103/+100
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+140