Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | Rob Landley | 2006-01-30 | 1 | -28/+0 |
| | |||||
* | The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything | Rob Landley | 2006-01-22 | 1 | -30/+2 |
| | | | | | | else is a kernel bug. Both 2.4 and 2.6 should get this right now. This should fix the bug IraquiGeek is seeing (although killall still needs to be fixed.) | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | As vodz noticed, I screwed up reboot | Eric Andersen | 2003-07-22 | 1 | -2/+2 |
| | |||||
* | Support reboot, halt, and poweroff independent of busybox init. | Eric Andersen | 2003-07-22 | 1 | -33/+6 |
| | | | | | Simplify and fixup some logic. -Erik | ||||
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -10/+3 |
| | |||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | Apply last_patch93 from vodz: | Eric Andersen | 2003-06-27 | 1 | -35/+7 |
| | | | | | | | | | | | | | andersen@busybox.net wrote: >Message: 4 >Modified Files: > init.c >Log Message: >Remove code for unsupported kernel versions Hmm. Current init.c have check >= 2.2.0 kernel one time too. Ok. Last patch removed this point and move common init code to new file for /init dir | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
| | |||||
* | include "busybox" after the libc includes tofix compile errors | Glenn L McGrath | 2002-12-07 | 1 | -1/+3 |
| | |||||
* | Patch from David McCullough <davidm@snapgear.com> | Eric Andersen | 2002-09-17 | 1 | -5/+72 |
| | |||||
* | Update some missing copyright notices | Eric Andersen | 2002-04-13 | 1 | -1/+1 |
| | |||||
* | If find_pid_by_name() had an error, it was returning -1, but storing | Eric Andersen | 2001-12-06 | 1 | -1/+1 |
| | | | | | | | | that into a pid_t, which is unsigned on a number archs. Furthermore, find_pid_by_name() would _never_ return an error if the intended proces was "init", but instead would return 1, meaning we would fail to work on 2.4.x kernels running an initrd... -Erik | ||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix a nasty bug with variable name shadowing | Eric Andersen | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | Look for either "init" or "linuxrc" processes | Eric Andersen | 2001-10-03 | 1 | -2/+5 |
| | |||||
* | Be extra extra careful about what we dereference. | Eric Andersen | 2001-07-05 | 1 | -1/+4 |
| | |||||
* | A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now | Eric Andersen | 2001-04-03 | 1 | -2/+2 |
| | | | | | you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot. | ||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -1/+1 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Centralize handling of --help. | Matt Kraai | 2000-07-19 | 1 | -3/+0 |
| | |||||
* | Add usage messages for applets without them. | Matt Kraai | 2000-07-19 | 1 | -0/+3 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -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 Andersen | 2000-04-07 | 1 | -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 Andersen | 2000-03-07 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Wrote killall. | Erik Andersen | 2000-03-07 | 1 | -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 Andersen | 2000-03-04 | 1 | -0/+8 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -4/+4 |
| | | | | -Erik | ||||
* | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | 1999-12-10 | 1 | -1/+1 |
| | | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik | ||||
* | Adjustments for Johns init stuff, | Eric Andersen | 1999-12-09 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | findInitPid() has been implemented and it seems to work. | John Beppu | 1999-12-09 | 1 | -1/+2 |
| | | | | reboot has been changed to take advantage of findInitPid(); | ||||
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -0/+22 |
| | |||||
* | More stuff... | Eric Andersen | 1999-10-12 | 1 | -6/+2 |
| | |||||
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+12 |