1. 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
  2. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  3. 11f1a25 help text tweaks by Denys Vlasenko · 4 years ago
  4. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  5. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  6. b81f805 stat: print nanosecond times, fix printing of empty lines by Denys Vlasenko · 5 years ago
  7. e202638 stat: reduce storage for human-readable filesystem names by Ron Yorston · 6 years ago
  8. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  9. 7bf304f stat: fix a typo: s/romfs/ramfs/, closes 10876 by Denys Vlasenko · 7 years ago
  10. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  11. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  12. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  13. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  14. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  15. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  16. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  17. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  18. ace8330 stat: make -f optional. This allows to build stat for non-linux systems by Denys Vlasenko · 9 years ago
  19. 97c6491 typo fixes by Maninder Singh · 10 years ago
  20. 1b487ea stat: fix printing selinux context and null-dereference by Michael Gernoth · 10 years ago
  21. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  22. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  23. 9371043 fix unsafe bb_perror_msg(filename) calls by Denys Vlasenko · 12 years ago
  24. a1ec841 android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c by Tias Guns · 13 years ago
  25. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  26. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  27. 66be919 stat: fix mtime/ctime/atime by Eric Lammerts · 14 years ago
  28. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  29. a7027bf stat: remove superfluous setXXent() calls, plug memory leak by Alexander Shishkin · 14 years ago
  30. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  31. d2d327d stat: make output more similar to GNU stat by Seb · 14 years ago
  32. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
  33. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  34. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  35. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  36. 86c285d stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) by Denis Vlasenko · 16 years ago
  37. 98f5cdf stat: make stat -f show filesystem "ID:" as coreutils does by Denis Vlasenko · 16 years ago
  38. b75fe79 stat: pointers are not 0L, they are NULL man: better error handling by Denis Vlasenko · 16 years ago
  39. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  40. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  41. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  42. 91e5203 stat: code shrink; stop using bss; stop using strncat incorrectly by Denis Vlasenko · 17 years ago
  43. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  44. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  45. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  46. 501bfe2 stat: fix option -Z segv (bug 1454) by Denis Vlasenko · 17 years ago
  47. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  48. 8746885 style fixes by Denis Vlasenko · 18 years ago
  49. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
  50. 0e6ab01 - remove superfluous bss user (flags) and manually unswitch some areas: by Bernhard Reutner-Fischer · 18 years ago
  51. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  52. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
  53. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  54. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  55. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  56. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  57. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  58. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  59. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 19 years ago
  60. fc5f318 - use C99 %j format to print intmax. Closes bugs #802 and #743 by Bernhard Reutner-Fischer · 19 years ago
  61. e11a01c - include inttypes.h as pointed out by Jason Schoon. by Bernhard Reutner-Fischer · 19 years ago
  62. 465874f - use proper macros to print intmax_t. by Bernhard Reutner-Fischer · 19 years ago
  63. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  64. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  65. c1ef7bd just whitespace by Tim Riker · 19 years ago
  66. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  67. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  68. 726b2cb just punt all the f_frsize crap since not all linux headers support it Bug 346 by Mike Frysinger · 19 years ago
  69. 8804c6a dont use f_frsize unless linux-2.6.0 or better by Mike Frysinger · 19 years ago
  70. 408ae21 rework human_fstype to cut down size by Mike Frysinger · 20 years ago
  71. f06c494 rework options to get rid of extra variables by Mike Frysinger · 20 years ago
  72. 9b5f71e stat implementation based upon coreutils by Mike Frysinger · 20 years ago