summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko5-39/+41
2016-11-14Make halt/poweroff/reboot independently selectableDenys Vlasenko1-9/+32
2016-08-22init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko1-0/+5
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-30Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko11-30/+31
2016-02-11init: make the command-line rewrite optionalNicolas Carrier1-5/+22
2016-02-01Fix compiling with musl's utmp stubsKylie McClain4-3/+5
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2014-11-21init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko1-20/+30
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-01-30init: do not fail build if SIGPWR is not definedMichael Tokarev1-0/+2
2013-11-26init: halt on SIGPWR tooBogdan Purcareata1-3/+4
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko4-10/+15
2013-11-02init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee1-2/+2
2013-11-02bootchartd: warn if .config looks wrongDenys Vlasenko1-0/+6
2013-10-12init: better --help textDenys Vlasenko1-6/+13
2013-08-16init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas1-3/+10
2013-08-16init: don't use fixed size buffer for commandDenys Vlasenko1-9/+13
2013-05-21init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko1-15/+18
2013-03-29examples/inittab: fix a few incorrect statements about initDenys Vlasenko2-15/+2
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-01-30init: add a segv debugging aid, disabled by defaultDenys Vlasenko1-0/+51
2012-01-18bootchartd: add process accounting featureQuentin Casasnovas1-15/+24
2011-12-05init: code shrink -4 bytesDenys Vlasenko1-4/+5
2011-12-05init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko1-3/+5
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko4-0/+7
2011-08-28use system libreboot in busybox fullTanguy Pruvot2-9/+23
2011-07-27Merge branch 'busybox' into gingerbreadTanguy Pruvot5-5/+18
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko5-5/+18
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-03-27mesg: operate on stdin, not on stderr (compat)Denys Vlasenko1-3/+3
2011-03-22mesg: make group/all writability configurableDenys Vlasenko1-25/+35
2011-03-21init: fix a case where execv's 1st arg was wrongDenys Vlasenko1-0/+1
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-12-25init: simpler handling of leading dash in commandsDenys Vlasenko2-10/+12
2010-11-28use BB_EXECVP_or_die where appropriateDenys Vlasenko3-6/+3
[next]