1. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  2. e7a0632 bootchartd: mounting tmpfs is Linux-specific by Jeremie Koenig · 14 years ago
  3. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  4. 1c05303 init: make the initial $TERM value configurable by Jeremie Koenig · 15 years ago
  5. 714674e init,halt: portability improvements by Jeremie Koenig · 15 years ago
  6. f812eac init,loginutils: termios portability fixes by Jeremie Koenig · 15 years ago
  7. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  8. 7a2aa87 bootchartd: fix labels in config system. no code changes by Denys Vlasenko · 14 years ago
  9. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  10. c03fb3c bootchartd: fix sample period calculations by Keisuke Yasui · 14 years ago
  11. ff37799 conspy: code shrink by Pascal Bellard · 14 years ago
  12. 64606c6 typo fix by Denys Vlasenko · 14 years ago
  13. 6d9c88a fix config help text by Denys Vlasenko · 14 years ago
  14. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
  15. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  16. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  17. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  18. 82dd14a ash: use CONFIG_FEATURE_EDITING_MAX_LEN by Denys Vlasenko · 15 years ago
  19. b8ba6b6 bootchartd: better wording in comment by Denys Vlasenko · 15 years ago
  20. e7f1e5c bootchartd: add missing parenthesis by Denys Vlasenko · 15 years ago
  21. ff027d6 bootchartd: new applet by Denys Vlasenko · 15 years ago
  22. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
  23. 87fb720 init: clear utmp entries for dead processes, if they (entries) exist by Denys Vlasenko · 15 years ago
  24. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  25. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  26. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  27. d7171c1 init: fix logically inverted FEATURE_EXTRA_QUIET check by Denys Vlasenko · 15 years ago
  28. 1a8de6f init: use applet_name instead of "init" - we can be linuxrc by Denys Vlasenko · 15 years ago
  29. 18f8912 init: for paranoid reasons, restore SIGCONT too. by Denys Vlasenko · 15 years ago
  30. bcc6ec9 init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781 by Denys Vlasenko · 15 years ago
  31. 6be918d init: make FEATURE_EXTRA_QUIET more consistent. +1 byte by Denys Vlasenko · 15 years ago
  32. 6e54249 init: restore possibility to reload inittab even before we finish initialization by Denys Vlasenko · 15 years ago
  33. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  34. 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
  35. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  36. 97af2ff halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly by Alexander Shishkin · 15 years ago
  37. 3ed181b init: make comment more understandable. no code changes by Denys Vlasenko · 15 years ago
  38. e12c902 halt/reboot/powerdown: accept and ignore -i by Denis Vlasenko · 16 years ago
  39. 5981ba5 init: test for vt terminal with VT_OPENQRY, by Denis Vlasenko · 16 years ago
  40. 4774179 mail.c: more robust handling of SIGCHLD init: more robust signal handling by Denis Vlasenko · 16 years ago
  41. fb1a23d halt/reboot/poweroff: improve error reporting by Denis Vlasenko · 16 years ago
  42. 93b3820 init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' by Denis Vlasenko · 16 years ago
  43. 51d943d - improve helptext by Bernhard Reutner-Fischer · 16 years ago
  44. 9ec0ecb init: remove wait() loop on restart, it may be dangerous by Denis Vlasenko · 16 years ago
  45. 4ae8a05 init: fix a bug where on reload order of entries might be wrong by Denis Vlasenko · 16 years ago
  46. e35af56 modutils-24: use xasprintf and xzalloc where appropriate, by Denis Vlasenko · 16 years ago
  47. fc2a4fc init: small correction in a comment by Denis Vlasenko · 16 years ago
  48. 72c99af init: major improvement in documentation and signal handling. by Denis Vlasenko · 16 years ago
  49. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  50. 6c62246 init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB by Denis Vlasenko · 16 years ago
  51. b2b2c40 init: reduce ifdef forest (specially for Rob's happiness) by Denis Vlasenko · 16 years ago
  52. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  53. 1bcdcd2 init: do not eat last char in messages; by Denis Vlasenko · 16 years ago
  54. a34b8a4 init: O_NONBLOCK needs more thought. reverted for now by Denis Vlasenko · 16 years ago
  55. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  56. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  57. 5cb54b5 init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people by Denis Vlasenko · 16 years ago
  58. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  59. b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
  60. 9725daa halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c by Denis Vlasenko · 16 years ago
  61. 2bdc99f - remove excess whitespace (Vladimir Dronnikov) by Bernhard Reutner-Fischer · 16 years ago
  62. d93179f - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov) by Bernhard Reutner-Fischer · 16 years ago
  63. 1e28f61 halt: signal init regardless of ENABLE_INIT by Denis Vlasenko · 16 years ago
  64. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  65. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  66. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  67. b74a2db whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
  68. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  69. 5259361 - remove superfluous forward declaration by Bernhard Reutner-Fischer · 16 years ago
  70. ef9876a - document -f by Bernhard Reutner-Fischer · 16 years ago
  71. ad2fa65 - no obj-code changes. Fix indentation, use existing defines. by Bernhard Reutner-Fischer · 16 years ago
  72. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  73. a474b68 init: fix compile-time error; fix exiting on broken config file by Denis Vlasenko · 16 years ago
  74. 54d50a0 - fix "noreduce" flag of config_read (didn't work at all, at least for me). by Bernhard Reutner-Fischer · 16 years ago
  75. d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
  76. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  77. 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
  78. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  79. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  80. ad4da98 init: fix askfirst not working as intended by Denis Vlasenko · 17 years ago
  81. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  82. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  83. e421b5e init: do not close all descriptors > 2. We were doing it - sometimes. by Denis Vlasenko · 17 years ago
  84. fb274df init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) by Denis Vlasenko · 17 years ago
  85. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  86. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  87. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  88. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  89. 671ca33 init: make it NOMMU-capable httpd: trivial compile fix by Denis Vlasenko · 17 years ago
  90. a58a637 init: fix comments by Denis Vlasenko · 17 years ago
  91. 99a6184 init: HUP should not be temporarily set to "restart", by Denis Vlasenko · 17 years ago
  92. a37e713 init: fix bug 1111: restart actions were not splitting words: by Denis Vlasenko · 17 years ago
  93. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  94. c882f34 init: allow last line to be not terminated by '\n' by Denis Vlasenko · 17 years ago
  95. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  96. 680b86a halt: write wtmp entry if wtmp support is enabled by Denis Vlasenko · 17 years ago
  97. 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
  98. 21e20cb init: wait for orphaned children too while waiting by Denis Vlasenko · 17 years ago
  99. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  100. d55268d init: don't spawn tons of waiting children, one is enough by Denis Vlasenko · 17 years ago