1. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  2. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  3. d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 17 years ago
  4. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  5. f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 17 years ago
  6. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  7. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  8. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  9. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  10. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 17 years ago
  11. ccd412d decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net) by Denis Vlasenko · 18 years ago
  12. d238a47 init: fix handling of stdio file descriptors by Denis Vlasenko · 18 years ago
  13. 966bb43 init: de-indent a block of code by Denis Vlasenko · 18 years ago
  14. b716754 init: trivial compile fix by Denis Vlasenko · 18 years ago
  15. 7a2ca5e init: stop doing silly things with the console (-400 bytes) by Denis Vlasenko · 18 years ago
  16. ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
  17. d818dcc - whitespace cleanup and add a possible shrinkage suggestion by Bernhard Reutner-Fischer · 18 years ago
  18. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  19. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  20. e968fcd lineedit: add missing #if/#endif init: fix warnings by Denis Vlasenko · 18 years ago
  21. 4921b54 Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS by Denis Vlasenko · 18 years ago
  22. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  23. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  24. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  25. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  26. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  27. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  28. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  29. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  30. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  31. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  32. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  33. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  34. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  35. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  36. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  37. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  38. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  39. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  40. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  41. cba1b96 Patch from Shaun Jackman to set environment variable RUNLEVEL equal to by Rob Landley · 18 years ago
  42. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  43. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  44. cf1f2ac - fix CONFIG_DEBUG_INIT compile failure by Bernhard Reutner-Fischer · 18 years ago
  45. d112f8f make halt and poweroff messages more accurate (i.e., claim "we're about to", by Paul Fox · 18 years ago
  46. 9a5686b - fix IMA compile error i introduced when adding this untested snippet. by Bernhard Reutner-Fischer · 18 years ago
  47. 7ae1553 - consolidate "Sending SIG%s to all processes"; untested.. by Bernhard Reutner-Fischer · 18 years ago
  48. c58dbf2 - remove useless variable "status" from init_main. by Bernhard Reutner-Fischer · 18 years ago
  49. 3ab3080 - use config_buffer for message() by Bernhard Reutner-Fischer · 18 years ago
  50. 35e1a07 - DEBUG_INIT -> config CONFIG_DEBUG_INIT by Bernhard Reutner-Fischer · 18 years ago
  51. 76bb97c - landley, remove this? by Bernhard Reutner-Fischer · 18 years ago
  52. 49e60b9 - set_term() doesn't need an argument. (Like r15220 this is just compile-tested) by Bernhard Reutner-Fischer · 18 years ago
  53. 0da069d - move common code into new open_new_terminal() function; by Bernhard Reutner-Fischer · 18 years ago
  54. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  55. d765ee5 - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 18 years ago
  56. b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 18 years ago
  57. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  58. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  59. 2f4d91d fix whitespace by Mike Frysinger · 18 years ago
  60. 706f8f6 just include fcntl.h not sys/fcntl.h by Mike Frysinger · 18 years ago
  61. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 18 years ago
  62. 6850017 remove some more config code rob missed in rev 13701 cleanup as reported by Robert P. J. Day by Mike Frysinger · 18 years ago
  63. b3ede5a More from Jan Kiszka: this is a port of the latest sysv-init SELinux patch. by Rob Landley · 18 years ago
  64. 2dd4279 Patch from Rogelio Serrano to defer checking whether the tty exists until by Rob Landley · 18 years ago
  65. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  66. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 18 years ago
  67. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  68. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  69. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  70. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  71. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  72. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  73. 4926d64 Missed this in svn 13701. by Rob Landley · 19 years ago
  74. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  75. 1f04c9d removed anoinig `unused' warnings by "Vladimir N. Oleynik" · 19 years ago
  76. 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
  77. c1ef7bd just whitespace by Tim Riker · 19 years ago
  78. 2edf526 The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything by Rob Landley · 19 years ago
  79. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  80. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  81. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  82. 8e1bd4a don't out \r to syslog by "Vladimir N. Oleynik" · 19 years ago
  83. f51d206 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  84. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  85. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  86. c3386a4 Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF? by Rob Landley · 19 years ago
  87. 7a8f679 Bug system entry #1 says that when busybox doesn't have swapoff, by Rob Landley · 19 years ago
  88. 41a72ec applying patch from bug 24: by Paul Fox · 19 years ago
  89. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  90. 10427ab move var decls around a little to help gcc make smaller code by Mike Frysinger · 19 years ago
  91. e548bdf 2005-07-04 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  92. 95ef165 2005-07-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  93. 72a4c33 rename log var to log_console so we dont override internal gcc/glibc log func by Mike Frysinger · 19 years ago
  94. a77b4f3 jfb2 writes in Bug 119: by Mike Frysinger · 19 years ago
  95. 82baf63 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  96. 2271809 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  97. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  98. 7850014 Quiet a few warnings by Eric Andersen · 20 years ago
  99. 1f50e84 Do not use vfork, as init is not vfork safe. Do not allow by Eric Andersen · 20 years ago
  100. 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago