1. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  2. 5e8b3ea Logger forgot to NULL terminate strings from stdin. by Eric Andersen · 24 years ago
  3. 1944f54 Log stdin when no message given and use getopt. by Matt Kraai · 24 years ago
  4. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  5. d323d32 Patch from larry doolittle to make sure we don't realloc by Eric Andersen · 24 years ago
  6. 5a964f9 Keep unknown priorities from segfaulting. by Matt Kraai · 24 years ago
  7. 4ed1782 Fix a thinko -- when REMOTE_LOG support is compiled in, by Eric Andersen · 24 years ago
  8. 394cf22 Fix the option parsing to use getopt, which seems to fix bug #1050 by Eric Andersen · 24 years ago
  9. cf7982e Patch from Larry Doolittle, fix up logging across multilple lines, hopefully by Eric Andersen · 24 years ago
  10. 70d09ed Reverse logic so when network logging, it by default does not log locally. by Eric Andersen · 24 years ago
  11. afdde3e Some little cleanups from Larry Doolittle by Eric Andersen · 24 years ago
  12. bf2b8ae Make no local logging a runtime option for network logging... by Eric Andersen · 24 years ago
  13. 76fef0a Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not log by Eric Andersen · 24 years ago
  14. 9cff4fb Patch from Matt Kraai to make logger log all arguments. by Eric Andersen · 24 years ago
  15. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  16. 7b5c16e Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format by Matt Kraai · 24 years ago
  17. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  18. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  19. 3180413 Clean up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
  20. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  21. d39d120 Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC. by Pavel Roskin · 24 years ago
  22. 23ad7f7 Typo fix: resolv -> resolve by Pavel Roskin · 24 years ago
  23. b2fc5a0 syslogd was leaking processes that could forever busyloop. Fixed. -Erik by Eric Andersen · 24 years ago
  24. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  25. ced2cef * syslogd can now log messages to a remote host -- patch thanks by Eric Andersen · 24 years ago
  26. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  27. df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  28. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  29. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  30. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  31. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  32. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  33. a15cd0b Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6. by Eric Andersen · 24 years ago
  34. 67e3230 Updated to compile and work with libc5. -Erik by Eric Andersen · 24 years ago
  35. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  36. da10ec0 Syslogd will not go to background if "-n" is given. Better help by Pavel Roskin · 24 years ago
  37. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  38. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  39. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  40. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago
  41. 7d6ba57 Add #include <sys/param.h> to syslogd. -Erik by Erik Andersen · 24 years ago
  42. e3ed156 Make the sys logger for so that concurrent logging will work by Erik Andersen · 24 years ago
  43. f13df37 More stuff -Erik by Erik Andersen · 24 years ago
  44. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  45. 95c1c1e Fix a tar bug: tar removed leading '/'s for symlink targets. by Erik Andersen · 24 years ago
  46. d5ba77d Latest and greatest. Seems there is a bug. -Erik by Erik Andersen · 24 years ago
  47. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  48. 93d6513 Some more minor updates to better use some gcc attributes. -Erik by Erik Andersen · 24 years ago
  49. 983b51b minor changes to mount/umount to support-by-ignoring the "-v" flag. by Erik Andersen · 24 years ago
  50. c053e41 Hmm. Missed this change by Erik Andersen · 24 years ago
  51. e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
  52. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
  53. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  54. 31cf8e0 device_open is common code -- moved into utility.c -Erik by Erik Andersen · 25 years ago
  55. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  56. 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
  57. de55287 Some busybox updates. You no longer _have_ to put a "-" in front of tar by Erik Andersen · 25 years ago
  58. 05df239 Bug fixes. -Erik by Erik Andersen · 25 years ago
  59. 9a9a261 Fix a logger bug. -Erik by Erik Andersen · 25 years ago
  60. 286b0de Trivial type fix. -Erik by Erik Andersen · 25 years ago
  61. 1c5b258 Fix bugs in logger and syslogd. Add fbset. -Erik by Erik Andersen · 25 years ago
  62. 2cb5507 Added poweroff (and adjusted init to use it). Inlined function by Eric Andersen · 25 years ago
  63. 0ecb54a Stuf by Eric Andersen · 25 years ago
  64. 14ec6cf syslogd and klogd work now. -Erik by Eric Andersen · 25 years ago
  65. b186d98 Stuf by Eric Andersen · 25 years ago
  66. befda6e Stuf by Eric Andersen · 25 years ago
  67. 3843e96 Stuf by Eric Andersen · 25 years ago
  68. b99df0f First draft by Eric Andersen · 25 years ago