summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-14Make halt/poweroff/reboot independently selectableDenys Vlasenko1-9/+32
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-03-30Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko11-30/+31
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2011-08-28use system libreboot in busybox fullTanguy Pruvot2-9/+23
2011-07-08Merge branch 'busybox' into gingerbreadTanguy Pruvot26-80/+102
2011-07-08halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko1-1/+1
2011-07-03Merge branch 'busybox' into gingerbreadTanguy Pruvot2-8/+7
2011-07-02halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko1-1/+3
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko8-307/+315
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18init,halt: portability improvementsJeremie Koenig4-23/+40
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko7-56/+134
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko7-159/+117
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2-18/+19
2009-07-27halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin2-1/+37
2009-04-12halt/reboot/powerdown: accept and ignore -iDenis Vlasenko1-5/+9
2009-03-07halt/reboot/poweroff: improve error reportingDenis Vlasenko2-2/+2
2008-09-25whitespace fixesDenis Vlasenko7-13/+13
2008-09-11halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko2-33/+36
2008-09-01- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer2-8/+9
2008-08-03halt: signal init regardless of ENABLE_INITDenis Vlasenko1-2/+5
2008-07-21- document -fBernhard Reutner-Fischer1-2/+2
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-01- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer5-22/+19
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-01-24halt: write wtmp entry if wtmp support is enabledDenis Vlasenko1-5/+38
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko8-69/+76
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-05-26- provide fallback defines for non-linuxBernhard Reutner-Fischer1-1/+13
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley9-53/+73
2006-01-30Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley7-121/+73
2006-01-22The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythingRob Landley5-127/+9
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
[next]