1. fe73c8d *: style fix by Denys Vlasenko · 2 years, 3 months ago
  2. 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
  3. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
  4. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  5. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  6. 03ab212 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  7. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  8. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  9. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  10. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  11. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  12. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  13. fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
  14. 066e76b Replace a few more bb_info_msg's by bb_error_msg or printf by Denys Vlasenko · 9 years ago
  15. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  16. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  17. 4d8ad38 devfsd: remove static variable by Denys Vlasenko · 11 years ago
  18. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  19. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  20. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  21. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  22. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  23. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  24. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  25. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
  26. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  27. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  28. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  29. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  30. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  31. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  32. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  33. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
  34. 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
  35. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  36. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  37. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  38. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  39. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  40. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  41. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  42. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  43. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  44. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  45. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  46. 10aea3e devfsd: futher sanitization by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  47. 679b412 devfsd: indentation fixes by Denis Vlasenko · 17 years ago
  48. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  49. c965f4b devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
  50. 1fc6238 devfsd: fix formatting (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
  51. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  52. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  53. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  54. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 18 years ago
  55. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  56. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  57. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  58. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  59. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  60. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  61. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  62. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  63. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  64. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  65. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  66. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  67. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  68. f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 18 years ago
  69. 176f2df Patch from Erik Hovland, via Tito. by Rob Landley · 19 years ago
  70. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  71. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  72. 73ffd76 removed anoinig warnings by "Vladimir N. Oleynik" · 19 years ago
  73. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  74. c1ef7bd just whitespace by Tim Riker · 19 years ago
  75. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  76. 1ba19d6 Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. by Rob Landley · 19 years ago
  77. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  78. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  79. 6f978db eat leading whitespace with preprocessor by Mike Frysinger · 19 years ago
  80. 06813d0 Tito posted a devfsd error message fix. It's highly deprecated and will by Rob Landley · 20 years ago
  81. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  82. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  83. fa134cd Patch from Florian Schirmer. compile fix for debug builds by Glenn L McGrath · 21 years ago
  84. 5b0d7de Bug fix from Tito. by Glenn L McGrath · 21 years ago
  85. f18bd89 Tito writes: by Eric Andersen · 21 years ago
  86. 3860b2e Patch from Tito, size optimisation, cleanup noise when in debugging by Glenn L McGrath · 21 years ago
  87. 5289969 Tito writes: by Eric Andersen · 21 years ago
  88. 6fe55ae old gcc by Tim Riker · 21 years ago
  89. 2af7000 Do not use kernel headers by Eric Andersen · 21 years ago
  90. 17d21fa New applet, devfsd, by Matteo Croce and Tito by Glenn L McGrath · 21 years ago