summaryrefslogtreecommitdiff
path: root/init/poweroff.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch to make killall actually kill all PIDs with the specified name,Erik Andersen2000-04-071-1/+1
| | | | | | | 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
* Fix bugs related to finding PIDs.Erik Andersen2000-03-071-0/+4
| | | | -Erik
* Wrote killall.Erik Andersen2000-03-071-1/+1
| | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-4/+4
| | | | -Erik
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-101-0/+31
calls to code only called once in tee. Made BB_KLOGD and option. -Erik