1. 4e11682 Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR by Eric Andersen · 22 years ago
  2. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  3. b159146 Add missing " " after the word on, as reported by Jason Luther by Eric Andersen · 22 years ago
  4. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  5. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  6. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  7. 087bc82 Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c) by Gennady Feldman · 23 years ago
  8. bfebd35 Fix missing BB_VER defines by Eric Andersen · 23 years ago
  9. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  10. b6ec781 Log all messages from a single connection, not just the first. Patch from by Matt Kraai · 23 years ago
  11. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  12. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  13. c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
  14. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  15. c308847 Remove redundant initialization of lfile to reduce executable size by by Matt Kraai · 23 years ago
  16. 22ecf04 Per patch from vodz, change a couple of consts to defines, since by Eric Andersen · 23 years ago
  17. addabd6 Patch from Gennady Feldman by Glenn L McGrath · 23 years ago
  18. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  19. 238bc40 Per comment from Jim McQuillan <jam@mcquil.com>, don't log by Eric Andersen · 23 years ago
  20. 87d893c devfs does not support creation of regular files. So change the by Eric Andersen · 23 years ago
  21. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 23 years ago
  22. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  23. ea90650 Some cleanups/fixes for the syslogd circular buffer code from Gennady Feldman. by Eric Andersen · 23 years ago
  24. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  25. e5c24df Use daemon() to spawn syslogd and klogd daemons. -Erik by Eric Andersen · 23 years ago
  26. bff6b18 Applied patch from Gennady Feldman to fix a single-threaded syslogd bug that by Mark Whitley · 23 years ago
  27. f6aa13d -Wshadow tr fix from Jeff Garzik by Eric Andersen · 23 years ago
  28. 8ffaf8d -Wshadow logread fix from Jeff Garzik by Eric Andersen · 23 years ago
  29. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  30. b0c2b7d dos2unix logread.c by Mark Whitley · 23 years ago
  31. a8035a5 Move the warning msg after features.h gets pulled in. -Erik by Eric Andersen · 23 years ago
  32. 2892c35 Applied patch from Giulio Orsero to fix some preprocessor bugs. by Mark Whitley · 23 years ago
  33. c319601 Some updates for libc5 by Eric Andersen · 23 years ago
  34. 6bff9cc Added some comment lines in the header indicating that Gennady Feldman is the by Mark Whitley · 23 years ago
  35. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 23 years ago
  36. 1a49fc5 Applied patch from Gennady Feldman to use single-thread instead of forking. by Mark Whitley · 23 years ago
  37. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  38. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  39. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  40. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  41. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  42. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  43. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  44. 5e8b3ea Logger forgot to NULL terminate strings from stdin. by Eric Andersen · 24 years ago
  45. 1944f54 Log stdin when no message given and use getopt. by Matt Kraai · 24 years ago
  46. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  47. d323d32 Patch from larry doolittle to make sure we don't realloc by Eric Andersen · 24 years ago
  48. 5a964f9 Keep unknown priorities from segfaulting. by Matt Kraai · 24 years ago
  49. 4ed1782 Fix a thinko -- when REMOTE_LOG support is compiled in, by Eric Andersen · 24 years ago
  50. 394cf22 Fix the option parsing to use getopt, which seems to fix bug #1050 by Eric Andersen · 24 years ago
  51. cf7982e Patch from Larry Doolittle, fix up logging across multilple lines, hopefully by Eric Andersen · 24 years ago
  52. 70d09ed Reverse logic so when network logging, it by default does not log locally. by Eric Andersen · 24 years ago
  53. afdde3e Some little cleanups from Larry Doolittle by Eric Andersen · 24 years ago
  54. bf2b8ae Make no local logging a runtime option for network logging... by Eric Andersen · 24 years ago
  55. 76fef0a Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not log by Eric Andersen · 24 years ago
  56. 9cff4fb Patch from Matt Kraai to make logger log all arguments. by Eric Andersen · 24 years ago
  57. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  58. 7b5c16e Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format by Matt Kraai · 24 years ago
  59. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  60. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  61. 3180413 Clean up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
  62. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  63. d39d120 Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC. by Pavel Roskin · 24 years ago
  64. 23ad7f7 Typo fix: resolv -> resolve by Pavel Roskin · 24 years ago
  65. b2fc5a0 syslogd was leaking processes that could forever busyloop. Fixed. -Erik by Eric Andersen · 24 years ago
  66. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  67. ced2cef * syslogd can now log messages to a remote host -- patch thanks by Eric Andersen · 24 years ago
  68. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  69. df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  70. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  71. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  72. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  73. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  74. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  75. a15cd0b Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6. by Eric Andersen · 24 years ago
  76. 67e3230 Updated to compile and work with libc5. -Erik by Eric Andersen · 24 years ago
  77. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  78. da10ec0 Syslogd will not go to background if "-n" is given. Better help by Pavel Roskin · 24 years ago
  79. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  80. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  81. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  82. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago
  83. 7d6ba57 Add #include <sys/param.h> to syslogd. -Erik by Erik Andersen · 24 years ago
  84. e3ed156 Make the sys logger for so that concurrent logging will work by Erik Andersen · 24 years ago
  85. f13df37 More stuff -Erik by Erik Andersen · 24 years ago
  86. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  87. 95c1c1e Fix a tar bug: tar removed leading '/'s for symlink targets. by Erik Andersen · 24 years ago
  88. d5ba77d Latest and greatest. Seems there is a bug. -Erik by Erik Andersen · 24 years ago
  89. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  90. 93d6513 Some more minor updates to better use some gcc attributes. -Erik by Erik Andersen · 24 years ago
  91. 983b51b minor changes to mount/umount to support-by-ignoring the "-v" flag. by Erik Andersen · 24 years ago
  92. c053e41 Hmm. Missed this change by Erik Andersen · 24 years ago
  93. e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
  94. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
  95. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  96. 31cf8e0 device_open is common code -- moved into utility.c -Erik by Erik Andersen · 25 years ago
  97. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  98. 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
  99. de55287 Some busybox updates. You no longer _have_ to put a "-" in front of tar by Erik Andersen · 25 years ago
  100. 05df239 Bug fixes. -Erik by Erik Andersen · 25 years ago