summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Make halt/poweroff/reboot independently selectableDenys Vlasenko2016-11-141-9/+32
* init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko2016-08-221-0/+5
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko2016-03-312-21/+22
* init: make the command-line rewrite optionalNicolas Carrier2016-02-111-5/+22
* Fix compiling with musl's utmp stubsKylie McClain2016-02-011-1/+0
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-091-2/+7
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-2/+2
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-5/+1
* init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko2014-11-211-20/+30
* init: do not fail build if SIGPWR is not definedMichael Tokarev2014-01-301-0/+2
* init: halt on SIGPWR tooBogdan Purcareata2013-11-261-3/+4
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-1/+1
* init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee2013-11-031-2/+2
* bootchartd: warn if .config looks wrongDenys Vlasenko2013-11-031-0/+6
* init: better --help textDenys Vlasenko2013-10-121-6/+13
* init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas2013-08-161-3/+10
* init: don't use fixed size buffer for commandDenys Vlasenko2013-08-161-9/+13
* init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko2013-05-211-15/+18
* examples/inittab: fix a few incorrect statements about initDenys Vlasenko2013-03-291-8/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* init: add a segv debugging aid, disabled by defaultDenys Vlasenko2012-01-301-0/+51
* bootchartd: add process accounting featureQuentin Casasnovas2012-01-181-15/+24
* init: code shrink -4 bytesDenys Vlasenko2011-12-051-4/+5
* init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko2011-12-051-3/+5
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+2
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-1/+2
* halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko2011-07-081-1/+1
* halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko2011-07-031-1/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-052-4/+0
* mesg: operate on stdin, not on stderr (compat)Denys Vlasenko2011-03-281-3/+3
* mesg: make group/all writability configurableDenys Vlasenko2011-03-221-25/+35
* init: fix a case where execv's 1st arg was wrongDenys Vlasenko2011-03-211-0/+1
* move utmp.h include to libbb.hDenys Vlasenko2011-01-252-4/+0
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-184-7/+7
* init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-251-9/+11
* use BB_EXECVP_or_die where appropriateDenys Vlasenko2010-11-281-2/+1
* init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2010-11-021-134/+137
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* init: do not sleep forever on usage errorsDenys Vlasenko2010-10-251-4/+13
* init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko2010-10-241-3/+6
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-126-131/+315
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-165-5/+5
* bootchartd: mounting tmpfs is Linux-specificJeremie Koenig2010-07-301-7/+13
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* init: make the initial $TERM value configurableJeremie Koenig2010-07-192-1/+13
* init,halt: portability improvementsJeremie Koenig2010-07-194-23/+40