| Commit message (Expand) | Author | Age | Files | Lines |
* | Update applet size estimates | Denys Vlasenko | 2023-07-10 | 1 | -3/+3 |
* | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko | 2023-06-15 | 1 | -1/+1 |
* | libbb: consolidate NOMMU fix of restoring high bit in argv[0][0] | Denys Vlasenko | 2023-04-06 | 1 | -2/+0 |
* | init: do not set HOME | Denys Vlasenko | 2022-05-02 | 1 | -1/+5 |
* | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko | 2022-01-05 | 1 | -3/+3 |
* | *: use fopen helpers where appropriate | Denys Vlasenko | 2020-12-30 | 1 | -5/+5 |
* | help text tweaks | Denys Vlasenko | 2020-12-18 | 1 | -3/+3 |
* | libbb: introduce and use sleep1() | Denys Vlasenko | 2020-11-29 | 2 | -8/+8 |
* | init: improve handling of signals racing with each other | Denys Vlasenko | 2019-12-03 | 1 | -159/+119 |
* | init: if tcgetattr() fails, don't even try to tcsetattr() | Denys Vlasenko | 2019-12-02 | 1 | -9/+8 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 2 | -2/+2 |
* | config: more tweaks | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 2 | -4/+4 |
* | init: hopefully fix "rebooting" in containers | Denys Vlasenko | 2018-09-22 | 1 | -2/+7 |
* | restore documentation on the build config language | Kartik Agaram | 2018-06-06 | 1 | -1/+1 |
* | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -1/+0 |
* | poweroff: add a config option for people needing VERY early poweroff | Denys Vlasenko | 2018-02-19 | 1 | -0/+54 |
* | init: stop using static data | Denys Vlasenko | 2018-01-10 | 1 | -16/+24 |
* | init: reduce the window when init can lose reboot/poweroff signals | Denys Vlasenko | 2017-11-02 | 1 | -23/+8 |
* | use %m printf specifier where appropriate | Denys Vlasenko | 2017-09-29 | 1 | -3/+5 |
* | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 3 | -7/+4 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 3 | -74/+74 |
* | bootchartd: fix typo in comment | Denys Vlasenko | 2017-07-20 | 1 | -1/+1 |
* | bootchartd: prevent premature stop by device mapper | Uwe Geuder | 2017-07-20 | 1 | -1/+3 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 3 | -5/+5 |
* | Sort more misplaced applets into coreutils or util-linux | Denys Vlasenko | 2017-04-12 | 1 | -76/+0 |
* | init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it! | Denys Vlasenko | 2017-04-07 | 1 | -18/+22 |
* | *: add comment about APPLET_ODDNAME format | Denys Vlasenko | 2017-01-29 | 1 | -1/+2 |
* | init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET | Denys Vlasenko | 2017-01-10 | 1 | -6/+4 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -2/+2 |
* | Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" | Denys Vlasenko | 2016-12-22 | 1 | -1/+1 |
* | Make halt/poweroff/reboot independently selectable | Denys Vlasenko | 2016-11-14 | 1 | -9/+32 |
* | init: fix for FreeBSD console opening. Closes 9031 | Denys Vlasenko | 2016-08-22 | 1 | -0/+5 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -2/+1 |
* | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 1 | -1/+1 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -1/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -1/+2 |
* | Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init | Denys Vlasenko | 2016-03-31 | 2 | -21/+22 |
* | init: make the command-line rewrite optional | Nicolas Carrier | 2016-02-11 | 1 | -5/+22 |
* | Fix compiling with musl's utmp stubs | Kylie McClain | 2016-02-01 | 1 | -1/+0 |
* | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko | 2015-10-09 | 1 | -2/+7 |
* | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 1 | -2/+2 |
* | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko | 2015-01-05 | 1 | -5/+1 |
* | init: do not run shutdown/reexec actions from signal handler | Denys Vlasenko | 2014-11-21 | 1 | -20/+30 |
* | init: do not fail build if SIGPWR is not defined | Michael Tokarev | 2014-01-30 | 1 | -0/+2 |
* | init: halt on SIGPWR too | Bogdan Purcareata | 2013-11-26 | 1 | -3/+4 |
* | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko | 2013-11-19 | 1 | -1/+1 |
* | init: fix illegal memory access when max message length is reached | Yuan-Hsiang Lee | 2013-11-03 | 1 | -2/+2 |
* | bootchartd: warn if .config looks wrong | Denys Vlasenko | 2013-11-03 | 1 | -0/+6 |
* | init: better --help text | Denys Vlasenko | 2013-10-12 | 1 | -6/+13 |