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