1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. fe73c8d *: style fix by Denys Vlasenko · 2 years, 3 months ago
  4. d432049 devmem: add 128-bit width by Aaro Koskinen · 2 years, 3 months ago
  5. 1a1220a tree: unicode tweak (use normal space char, 0x20) by Denys Vlasenko · 2 years, 3 months ago
  6. b30d345 tree: make it unicode-aware by Denys Vlasenko · 2 years, 3 months ago
  7. 41d5f80 bc: hopefully fix bug 14956 (use-after-free) by Denys Vlasenko · 2 years, 4 months ago
  8. 20a4f70 tree: new applet by Roger Knecht · 2 years, 8 months ago
  9. 67fd6be seedrng: do not hash in a constant string, it's not adding entropy by Denys Vlasenko · 2 years, 7 months ago
  10. 3bfbcb5 seedrng: restore error check on fsync by Denys Vlasenko · 2 years, 7 months ago
  11. 5ba56e8 seedrng: it's not a part of util-linux, move to miscutils by Denys Vlasenko · 2 years, 7 months ago
  12. 52a7bf6 crond: implement support for setting PATH in crontab files by Paul Fox · 2 years, 9 months ago
  13. 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
  14. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  15. 8ad2acf fix "defined but not used" warnings by Denys Vlasenko · 2 years, 11 months ago
  16. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  17. c2788f8 libbb: introduce and use chdir_or_warn() by Denys Vlasenko · 2 years, 11 months ago
  18. 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
  19. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  20. 076f5e0 less: code shrink by Denys Vlasenko · 2 years, 11 months ago
  21. 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
  22. 35727f5 less: Ignore -X by Ismael Luceno · 3 years, 2 months ago
  23. 4b032a4 chat: hopefully fix infinite spinning on input EOF by Denys Vlasenko · 3 years, 3 months ago
  24. 34d79c9 ascii: new applet by Denys Vlasenko · 3 years, 6 months ago
  25. 4d4fc5c man: fix segfault in "man 1" by Denys Vlasenko · 3 years, 6 months ago
  26. e470004 shuf: simplify check that we have at least one FILE by Denys Vlasenko · 3 years, 6 months ago
  27. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  28. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  29. 6f7b10c *: more --help tweaking by Denys Vlasenko · 3 years, 6 months ago
  30. 1849285 *: more --help tweaks, mostly expanding ts --help by Denys Vlasenko · 3 years, 6 months ago
  31. 6b6826f *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  32. aece2c5 bc: tweak overflow detection in a^b by Denys Vlasenko · 3 years, 6 months ago
  33. e36c39a bc: code shrink: combine init() and copy() where we can by Denys Vlasenko · 3 years, 6 months ago
  34. e5958f7 bc: fix for mul overflow in scale calculation in a^b by Denys Vlasenko · 3 years, 6 months ago
  35. c0943ac platform.h: fix for Bionic >= 21 not having wait3() by Denys Vlasenko · 3 years, 8 months ago
  36. ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 8 months ago
  37. 50a3745 watchdog: make open-write-close-open functionality a config knob by Rasmus Villemoes · 3 years, 8 months ago
  38. c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
  39. 9b6bcfd bc: typo fix in comment by Denys Vlasenko · 3 years, 9 months ago
  40. 9037757 dc: more docs in --help by Denys Vlasenko · 3 years, 9 months ago
  41. 1a37aa7 dc: document what non-GNU commands do by Denys Vlasenko · 3 years, 9 months ago
  42. ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 9 months ago
  43. 3d88cc1 dc: correct --help text by Denys Vlasenko · 3 years, 9 months ago
  44. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  45. cc4303f bc: code shrink by Denys Vlasenko · 4 years ago
  46. 0197fbf bc: ^C on input line exits (unlike ^C during calculations, which does not) by Denys Vlasenko · 4 years ago
  47. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  48. b230ff9 *: use fopen helpers where appropriate by Denys Vlasenko · 4 years ago
  49. 29a9043 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU by Denys Vlasenko · 4 years ago
  50. 40f9fe2 bc: placate gcc (it thinks 's' can be uninitialized here) by Denys Vlasenko · 4 years ago
  51. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  52. 1462673 man: implement SECTION parameters by Denys Vlasenko · 4 years ago
  53. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  54. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years ago
  55. 5d553bc more --help text tweaks by Denys Vlasenko · 4 years ago
  56. 11f1a25 help text tweaks by Denys Vlasenko · 4 years ago
  57. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  58. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  59. 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years ago
  60. b86a9ed use write_str() functions where appropriate by Denys Vlasenko · 4 years ago
  61. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  62. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  63. 2dd82f4 lsscsi: code shrink by Denys Vlasenko · 4 years, 5 months ago
  64. 051665e crontab: Fix -e with editors saving using renaming strategy by Gray Wolf · 4 years, 6 months ago
  65. 5663a17 bc: placate a "defined but not used" warning by Denys Vlasenko · 4 years, 5 months ago
  66. 03ab212 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  67. 981b2ef mim: run scripts from a specification file by Ron Yorston · 5 years ago
  68. 0084137 bc: fix comparison bug, closes 12336 by Denys Vlasenko · 5 years ago
  69. 122a8cb hdparm: placate "warning: taking the absolute value of unsigned type" by Denys Vlasenko · 5 years ago
  70. f159352 bc: Add 'U' suffix in UINT_MAX preprocessor check by Kang-Che Sung · 5 years ago
  71. 10509a7 dc: Parse error & fix out of bounds read in xc_program_printString by Brian Foley · 5 years ago
  72. b64470b dc: Fix segfault when executing strings generated using asciify by Brian Foley · 5 years ago
  73. 7454879 dc: execute shouldn't pop if stack head is not a string by Brian Foley · 5 years ago
  74. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  75. 7a4e554 bc: placate compiler warnings by Denys Vlasenko · 5 years ago
  76. 1113961 dc: make 4 % 0 emit error messgaes and set result to 0 by Denys Vlasenko · 6 years ago
  77. 89023b1 dc: code shrink by Denys Vlasenko · 6 years ago
  78. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  79. 0f5a7f3 man: add "/usr/share/man" as another default MANPATH, fix col override by Denys Vlasenko · 6 years ago
  80. 3c6f333 man: don't skip default path which appears in config file by Ron Yorston · 6 years ago
  81. fe78c9a ts: do call localtime() when neither -s nor -i specified by Denys Vlasenko · 6 years ago
  82. 973698d ts: use gettimeofday - we don't use nanoseconds here by Denys Vlasenko · 6 years ago
  83. 3395e2a ts: replace overlapping strcpy with shorter code by Denys Vlasenko · 6 years ago
  84. f370a66 ts: fix incorrect (copy-pasted) copyright attribution by Denys Vlasenko · 6 years ago
  85. 16df5e8 ts: new applet by Denys Vlasenko · 6 years ago
  86. 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
  87. f81e012 i2c_tools.c: i2ctransfer by Nikolaus Voss · 6 years ago
  88. dac8f5e i2ctransfer: new applet by Nikolaus Voss · 6 years ago
  89. 5379950 bc: implement pass-by-reference code from upstream by Denys Vlasenko · 6 years ago
  90. cfc2546 bc: code shrink by Denys Vlasenko · 6 years ago
  91. a1698a1 bc: remove "empty expression" check/message, parsing fails in these cases anyway by Denys Vlasenko · 6 years ago
  92. 132d7c0 bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in by Denys Vlasenko · 6 years ago
  93. fc7aa7a bc: disallow invalid syntax like "{ print 1 print 2 }" by Denys Vlasenko · 6 years ago
  94. edca770 sleep: support "inf" by Denys Vlasenko · 6 years ago
  95. e05ec6e bc: shorten "limits" output by Denys Vlasenko · 6 years ago
  96. f11b5b9 bc: formatting changes, added a FIXME comment, no logic changes by Denys Vlasenko · 6 years ago
  97. 54f5c1d bc: support void functions (GNU compat) by Denys Vlasenko · 6 years ago
  98. 1db367a dc: fit returning of string by Denys Vlasenko · 6 years ago
  99. 6842c60 dc: fix '?' by Denys Vlasenko · 6 years ago
  100. 377cc97 bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant by Denys Vlasenko · 6 years ago