Age | Commit message (Expand) | Author |
2013-11-26 | init: halt on SIGPWR too | Bogdan Purcareata |
2013-11-19 | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko |
2013-11-03 | init: fix illegal memory access when max message length is reached | Yuan-Hsiang Lee |
2013-11-03 | bootchartd: warn if .config looks wrong | Denys Vlasenko |
2013-10-12 | init: better --help text | Denys Vlasenko |
2013-08-16 | init: don't srop unterminated processes' entries during inittab reload | Paulius Zaleckas |
2013-08-16 | init: don't use fixed size buffer for command | Denys Vlasenko |
2013-05-21 | init: remove special-case code for machines with less tham 1 MB of RAM. | Denys Vlasenko |
2013-03-29 | examples/inittab: fix a few incorrect statements about init | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2012-01-30 | init: add a segv debugging aid, disabled by default | Denys Vlasenko |
2012-01-18 | bootchartd: add process accounting feature | Quentin Casasnovas |
2011-12-05 | init: code shrink -4 bytes | Denys Vlasenko |
2011-12-05 | init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing. | Denys Vlasenko |
2011-11-22 | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko |
2011-07-26 | *: work around sysinfo.h versus linux/*.h problems | Denys Vlasenko |
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-03-28 | mesg: operate on stdin, not on stderr (compat) | Denys Vlasenko |
2011-03-22 | mesg: make group/all writability configurable | Denys Vlasenko |
2011-03-21 | init: fix a case where execv's 1st arg was wrong | 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-12-25 | init: simpler handling of leading dash in commands | Denys Vlasenko |
2010-11-28 | use BB_EXECVP_or_die where appropriate | Denys Vlasenko |
2010-11-02 | init: if PID!=1, show clearer error message. move usage text closer to main() | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-25 | init: do not sleep forever on usage errors | Denys Vlasenko |
2010-10-24 | init: do not clear CRTSCTS (fix from Debian bug 528560) | 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-30 | bootchartd: mounting tmpfs is Linux-specific | Jeremie Koenig |
2010-07-26 | *: trailing empty lines removed | Denys Vlasenko |
2010-07-19 | init: make the initial $TERM value configurable | Jeremie Koenig |
2010-07-19 | init,halt: portability improvements | Jeremie Koenig |
2010-07-19 | init,loginutils: termios portability fixes | Jeremie Koenig |
2010-07-19 | mark Linux-specific configuration options | Jeremie Koenig |
2010-07-06 | bootchartd: fix labels in config system. no code changes | Denys Vlasenko |
2010-07-04 | *: introduce and use xfork() and xvfork() | Pascal Bellard |
2010-06-28 | bootchartd: fix sample period calculations | Keisuke Yasui |
2010-06-28 | conspy: code shrink | Pascal Bellard |
2010-06-22 | typo fix | Denys Vlasenko |
2010-06-21 | fix config help text | Denys Vlasenko |
2010-06-21 | bootchartd: added optional compat features | Denys Vlasenko |
2010-06-08 | *: add INSERTs to *.src files where appropriate | Denys Vlasenko |
2010-06-06 | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko |
2010-06-04 | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko |
2010-05-17 | ash: use CONFIG_FEATURE_EDITING_MAX_LEN | Denys Vlasenko |
2010-05-05 | bootchartd: better wording in comment | Denys Vlasenko |