aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-07-08halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko
2011-07-03halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-28mesg: operate on stdin, not on stderr (compat)Denys Vlasenko
2011-03-22mesg: make group/all writability configurableDenys Vlasenko
2011-03-21init: fix a case where execv's 1st arg was wrongDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-12-25init: simpler handling of leading dash in commandsDenys Vlasenko
2010-11-28use BB_EXECVP_or_die where appropriateDenys Vlasenko
2010-11-02init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-25init: do not sleep forever on usage errorsDenys Vlasenko
2010-10-24init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-30bootchartd: mounting tmpfs is Linux-specificJeremie Koenig
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-19init: make the initial $TERM value configurableJeremie Koenig
2010-07-19init,halt: portability improvementsJeremie Koenig
2010-07-19init,loginutils: termios portability fixesJeremie Koenig
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-06bootchartd: fix labels in config system. no code changesDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-06-28bootchartd: fix sample period calculationsKeisuke Yasui
2010-06-28conspy: code shrinkPascal Bellard
2010-06-22typo fixDenys Vlasenko
2010-06-21fix config help textDenys Vlasenko
2010-06-21bootchartd: added optional compat featuresDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-05-17ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko
2010-05-05bootchartd: better wording in commentDenys Vlasenko
2010-05-04bootchartd: add missing parenthesisDenys Vlasenko
2010-05-04bootchartd: new appletDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-12-15init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko
2009-12-14init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko
2009-12-14init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko
2009-12-14init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko
2009-12-14init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko
2009-11-15init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko