1. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  2. 4f93cde syslogd: fix it for small BUFSIZ case by Denis Vlasenko · 18 years ago
  3. 5e892ba syslogd: reduce data/bss usage. Code size is practically the same. by Denis Vlasenko · 18 years ago
  4. 4998c81 syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds by Denis Vlasenko · 18 years ago
  5. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  6. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  7. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  8. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  9. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  10. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  11. bbe5146 a bit more IPv6-ization work syslogd: converted to use it (in -R host:port) by Denis Vlasenko · 18 years ago
  12. 1c962f2 Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  13. 59f2c34 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  14. bae7948 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  15. db1edde compilation fix by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  16. 8a820b2 syslogs: a bit better wording in explanation how buffering is allocated by Denis Vlasenko · 18 years ago
  17. a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 18 years ago
  18. b893497 syslogd: stop doing open/fstat/lseek/close on _every_ write by Denis Vlasenko · 18 years ago
  19. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
  20. ceab870 syslogd: almost rewritten. Had several obvious bugs... by Denis Vlasenko · 18 years ago
  21. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  22. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  23. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  24. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  25. 02be0f5 syslogd: do not retry udp sends (can stall syslogd for extended periods by Denis Vlasenko · 18 years ago
  26. 14c1940 syslogd: getopt_ulflags'ification (save ~50 bytes) by Denis Vlasenko · 18 years ago
  27. 1decd0e syslogd: add option to suppress logging of messages lower than level N (-n N) by Denis Vlasenko · 18 years ago
  28. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  29. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  30. 028ba28 More allbareconfig fixes. by Rob Landley · 18 years ago
  31. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  32. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  33. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  34. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  35. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  36. 0c013f5 - commentary typo and superfluous whitespace removal in weird messages. by Bernhard Reutner-Fischer · 19 years ago
  37. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  38. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  39. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  40. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  41. c1ef7bd just whitespace by Tim Riker · 19 years ago
  42. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  43. d3d829a 20 bytes data to bss by "Vladimir N. Oleynik" · 19 years ago
  44. b32b1db complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  45. e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
  46. 2c6b418 Kunihiko IMAI writes: by Eric Andersen · 19 years ago
  47. 27cbffd applying fix for: by Paul Fox · 19 years ago
  48. 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
  49. f91b928 Felipe Kellermann writes: by Eric Andersen · 20 years ago
  50. 192c35f Tito writes: by Eric Andersen · 20 years ago
  51. 75813ee Togg writes: by Eric Andersen · 20 years ago
  52. 5529b7b Reverse my previous change, "::" is a GNU getopt extension that allows by Glenn L McGrath · 20 years ago
  53. e8f4651 Fix bug in accepting buffer size argument by Glenn L McGrath · 20 years ago
  54. bb692cd Add missing 'S' to the getopt string. by Eric Andersen · 20 years ago
  55. 7f94a5c Patch from Bastian Blank: by Eric Andersen · 20 years ago
  56. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  57. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  58. df2c565 Fix from Paul Kortekaas for syslog -C option, size should be in kB. by Glenn L McGrath · 21 years ago
  59. d4a5e25 Patch from Fillod Stephane: by Eric Andersen · 21 years ago
  60. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  61. 29c77f7 Arnd Ben Otto writes: by Eric Andersen · 21 years ago
  62. a79220d add size parameter to syslogd -C by Glenn L McGrath · 21 years ago
  63. fe538ba Vodz, last_patch_104 by Glenn L McGrath · 21 years ago
  64. dc72f3a Vodz, last patch 104 by Glenn L McGrath · 21 years ago
  65. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  66. e527207 eliminate DOSTATIC, DODEBUG, etc and name them sensibly by Eric Andersen · 21 years ago
  67. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  68. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  69. 46ba568 oops by Eric Andersen · 22 years ago
  70. d4f90ed This patch from Vitezslav Batrla, is a cleaner fix for the by Eric Andersen · 22 years ago
  71. 900c8f3 Apply patch from Georg Magschok to fix syslog behavior so that the by Eric Andersen · 22 years ago
  72. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  73. 877d418 Dont die if logging remotely fails, patch by Joshua Jackson by Glenn L McGrath · 22 years ago
  74. 6ed7759 Update email address for Gennady Feldman <gena01@gena01.com> by Glenn L McGrath · 22 years ago
  75. 912d8f4 run through indent and manually check result by Glenn L McGrath · 22 years ago
  76. 39ad283 hehe. by Eric Andersen · 22 years ago
  77. 871d93c Vodz' last_patch57: by Eric Andersen · 22 years ago
  78. f8277ca Move #define MAXLINE so this compiles without circ buffers. by Manuel Novoa III · 22 years ago
  79. 74b007f Oops. Code things so it actually works this time around... -Erik by Eric Andersen · 22 years ago
  80. c59716f Joel Coltoff <joel@wmi.com> noticed that following a recent by Eric Andersen · 22 years ago
  81. fc78b79 Applied syslogd fix submitted by Bart Visscher: by Robert Griebl · 22 years ago
  82. 4e11682 Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR by Eric Andersen · 23 years ago
  83. b159146 Add missing " " after the word on, as reported by Jason Luther by Eric Andersen · 23 years ago
  84. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  85. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  86. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  87. 087bc82 Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c) by Gennady Feldman · 23 years ago
  88. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  89. b6ec781 Log all messages from a single connection, not just the first. Patch from by Matt Kraai · 23 years ago
  90. c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
  91. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  92. c308847 Remove redundant initialization of lfile to reduce executable size by by Matt Kraai · 23 years ago
  93. 22ecf04 Per patch from vodz, change a couple of consts to defines, since by Eric Andersen · 23 years ago
  94. addabd6 Patch from Gennady Feldman by Glenn L McGrath · 23 years ago
  95. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
  96. 238bc40 Per comment from Jim McQuillan <jam@mcquil.com>, don't log by Eric Andersen · 24 years ago
  97. 87d893c devfs does not support creation of regular files. So change the by Eric Andersen · 24 years ago
  98. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 24 years ago
  99. ea90650 Some cleanups/fixes for the syslogd circular buffer code from Gennady Feldman. by Eric Andersen · 24 years ago
  100. e5c24df Use daemon() to spawn syslogd and klogd daemons. -Erik by Eric Andersen · 24 years ago