| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | aldot | 2007-04-04 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | PID should be stored in pid_t, not int or long. | vda | 2006-11-01 | 1 | -11/+16 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -1/+1 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -1/+1 |
* | Change license statements (and clean up headers) on some of the files that | landley | 2006-09-22 | 1 | -3/+1 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -3/+2 |
* | - provide fallback defines for non-linux | aldot | 2006-05-26 | 1 | -1/+13 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | landley | 2006-02-22 | 1 | -2/+4 |
* | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | landley | 2006-01-30 | 1 | -12/+26 |
* | The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything | landley | 2006-01-22 | 1 | -22/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -1/+1 |
* | Support reboot, halt, and poweroff independent of busybox init. | andersen | 2003-07-22 | 1 | -2/+18 |
* | Update a bunch of docs. Run a script to update my email addr. | andersen | 2003-07-14 | 1 | -1/+1 |
* | Apply last_patch93 from vodz: | andersen | 2003-06-27 | 1 | -12/+3 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -1/+1 |
* | Update some missing copyright notices | andersen | 2002-04-13 | 1 | -1/+1 |
* | If find_pid_by_name() had an error, it was returning -1, but storing | andersen | 2001-12-06 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -1/+1 |
* | Fix a nasty bug with variable name shadowing | andersen | 2001-10-18 | 1 | -1/+1 |
* | Look for either "init" or "linuxrc" processes | andersen | 2001-10-03 | 1 | -2/+5 |
* | Be extra extra careful about what we dereference. | andersen | 2001-07-05 | 1 | -1/+4 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -1/+1 |
* | Renamed "internal.h" to the more sensible "busybox.h". | andersen | 2000-09-25 | 1 | -1/+1 |
* | Centralize handling of --help. | kraai | 2000-07-19 | 1 | -3/+0 |
* | Add usage messages for applets without them. | kraai | 2000-07-19 | 1 | -0/+3 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | andersen | 2000-06-19 | 1 | -2/+2 |
* | Patch to make killall actually kill all PIDs with the specified name, | erik | 2000-04-07 | 1 | -1/+1 |
* | Fix bugs related to finding PIDs. | erik | 2000-03-07 | 1 | -0/+4 |
* | Wrote killall. | erik | 2000-03-07 | 1 | -1/+1 |
* | Some formatting updates (ran the code through indent) | erik | 2000-02-08 | 1 | -5/+4 |
* | Adjustments for Johns init stuff, | andersen | 1999-12-09 | 1 | -1/+2 |
* | Fixed up copyright notices and such | andersen | 1999-10-20 | 1 | -0/+22 |
* | More stuff | andersen | 1999-10-18 | 1 | -6/+3 |
* | Initial revision | andersen | 1999-10-05 | 1 | -0/+12 |