| Commit message (Expand) | Author | Age | Files | Lines |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -3/+3 |
* | poweroff: add a config option for people needing VERY early poweroff | Denys Vlasenko | 2018-02-19 | 1 | -0/+54 |
* | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 1 | -1/+0 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -10/+10 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -3/+3 |
* | *: add comment about APPLET_ODDNAME format | Denys Vlasenko | 2017-01-29 | 1 | -1/+2 |
* | Make halt/poweroff/reboot independently selectable | Denys Vlasenko | 2016-11-14 | 1 | -9/+32 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -2/+1 |
* | Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init | Denys Vlasenko | 2016-03-31 | 1 | -1/+1 |
* | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 1 | -2/+2 |
* | halt: perror_msg_and_die needs bb_ prefix | Denys Vlasenko | 2011-07-08 | 1 | -1/+1 |
* | halt/reboot: better message if /sbin/telinit is not found | Denys Vlasenko | 2011-07-03 | 1 | -1/+3 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -3/+0 |
* | move utmp.h include to libbb.h | Denys Vlasenko | 2011-01-25 | 1 | -1/+0 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -3/+3 |
* | init/*: move applet/kbuild/config/help bits into applet source files | Denys Vlasenko | 2010-10-12 | 1 | -0/+62 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | init,halt: portability improvements | Jeremie Koenig | 2010-07-19 | 1 | -13/+1 |
* | telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 | Denys Vlasenko | 2010-04-05 | 1 | -7/+8 |
* | libbb: split update_utmp from login/getty in preparation to use it for telnetd | Denys Vlasenko | 2010-04-05 | 1 | -1/+0 |
* | libbb.h: tidy it up a bit. no code changes (verified) | Denys Vlasenko | 2009-10-23 | 1 | -1/+6 |
* | halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly | Alexander Shishkin | 2009-07-27 | 1 | -1/+17 |
* | halt/reboot/powerdown: accept and ignore -i | Denis Vlasenko | 2009-04-12 | 1 | -5/+9 |
* | halt/reboot/poweroff: improve error reporting | Denis Vlasenko | 2009-03-07 | 1 | -1/+1 |
* | whitespace fixes | Denis Vlasenko | 2008-09-25 | 1 | -1/+1 |
* | halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c | Denis Vlasenko | 2008-09-11 | 1 | -29/+35 |
* | - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov) | Bernhard Reutner-Fischer | 2008-09-01 | 1 | -7/+8 |
* | halt: signal init regardless of ENABLE_INIT | Denis Vlasenko | 2008-08-03 | 1 | -2/+5 |
* | - document -f | Bernhard Reutner-Fischer | 2008-07-21 | 1 | -2/+2 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-06-01 | 1 | -4/+1 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 1 | -3/+4 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | halt: write wtmp entry if wtmp support is enabled | Denis Vlasenko | 2008-01-24 | 1 | -5/+38 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | PID should be stored in pid_t, not int or long. | Denis Vlasenko | 2006-11-01 | 1 | -11/+16 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -3/+1 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -3/+2 |
* | - provide fallback defines for non-linux | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -1/+13 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 1 | -2/+4 |
* | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | Rob Landley | 2006-01-30 | 1 | -12/+26 |
* | The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything | Rob Landley | 2006-01-22 | 1 | -22/+2 |