summaryrefslogtreecommitdiff
path: root/reboot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Centralize handling of --help.Matt Kraai2000-07-191-3/+0
|
* Add usage messages for applets without them.Matt Kraai2000-07-191-0/+3
|
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* 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
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+8
| | | | -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-1/+1
| | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik
* Adjustments for Johns init stuff,Eric Andersen1999-12-091-2/+2
| | | | -Erik
* findInitPid() has been implemented and it seems to work.John Beppu1999-12-091-1/+2
| | | | reboot has been changed to take advantage of findInitPid();
* Fixed up copyright notices and suchEric Andersen1999-10-201-0/+22
|
* More stuff...Eric Andersen1999-10-121-6/+2
|
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+12