aboutsummaryrefslogtreecommitdiff
path: root/halt.c
AgeCommit message (Collapse)Author
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-03-07Fix bugs related to finding PIDs.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
1999-12-09Adjustments for Johns init stuff,Eric Andersen
-Erik
1999-10-20Fixed up copyright notices and suchEric Andersen
1999-10-18More stuffEric Andersen
1999-10-05Initial revisionEric Andersen