1. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  2. d202328 fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
  3. ff2b6d2 logread: eliminate usage of data/bss by Denis Vlasenko · 17 years ago
  4. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  5. ebeaea0 logger: fix a problem of losing all argv except first by Denis Vlasenko · 17 years ago
  6. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  7. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  8. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  9. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  10. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  11. 4df8135 undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects by Denis Vlasenko · 18 years ago
  12. 0f48663 - shrink by 26 bytes or so by Bernhard Reutner-Fischer · 18 years ago
  13. a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 18 years ago
  14. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  15. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  16. cb1ba86 logger: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  17. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  18. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  19. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  20. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  21. c089ccd Removed the incorrect and confusing facility argument specified with by Peter Kjellerstedt · 20 years ago
  22. 52499cb Tito writes: by Eric Andersen · 20 years ago
  23. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  24. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  25. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  26. 907a240 last_patch57 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  27. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  28. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  29. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  30. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  31. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 24 years ago
  32. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  33. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  34. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  35. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  36. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  37. 5e8b3ea Logger forgot to NULL terminate strings from stdin. by Eric Andersen · 24 years ago
  38. 1944f54 Log stdin when no message given and use getopt. by Matt Kraai · 24 years ago
  39. d323d32 Patch from larry doolittle to make sure we don't realloc by Eric Andersen · 24 years ago
  40. afdde3e Some little cleanups from Larry Doolittle by Eric Andersen · 24 years ago
  41. 9cff4fb Patch from Matt Kraai to make logger log all arguments. by Eric Andersen · 24 years ago
  42. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  43. 7b5c16e Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format by Matt Kraai · 24 years ago
  44. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  45. 3180413 Clean up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
  46. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  47. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  48. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  49. df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  50. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  51. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  52. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  53. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  54. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  55. 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
  56. de55287 Some busybox updates. You no longer _have_ to put a "-" in front of tar by Erik Andersen · 25 years ago
  57. 9a9a261 Fix a logger bug. -Erik by Erik Andersen · 25 years ago
  58. 286b0de Trivial type fix. -Erik by Erik Andersen · 25 years ago
  59. 1c5b258 Fix bugs in logger and syslogd. Add fbset. -Erik by Erik Andersen · 25 years ago
  60. befda6e Stuf by Eric Andersen · 25 years ago
  61. 3843e96 Stuf by Eric Andersen · 25 years ago