1. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  2. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  3. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  4. 4a67486 top: tweak --help by Denys Vlasenko · 6 years ago
  5. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  6. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  7. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  8. 3f5ba0c stty: add cmspar, flusho, extproc attributes by Denys Vlasenko · 7 years ago
  9. b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
  10. 184c738 stty: fix bb_common_bufsiz1 use in NOEXEC by Denys Vlasenko · 7 years ago
  11. 692eeb8 stty: make in NOEXEC by Denys Vlasenko · 7 years ago
  12. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  13. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  14. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  15. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  16. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  17. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  18. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  19. ae0cf2a stty: disable CIBAUD leak check - it is not necessary on Linux by Denys Vlasenko · 12 years ago
  20. e9581b6 stty: code shrink by Denys Vlasenko · 12 years ago
  21. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  22. 5dd1f47 stty: trim too verbose error messages (-40 bytes) by Denys Vlasenko · 13 years ago
  23. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  24. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  25. e3d4c03 stty: cosmetic fix to settings table; no code changes by Denys Vlasenko · 14 years ago
  26. e54cfc5 stty: enable line discipline display and change code if __linix__ by Denys Vlasenko · 14 years ago
  27. 271c0ce stty: make swtch and iutf8 visible/settable by Denys Vlasenko · 14 years ago
  28. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  29. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  30. 138ce54 stty: sort out preprocessor conditionals by Jeremie Koenig · 14 years ago
  31. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  32. 800ff7c stty: code shrink -44 bytes by Denys Vlasenko · 15 years ago
  33. 9f5a577 stty: fix columns command. closes bug 791. by Denys Vlasenko · 15 years ago
  34. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  35. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  36. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  37. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  38. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  39. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  40. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  41. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  42. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  43. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  44. da42bd5 stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>) by Denis Vlasenko · 17 years ago
  45. dd8bbfd stty: reorganize data tables - save 0.5k by Denis Vlasenko · 17 years ago
  46. 2a587df stty: mark variable as static by Denis Vlasenko · 17 years ago
  47. 2ea8c40 stty: incorporate strings into struct instead of keeping pointers there. by Denis Vlasenko · 17 years ago
  48. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  49. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  50. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  51. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  52. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  53. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  54. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  55. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  56. 9ace613 stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) by Denis Vlasenko · 18 years ago
  57. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  58. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
  59. 3a60244 - remove some bss users. by Bernhard Reutner-Fischer · 18 years ago
  60. cbd6e65 - fix buglet introduced in r17351 in find_param(). Closes #1193 by Bernhard Reutner-Fischer · 18 years ago
  61. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  62. 1a250d9 - reinstate paranoia check in wrapf(). by Bernhard Reutner-Fischer · 18 years ago
  63. 41aaefc stop using global variable needlessly by Denis Vlasenko · 18 years ago
  64. 79cc559 - remove superfluous define that expanded to "!strcmp" - remove some dead code by Bernhard Reutner-Fischer · 18 years ago
  65. 8eb0549 - reuse return code of vsnprintf to avoid pulling in strlen by Bernhard Reutner-Fischer · 18 years ago
  66. 94feb1c - merge display_changed() and display_all() by Bernhard Reutner-Fischer · 18 years ago
  67. d4a745c - peruse get_terminal_width_height and remove legacy code for ancient by Bernhard Reutner-Fischer · 18 years ago
  68. a6e31ad - rewrite find_param to use index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
  69. 4950f01 - manually inline tty_value_to_baud and remove string_to_baud_or_die (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  70. 21fc740 - constify some read-only members and remove superfluous casts (cleanup) by Bernhard Reutner-Fischer · 18 years ago
  71. 4fa566d - reuse option_mask32 for state-handling in main by Bernhard Reutner-Fischer · 18 years ago
  72. 21b080d stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - by Denis Vlasenko · 18 years ago
  73. f8abc10 stty: rearrange functions, avoiding the need in forward declarations. by Denis Vlasenko · 18 years ago
  74. b2abef3 stty: fix width of a field for ppc32 by Denis Vlasenko · 18 years ago
  75. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  76. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  77. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  78. 79deb66 stty: fix few bugs found in testing by Denis Vlasenko · 18 years ago
  79. debaf2f stty: reorder code, reducing need in forward declarations. by Denis Vlasenko · 18 years ago
  80. 20b253d stty: convert "enum mode_type" into unnamed enum by Denis Vlasenko · 18 years ago
  81. 8971cda stty: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  82. e40c04b stty: simplify linewrapping code a bit by Denis Vlasenko · 18 years ago
  83. 9efb070 stty: style fixes by Denis Vlasenko · 18 years ago
  84. 7eab79a stty: fix a longstanding FIXME (was able to die half-way setting term params) by Denis Vlasenko · 18 years ago
  85. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  86. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  87. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 18 years ago
  88. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  89. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  90. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  91. dfd902b rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h by Mike Frysinger · 19 years ago
  92. 9b9a920 removed warning "comparison between signed and unsigned". Reduced size by "Vladimir N. Oleynik" · 19 years ago
  93. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  94. ca1c1af Add a missing brace, patch by Hideki IWAMOTO by Glenn L McGrath · 20 years ago
  95. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  96. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  97. fc05909 last_patch41 from vodz to fix stty -F and similar by Eric Andersen · 23 years ago
  98. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  99. 8f3e51b Patch from Vladimir to remove testing stuff from stty by Eric Andersen · 24 years ago
  100. 446dd27 Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in by Mark Whitley · 24 years ago