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