Age | Commit message (Expand) | Author |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-02-19 | poweroff: add a config option for people needing VERY early poweroff | Denys Vlasenko |
2017-09-18 | regularize format of source file headers, no code changes | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-01-29 | *: add comment about APPLET_ODDNAME format | Denys Vlasenko |
2016-11-14 | Make halt/poweroff/reboot independently selectable | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-03-31 | Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init | Denys Vlasenko |
2015-04-02 | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer |
2011-07-08 | halt: perror_msg_and_die needs bb_ prefix | Denys Vlasenko |
2011-07-03 | halt/reboot: better message if /sbin/telinit is not found | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2010-10-12 | init/*: move applet/kbuild/config/help bits into applet source files | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-19 | init,halt: portability improvements | Jeremie Koenig |
2010-04-05 | telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 | Denys Vlasenko |
2010-04-05 | libbb: split update_utmp from login/getty in preparation to use it for telnetd | Denys Vlasenko |
2009-10-23 | libbb.h: tidy it up a bit. no code changes (verified) | Denys Vlasenko |
2009-07-27 | halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly | Alexander Shishkin |
2009-04-12 | halt/reboot/powerdown: accept and ignore -i | Denis Vlasenko |
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 |