1. f4709d7 free: ensure there is a least one space between numbers by Denys Vlasenko · 6 years ago
  2. c8e3922 free: add 'available' memory if provided by the kernel by Guillermo Rodriguez · 6 years ago
  3. 270becc smemcap: keep outputting by ignoring transient processes, take two by Denys Vlasenko · 6 years ago
  4. 9a2621a smemcap: keep outputting by ignoring transient processes by Andre Goddard Rosa · 6 years ago
  5. 3f2e963 uptime: add -s support by Denys Vlasenko · 6 years ago
  6. 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago
  7. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  8. b3e98b1 top: fix "warning: unused variable new_mask" by Denys Vlasenko · 7 years ago
  9. a2cae93 top: much faster cursor key navigation by avoiding process rescan by Denys Vlasenko · 7 years ago
  10. 75e56a3 top: do unsigned rather than signed division in do_stats() by Denys Vlasenko · 7 years ago
  11. 86107d6 top: handle much larger VSZ values by Denys Vlasenko · 7 years ago
  12. cb9c389 *: make "argc UNUSED_PARAM" consistent by Denys Vlasenko · 7 years ago
  13. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  14. 099ef93 free: no longer include common_bufsiz.h by Denys Vlasenko · 7 years ago
  15. 318c811 free: make it NOFORK by Denys Vlasenko · 7 years ago
  16. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  17. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  18. 0b6ec06 kill: add '--' option to separate options from arguments by Ron Yorston · 7 years ago
  19. 0ec0fac ps: fix build failure if FEATURE_PS_TIME is disabled by Ron Yorston · 7 years ago
  20. 753c404 ps: allow ps config options if minips is enabled by Kang-Che Sung · 7 years ago
  21. ab77e81 klibc-utils: new applets: resume, nuke, minips by Denys Vlasenko · 7 years ago
  22. e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
  23. d80302d top: switch to malloced "globals". by Denys Vlasenko · 7 years ago
  24. 9c7c63b ps: improve TIME column for large times: showing "14453:50" is not good by Denys Vlasenko · 7 years ago
  25. 9a6f62f ps: make it NOEXEC by Denys Vlasenko · 7 years ago
  26. 1fd8e66 ps: stop using AT_CLKTCK, there are more standard ways by Denys Vlasenko · 7 years ago
  27. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  28. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  29. 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
  30. a759b22 nameif: make it NOEXEC by Denys Vlasenko · 7 years ago
  31. 00c1811 pstree: make it NOEXEC by Denys Vlasenko · 7 years ago
  32. caf26b3 sysctl: make it NOEXEC by Denys Vlasenko · 7 years ago
  33. 50db1f2 sysctl: recognize ";comment" and "<whitespace>#comment" lines by Denys Vlasenko · 7 years ago
  34. 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
  35. 9cf89cd sysctl: fix file parsing, do not require -w for VAR=VAL by Denys Vlasenko · 7 years ago
  36. 947b239 pmap: tweak help text, show usage if no params are given by Denys Vlasenko · 7 years ago
  37. 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
  38. 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
  39. 69be994 ps: tweak outdated comment, no code changes by Denys Vlasenko · 7 years ago
  40. 5d725fd ps: implement -o sid by Denys Vlasenko · 7 years ago
  41. 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
  42. 578008a pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086 by Denys Vlasenko · 7 years ago
  43. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  44. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  45. 9f4b422 pgrep: implement -a by Denys Vlasenko · 7 years ago
  46. 4add757 pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 " by Denys Vlasenko · 7 years ago
  47. 5d72ae5 fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" by Denys Vlasenko · 7 years ago
  48. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  49. 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  50. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  51. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
  52. 4e08a12 Assorted warning fixes and added a comment, no code changes by Denys Vlasenko · 8 years ago
  53. 6c1f348 Move FEATURE_USE_TERMIOS config option to two applets which use it by Denys Vlasenko · 8 years ago
  54. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  55. 0fd9fb4 top: FEATURE_USE_TERMIOS shouldn't control reading of screen size by Denys Vlasenko · 8 years ago
  56. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  57. 61a91af kill: optimizations for single-applet build by Kang-Che Sung · 8 years ago
  58. 53487a8 kill: need not build kill.c when ash's job control is off by Kang-Che Sung · 8 years ago
  59. 1125d7d hush: kill builtin and kill %jobspec support by Denys Vlasenko · 8 years ago
  60. a474728 ash: fix "kill %1" not working if CONFIG_ASH is disabled by Kang-Che Sung · 8 years ago
  61. 0b88358 Make it possible to select "sh" and "bash" aliases without selecting ash or hush by Denys Vlasenko · 8 years ago
  62. 718e4fd top: fix help text: with !TERMIOS, no keys are affected top output by Denys Vlasenko · 8 years ago
  63. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  64. 5467d26 Make killall and killall5 selecatable independent from kill by Denys Vlasenko · 8 years ago
  65. f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  66. aedc3fe top: move free(prev_hist) out of signal path by Denys Vlasenko · 8 years ago
  67. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  68. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  69. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  70. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  71. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  72. 0d1b71e nmeter: reinstate and document -d-1 by Denys Vlasenko · 9 years ago
  73. 41b1e2c nmeter: remove undocumented %NNNd specifier by Denys Vlasenko · 9 years ago
  74. a63e2a8 nmeter: simple code shrink here and there by Denys Vlasenko · 9 years ago
  75. 8a26fda nmeter: convert field list to bit list by Denys Vlasenko · 9 years ago
  76. 99c71c9 nmeter: code shrink by Denys Vlasenko · 9 years ago
  77. e4de8c6 nmeter: fix a bug with unterminated varargs by Denys Vlasenko · 9 years ago
  78. d2b820b renice: tweak help text by Denys Vlasenko · 9 years ago
  79. 049b007 pmap: fix bogus {no such process} comm field text by Denys Vlasenko · 9 years ago
  80. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  81. 4ad702c top: make sort field for 's' mode less confusing by Denys Vlasenko · 9 years ago
  82. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  83. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  84. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  85. c9091d8 ps: fix SEGV on narrow screens. closes 8176 by Denys Vlasenko · 9 years ago
  86. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  87. 8ec1ff3 Use chomp to remove newlines by Ron Yorston · 10 years ago
  88. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  89. 86031a5 trim extra newlines in help texts by Denys Vlasenko · 10 years ago
  90. 1ec4973 mpstat: code shrink by Denys Vlasenko · 10 years ago
  91. 75a1403 free: handle "cached" value too by Guillermo Rodriguez · 10 years ago
  92. 6c6d37e top: fix memset length (sizeof(ptr) vs sizeof(array) problem) by Denys Vlasenko · 10 years ago
  93. 7df1f1d top: fix and merge code to parse /proc/meminfo by Timo Teräs · 10 years ago
  94. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  95. 6554d03 sysctl: do not error out showing write-only data. Closes 6386 by Denys Vlasenko · 11 years ago
  96. 2de232d top.c: fix compilation warnings by Bartosz Golaszewski · 11 years ago
  97. 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 11 years ago
  98. 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 11 years ago
  99. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  100. dc57294 top: fix breakage introduced by previous commit by Denys Vlasenko · 11 years ago