1. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  2. a1120a8 syslogd: set syslog IPC buffer to mode 0644 by Denis Vlasenko · 17 years ago
  3. 5f1b149 syslogd,logread: get rid of head pointer, fix logread bug in the process by Denis Vlasenko · 17 years ago
  4. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  5. 2ee028d syslogd: do not convert tabs to ^I by Denis Vlasenko · 17 years ago
  6. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  7. bb4b9f1 - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE by Bernhard Reutner-Fischer · 17 years ago
  8. 3c8b5ba syslogd: move some vectors from data to text. Needs uclibc patch by Denis Vlasenko · 17 years ago
  9. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  10. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  11. dd999a2 klogd: remove dependency on syslogd by Denis Vlasenko · 17 years ago
  12. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 17 years ago
  13. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  14. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 17 years ago
  15. 4f93cde syslogd: fix it for small BUFSIZ case by Denis Vlasenko · 17 years ago
  16. 5e892ba syslogd: reduce data/bss usage. Code size is practically the same. by Denis Vlasenko · 17 years ago
  17. c84520d klogd: code de-obfuscation with small code size reduction by Denis Vlasenko · 18 years ago
  18. 4998c81 syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds by Denis Vlasenko · 18 years ago
  19. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  20. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  21. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  22. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  23. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  24. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  25. 4df8135 undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects by Denis Vlasenko · 18 years ago
  26. 085231f code shrinkage by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  27. bbe5146 a bit more IPv6-ization work syslogd: converted to use it (in -R host:port) by Denis Vlasenko · 18 years ago
  28. 1c962f2 Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  29. 59f2c34 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  30. bae7948 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  31. db1edde compilation fix by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  32. 0f48663 - shrink by 26 bytes or so by Bernhard Reutner-Fischer · 18 years ago
  33. 8fc4011 - shrink klogd a tiny bit. by Bernhard Reutner-Fischer · 18 years ago
  34. 8a820b2 syslogs: a bit better wording in explanation how buffering is allocated by Denis Vlasenko · 18 years ago
  35. a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 18 years ago
  36. b893497 syslogd: stop doing open/fstat/lseek/close on _every_ write by Denis Vlasenko · 18 years ago
  37. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  38. ceab870 syslogd: almost rewritten. Had several obvious bugs... by Denis Vlasenko · 18 years ago
  39. e428e9d klogd: small optimizations (btw, I looked into syslogd... that's frightening!) by Denis Vlasenko · 18 years ago
  40. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  41. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  42. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  43. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  44. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  45. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  46. 02be0f5 syslogd: do not retry udp sends (can stall syslogd for extended periods by Denis Vlasenko · 18 years ago
  47. 14c1940 syslogd: getopt_ulflags'ification (save ~50 bytes) by Denis Vlasenko · 18 years ago
  48. 1decd0e syslogd: add option to suppress logging of messages lower than level N (-n N) by Denis Vlasenko · 18 years ago
  49. cb1ba86 logger: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  50. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  51. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  52. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  53. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  54. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  55. 028ba28 More allbareconfig fixes. by Rob Landley · 18 years ago
  56. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  57. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  58. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  59. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  60. d04e9b8 - shrink logread a bit. by Bernhard Reutner-Fischer · 18 years ago
  61. 595159f - shrink klogd a bit by Bernhard Reutner-Fischer · 18 years ago
  62. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 18 years ago
  63. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  64. 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
  65. 0c013f5 - commentary typo and superfluous whitespace removal in weird messages. by Bernhard Reutner-Fischer · 18 years ago
  66. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 18 years ago
  67. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 18 years ago
  68. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  69. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  70. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  71. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  72. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  73. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  74. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  75. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  76. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  77. c1ef7bd just whitespace by Tim Riker · 19 years ago
  78. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  79. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  80. 10fb2b7 Flush output to log promptly (bug 389). by Rob Landley · 19 years ago
  81. d3d829a 20 bytes data to bss by "Vladimir N. Oleynik" · 19 years ago
  82. b32b1db complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  83. bb66a6c - initialize the correct variables by Bernhard Reutner-Fischer · 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. e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
  87. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  88. 570f655 Cleanup patch from tito: migrate option parsing to the bb_ functions and fix by Rob Landley · 19 years ago
  89. 2c6b418 Kunihiko IMAI writes: by Eric Andersen · 19 years ago
  90. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  91. 27cbffd applying fix for: by Paul Fox · 19 years ago
  92. f547d67 fix typoe (buildddir -> builddir) by Mike Frysinger · 19 years ago
  93. c089ccd Removed the incorrect and confusing facility argument specified with by Peter Kjellerstedt · 19 years ago
  94. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  95. 73ebb88 Patch by Felipe Kellermann, fix a bug introduced in the last patch by adding a condition around the remote logging, also adds some comments. by Glenn L McGrath · 20 years ago
  96. f91b928 Felipe Kellermann writes: by Eric Andersen · 20 years ago
  97. 192c35f Tito writes: by Eric Andersen · 20 years ago
  98. 75813ee Togg writes: by Eric Andersen · 20 years ago
  99. 52499cb Tito writes: by Eric Andersen · 20 years ago
  100. 12ed333 Part of patch from William Barsse, fixes a problem with unescaped %. by Glenn L McGrath · 20 years ago