- 1a290f8 init: do not set HOME by Denys Vlasenko · 2 years, 7 months ago
- db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
- ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
- 356f23d init: improve handling of signals racing with each other by Denys Vlasenko · 5 years ago
- 113c776 init: if tcgetattr() fails, don't even try to tcsetattr() by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 426aff8 init: hopefully fix "rebooting" in containers by Denys Vlasenko · 6 years ago
- 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
- f2539c7 init: stop using static data by Denys Vlasenko · 7 years ago
- f5e8b42 init: reduce the window when init can lose reboot/poweroff signals by Denys Vlasenko · 7 years ago
- 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 4277670 init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it! by Denys Vlasenko · 8 years ago
- f35ad3b init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 326edc3 Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" by Denys Vlasenko · 8 years ago
- d035528 init: fix for FreeBSD console opening. Closes 9031 by Denys Vlasenko · 8 years ago
- 52977a7 Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init by Denys Vlasenko · 9 years ago
- 29eae72 init: make the command-line rewrite optional by Nicolas Carrier · 9 years ago
- 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
- 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
- da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
- 2bba9ad init: do not run shutdown/reexec actions from signal handler by Denys Vlasenko · 10 years ago
- 922fdf6 init: do not fail build if SIGPWR is not defined by Michael Tokarev · 11 years ago
- 760fc6d init: halt on SIGPWR too by Bogdan Purcareata · 11 years ago
- 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
- b21bc80 init: fix illegal memory access when max message length is reached by Yuan-Hsiang Lee · 11 years ago
- 730e4d8 init: better --help text by Denys Vlasenko · 11 years ago
- 9f07af6 init: don't srop unterminated processes' entries during inittab reload by Paulius Zaleckas · 11 years ago
- d2e07bc init: don't use fixed size buffer for command by Denys Vlasenko · 11 years ago
- f958425 init: remove special-case code for machines with less tham 1 MB of RAM. by Denys Vlasenko · 12 years ago
- 2c0508b examples/inittab: fix a few incorrect statements about init by Denys Vlasenko · 12 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- da2b2da init: add a segv debugging aid, disabled by default by Denys Vlasenko · 13 years ago
- ef7aa46 init: code shrink -4 bytes by Denys Vlasenko · 13 years ago
- beb860a init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing. by Denys Vlasenko · 13 years ago
- 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
- 32176cc init: fix a case where execv's 1st arg was wrong by Denys Vlasenko · 14 years ago
- 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 6088e13 init: simpler handling of leading dash in commands by Denys Vlasenko · 14 years ago
- db5fe62 init: if PID!=1, show clearer error message. move usage text closer to main() by Denys Vlasenko · 14 years ago
- 3b06052 init: do not sleep forever on usage errors by Denys Vlasenko · 14 years ago
- f2657a9 init: do not clear CRTSCTS (fix from Debian bug 528560) by Denys Vlasenko · 14 years ago
- b1db09b init/*: move applet/kbuild/config/help bits into applet source files by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 1c05303 init: make the initial $TERM value configurable by Jeremie Koenig · 15 years ago
- 714674e init,halt: portability improvements by Jeremie Koenig · 15 years ago
- f812eac init,loginutils: termios portability fixes by Jeremie Koenig · 15 years ago
- f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
- 87fb720 init: clear utmp entries for dead processes, if they (entries) exist by Denys Vlasenko · 15 years ago
- d7171c1 init: fix logically inverted FEATURE_EXTRA_QUIET check by Denys Vlasenko · 15 years ago
- 1a8de6f init: use applet_name instead of "init" - we can be linuxrc by Denys Vlasenko · 15 years ago
- 18f8912 init: for paranoid reasons, restore SIGCONT too. by Denys Vlasenko · 15 years ago
- bcc6ec9 init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781 by Denys Vlasenko · 15 years ago
- 6be918d init: make FEATURE_EXTRA_QUIET more consistent. +1 byte by Denys Vlasenko · 15 years ago
- 6e54249 init: restore possibility to reload inittab even before we finish initialization by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 3ed181b init: make comment more understandable. no code changes by Denys Vlasenko · 15 years ago
- 5981ba5 init: test for vt terminal with VT_OPENQRY, by Denis Vlasenko · 16 years ago
- 4774179 mail.c: more robust handling of SIGCHLD init: more robust signal handling by Denis Vlasenko · 16 years ago
- 93b3820 init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' by Denis Vlasenko · 16 years ago
- 9ec0ecb init: remove wait() loop on restart, it may be dangerous by Denis Vlasenko · 16 years ago
- 4ae8a05 init: fix a bug where on reload order of entries might be wrong by Denis Vlasenko · 16 years ago
- e35af56 modutils-24: use xasprintf and xzalloc where appropriate, by Denis Vlasenko · 16 years ago
- fc2a4fc init: small correction in a comment by Denis Vlasenko · 16 years ago
- 72c99af init: major improvement in documentation and signal handling. by Denis Vlasenko · 16 years ago
- cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
- 6c62246 init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB by Denis Vlasenko · 16 years ago
- b2b2c40 init: reduce ifdef forest (specially for Rob's happiness) by Denis Vlasenko · 16 years ago
- 1bcdcd2 init: do not eat last char in messages; by Denis Vlasenko · 16 years ago
- a34b8a4 init: O_NONBLOCK needs more thought. reverted for now by Denis Vlasenko · 16 years ago
- 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 5cb54b5 init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people by Denis Vlasenko · 16 years ago
- b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- b74a2db whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
- a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
- 5259361 - remove superfluous forward declaration by Bernhard Reutner-Fischer · 16 years ago
- ad2fa65 - no obj-code changes. Fix indentation, use existing defines. by Bernhard Reutner-Fischer · 16 years ago
- 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
- a474b68 init: fix compile-time error; fix exiting on broken config file by Denis Vlasenko · 16 years ago
- 54d50a0 - fix "noreduce" flag of config_read (didn't work at all, at least for me). by Bernhard Reutner-Fischer · 16 years ago
- d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- ad4da98 init: fix askfirst not working as intended by Denis Vlasenko · 17 years ago
- c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- e421b5e init: do not close all descriptors > 2. We were doing it - sometimes. by Denis Vlasenko · 17 years ago
- fb274df init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) by Denis Vlasenko · 17 years ago
- 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
- 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
- 671ca33 init: make it NOMMU-capable httpd: trivial compile fix by Denis Vlasenko · 17 years ago