aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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