aboutsummaryrefslogtreecommitdiff
path: root/kill.c
AgeCommit message (Collapse)Author
2000-09-13List of signals updated from util-linux-2.10oPavel Roskin
Architecture names are no longer used - should now compile on SPARC
2000-08-10Some #include updates.Eric Andersen
-Erik
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-06Reorganized signal names for better architecture support -- patchEric Andersen
thanks to simon wood <simon@mungewell.uklinux.net> -Erik
2000-06-06Fixed exit status for killallPavel Roskin
2000-06-02A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
2000-04-18More little stuff.Erik Andersen
-Erik
2000-04-18Remove debug noiseErik Andersen
-Erik
2000-04-18UpdatesErik Andersen
-Erik
2000-04-07Oops. Left in some debug noise.Erik Andersen
-Erik
2000-04-07Patch to make killall actually kill all PIDs with the specified name,Erik Andersen
rather then busylooping trying to kill the first one until it dies. Should be more efficient now, and will only send one signal to each specified process. -Erik
2000-04-05Tar now works perfectly. It behaves much better now then itErik Andersen
used to. Only thing left to do is add in exclude (-X) option. -Erik
2000-03-17Several fixes.Erik Andersen
-Erik
2000-03-07Wrote killall.Erik Andersen
Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
-Erik
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik
1999-12-08Latest and greatestEric Andersen
1999-10-23More stuffEric Andersen
1999-10-20Fixed up copyright notices and suchEric Andersen
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen
1999-10-18More stuff.Eric Andersen
-Erik
1999-10-12More stuff...Eric Andersen
1999-10-05Initial revisionEric Andersen