Age | Commit message (Expand) | Author |
2009-03-07 | halt/reboot/poweroff: improve error reporting | Denis Vlasenko |
2008-09-25 | whitespace fixes | Denis Vlasenko |
2008-09-11 | halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c | Denis Vlasenko |
2008-09-01 | - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov) | Bernhard Reutner-Fischer |
2008-08-03 | halt: signal init regardless of ENABLE_INIT | Denis Vlasenko |
2008-07-21 | - document -f | Bernhard Reutner-Fischer |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-01 | - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-01-24 | halt: write wtmp entry if wtmp support is enabled | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-01 | PID should be stored in pid_t, not int or long. | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-26 | - provide fallback defines for non-linux | Bernhard Reutner-Fischer |
2006-02-22 | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley |
2006-01-30 | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | Rob Landley |
2006-01-22 | The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything | Rob Landley |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-07-22 | Support reboot, halt, and poweroff independent of busybox init. | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-06-27 | Apply last_patch93 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-04-13 | Update some missing copyright notices | Eric Andersen |
2001-12-06 | If find_pid_by_name() had an error, it was returning -1, but storing | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-10-18 | Fix a nasty bug with variable name shadowing | Eric Andersen |
2001-10-03 | Look for either "init" or "linuxrc" processes | Eric Andersen |
2001-07-05 | Be extra extra careful about what we dereference. | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-19 | Centralize handling of --help. | Matt Kraai |
2000-07-19 | Add usage messages for applets without them. | Matt Kraai |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-04-07 | Patch to make killall actually kill all PIDs with the specified name, | Erik Andersen |
2000-03-07 | Fix bugs related to finding PIDs. | Erik Andersen |
2000-03-07 | Wrote killall. | Erik Andersen |
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen |
1999-12-09 | Adjustments for Johns init stuff, | Eric Andersen |
1999-10-20 | Fixed up copyright notices and such | Eric Andersen |
1999-10-18 | More stuff | Eric Andersen |