1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 13 years ago
  6. 66be919 stat: fix mtime/ctime/atime by Eric Lammerts · 14 years ago
  7. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  8. a7027bf stat: remove superfluous setXXent() calls, plug memory leak by Alexander Shishkin · 14 years ago
  9. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  10. d2d327d stat: make output more similar to GNU stat by Seb · 14 years ago
  11. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 14 years ago
  12. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  13. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  14. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  15. 86c285d stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) by Denis Vlasenko · 16 years ago
  16. 98f5cdf stat: make stat -f show filesystem "ID:" as coreutils does by Denis Vlasenko · 16 years ago
  17. b75fe79 stat: pointers are not 0L, they are NULL man: better error handling by Denis Vlasenko · 16 years ago
  18. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  19. 5576136 fixes revealed by randomconfig run 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. 91e5203 stat: code shrink; stop using bss; stop using strncat incorrectly by Denis Vlasenko · 17 years ago
  22. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  23. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  24. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  25. 501bfe2 stat: fix option -Z segv (bug 1454) by Denis Vlasenko · 17 years ago
  26. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  27. 8746885 style fixes by Denis Vlasenko · 17 years ago
  28. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 17 years ago
  29. 0e6ab01 - remove superfluous bss user (flags) and manually unswitch some areas: by Bernhard Reutner-Fischer · 17 years ago
  30. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 17 years ago
  31. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 17 years ago
  32. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 17 years ago
  33. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  34. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  35. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  36. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  37. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  38. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 18 years ago
  39. fc5f318 - use C99 %j format to print intmax. Closes bugs #802 and #743 by Bernhard Reutner-Fischer · 18 years ago
  40. e11a01c - include inttypes.h as pointed out by Jason Schoon. by Bernhard Reutner-Fischer · 18 years ago
  41. 465874f - use proper macros to print intmax_t. by Bernhard Reutner-Fischer · 18 years ago
  42. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 18 years ago
  43. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 18 years ago
  44. c1ef7bd just whitespace by Tim Riker · 18 years ago
  45. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  46. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  47. 726b2cb just punt all the f_frsize crap since not all linux headers support it Bug 346 by Mike Frysinger · 19 years ago
  48. 8804c6a dont use f_frsize unless linux-2.6.0 or better by Mike Frysinger · 19 years ago
  49. 408ae21 rework human_fstype to cut down size by Mike Frysinger · 19 years ago
  50. f06c494 rework options to get rid of extra variables by Mike Frysinger · 19 years ago
  51. 9b5f71e stat implementation based upon coreutils by Mike Frysinger · 19 years ago