| Commit message (Expand) | Author | Age | Files | Lines |
* | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -3/+1 |
* | bootchartd: fix sample period calculations | Keisuke Yasui | 2010-06-28 | 1 | -5/+7 |
* | conspy: code shrink | Pascal Bellard | 2010-06-28 | 1 | -16/+15 |
* | typo fix | Denys Vlasenko | 2010-06-22 | 1 | -6/+6 |
* | fix config help text | Denys Vlasenko | 2010-06-21 | 1 | -11/+2 |
* | bootchartd: added optional compat features | Denys Vlasenko | 2010-06-21 | 2 | -43/+125 |
* | *: add INSERTs to *.src files where appropriate | Denys Vlasenko | 2010-06-08 | 2 | -0/+4 |
* | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko | 2010-06-06 | 1 | -11/+11 |
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 2 | -0/+0 |
* | ash: use CONFIG_FEATURE_EDITING_MAX_LEN | Denys Vlasenko | 2010-05-17 | 1 | -1/+1 |
* | bootchartd: better wording in comment | Denys Vlasenko | 2010-05-05 | 1 | -2/+3 |
* | bootchartd: add missing parenthesis | Denys Vlasenko | 2010-05-04 | 1 | -3/+3 |
* | bootchartd: new applet | Denys Vlasenko | 2010-05-04 | 3 | -3/+373 |
* | libbb: add skip_dev_pfx() | Denys Vlasenko | 2010-04-06 | 1 | -3/+1 |
* | init: clear utmp entries for dead processes, if they (entries) exist | Denys Vlasenko | 2010-04-06 | 1 | -0/+4 |
* | 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 |
* | *: remove some uses of argc | Denys Vlasenko | 2010-01-04 | 1 | -4/+6 |
* | init: fix logically inverted FEATURE_EXTRA_QUIET check | Denys Vlasenko | 2009-12-15 | 1 | -1/+1 |
* | init: use applet_name instead of "init" - we can be linuxrc | Denys Vlasenko | 2009-12-14 | 1 | -5/+5 |
* | init: for paranoid reasons, restore SIGCONT too. | Denys Vlasenko | 2009-12-14 | 1 | -0/+1 |
* | init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781 | Denys Vlasenko | 2009-12-14 | 1 | -42/+59 |
* | init: make FEATURE_EXTRA_QUIET more consistent. +1 byte | Denys Vlasenko | 2009-12-14 | 1 | -2/+3 |
* | init: restore possibility to reload inittab even before we finish initialization | Denys Vlasenko | 2009-11-15 | 1 | -16/+18 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
* | libbb.h: tidy it up a bit. no code changes (verified) | Denys Vlasenko | 2009-10-23 | 1 | -1/+6 |
* | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
* | halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly | Alexander Shishkin | 2009-07-27 | 2 | -1/+37 |
* | init: make comment more understandable. no code changes | Denys Vlasenko | 2009-07-19 | 1 | -5/+8 |
* | halt/reboot/powerdown: accept and ignore -i | Denis Vlasenko | 2009-04-12 | 1 | -5/+9 |
* | init: test for vt terminal with VT_OPENQRY, | Denis Vlasenko | 2009-03-19 | 1 | -27/+5 |
* | mail.c: more robust handling of SIGCHLD | Denis Vlasenko | 2009-03-10 | 1 | -18/+23 |
* | halt/reboot/poweroff: improve error reporting | Denis Vlasenko | 2009-03-07 | 1 | -1/+1 |
* | init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' | Denis Vlasenko | 2009-02-14 | 1 | -16/+16 |
* | - improve helptext | Bernhard Reutner-Fischer | 2009-02-14 | 1 | -2/+2 |
* | init: remove wait() loop on restart, it may be dangerous | Denis Vlasenko | 2009-01-31 | 1 | -15/+22 |
* | init: fix a bug where on reload order of entries might be wrong | Denis Vlasenko | 2009-01-31 | 1 | -83/+89 |
* | modutils-24: use xasprintf and xzalloc where appropriate, | Denis Vlasenko | 2009-01-31 | 2 | -9/+10 |
* | init: small correction in a comment | Denis Vlasenko | 2009-01-31 | 1 | -1/+1 |
* | init: major improvement in documentation and signal handling. | Denis Vlasenko | 2009-01-31 | 1 | -297/+374 |
* | init: preparatory patch, no code changes | Denis Vlasenko | 2009-01-31 | 1 | -22/+22 |
* | init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB | Denis Vlasenko | 2009-01-29 | 1 | -28/+31 |
* | init: reduce ifdef forest (specially for Rob's happiness) | Denis Vlasenko | 2009-01-28 | 1 | -12/+4 |
* | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko | 2008-12-23 | 1 | -1/+1 |
* | init: do not eat last char in messages; | Denis Vlasenko | 2008-12-09 | 1 | -7/+7 |
* | init: O_NONBLOCK needs more thought. reverted for now | Denis Vlasenko | 2008-11-29 | 1 | -2/+3 |
* | *: a bit of code shrink | Denis Vlasenko | 2008-11-09 | 1 | -10/+6 |
* | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko | 2008-11-05 | 1 | -1/+1 |
* | init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people | Denis Vlasenko | 2008-10-21 | 2 | -11/+7 |
* | whitespace fixes | Denis Vlasenko | 2008-09-25 | 1 | -1/+1 |