1. 5d72ae5 fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" by Denys Vlasenko · 7 years ago
  2. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  3. 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  4. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  5. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
  6. 4e08a12 Assorted warning fixes and added a comment, no code changes by Denys Vlasenko · 8 years ago
  7. 6c1f348 Move FEATURE_USE_TERMIOS config option to two applets which use it by Denys Vlasenko · 8 years ago
  8. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  9. 0fd9fb4 top: FEATURE_USE_TERMIOS shouldn't control reading of screen size by Denys Vlasenko · 8 years ago
  10. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  11. 61a91af kill: optimizations for single-applet build by Kang-Che Sung · 8 years ago
  12. 53487a8 kill: need not build kill.c when ash's job control is off by Kang-Che Sung · 8 years ago
  13. 1125d7d hush: kill builtin and kill %jobspec support by Denys Vlasenko · 8 years ago
  14. a474728 ash: fix "kill %1" not working if CONFIG_ASH is disabled by Kang-Che Sung · 8 years ago
  15. 0b88358 Make it possible to select "sh" and "bash" aliases without selecting ash or hush by Denys Vlasenko · 8 years ago
  16. 718e4fd top: fix help text: with !TERMIOS, no keys are affected top output by Denys Vlasenko · 8 years ago
  17. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  18. 5467d26 Make killall and killall5 selecatable independent from kill by Denys Vlasenko · 8 years ago
  19. f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  20. aedc3fe top: move free(prev_hist) out of signal path by Denys Vlasenko · 8 years ago
  21. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  22. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  23. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  24. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  25. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  26. 0d1b71e nmeter: reinstate and document -d-1 by Denys Vlasenko · 9 years ago
  27. 41b1e2c nmeter: remove undocumented %NNNd specifier by Denys Vlasenko · 9 years ago
  28. a63e2a8 nmeter: simple code shrink here and there by Denys Vlasenko · 9 years ago
  29. 8a26fda nmeter: convert field list to bit list by Denys Vlasenko · 9 years ago
  30. 99c71c9 nmeter: code shrink by Denys Vlasenko · 9 years ago
  31. e4de8c6 nmeter: fix a bug with unterminated varargs by Denys Vlasenko · 9 years ago
  32. d2b820b renice: tweak help text by Denys Vlasenko · 9 years ago
  33. 049b007 pmap: fix bogus {no such process} comm field text by Denys Vlasenko · 9 years ago
  34. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  35. 4ad702c top: make sort field for 's' mode less confusing by Denys Vlasenko · 9 years ago
  36. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  37. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  38. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  39. c9091d8 ps: fix SEGV on narrow screens. closes 8176 by Denys Vlasenko · 9 years ago
  40. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  41. 8ec1ff3 Use chomp to remove newlines by Ron Yorston · 10 years ago
  42. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  43. 86031a5 trim extra newlines in help texts by Denys Vlasenko · 10 years ago
  44. 1ec4973 mpstat: code shrink by Denys Vlasenko · 10 years ago
  45. 75a1403 free: handle "cached" value too by Guillermo Rodriguez · 10 years ago
  46. 6c6d37e top: fix memset length (sizeof(ptr) vs sizeof(array) problem) by Denys Vlasenko · 10 years ago
  47. 7df1f1d top: fix and merge code to parse /proc/meminfo by Timo Teräs · 10 years ago
  48. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  49. 6554d03 sysctl: do not error out showing write-only data. Closes 6386 by Denys Vlasenko · 11 years ago
  50. 2de232d top.c: fix compilation warnings by Bartosz Golaszewski · 11 years ago
  51. 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 11 years ago
  52. 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 11 years ago
  53. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  54. dc57294 top: fix breakage introduced by previous commit by Denys Vlasenko · 11 years ago
  55. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  56. 173aa78 pstree: fix theoretically unsafe code by Denys Vlasenko · 11 years ago
  57. 879f008 lsof: correct check for symbolic link by Thomas De Schampheleire · 11 years ago
  58. fea2588 pstree: stop truncating thread names by Mike Frysinger · 11 years ago
  59. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  60. 7794c21 pgrep: fix a "missing closing paren" build error by Denys Vlasenko · 12 years ago
  61. 47f8558 pgrep: fix -x option by Bernhard Walle · 12 years ago
  62. 17d4436 ps: seconds_since_boot: uint64_t -> ulong by Denys Vlasenko · 12 years ago
  63. 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
  64. 6aab061 ps: fix sscanf format specifier (%l); make uptime unsigned by Denys Vlasenko · 12 years ago
  65. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  66. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  67. fb499c5 powertop: fix error message by Lauri Hintsala · 12 years ago
  68. c4f2d99 libbb: correctness/size tweaks in signal-related helpers by Denys Vlasenko · 12 years ago
  69. 73a1990 top: do not touch stdin if -b by Denys Vlasenko · 12 years ago
  70. ffe03f0 top: fix build failure in !USE_TERMIOS case by Denys Vlasenko · 12 years ago
  71. 42be921 ps: fix build failure in !DESKTOP case by Denys Vlasenko · 12 years ago
  72. 2fb8d0d top: implement scrolling up/down (_very_ useful) by Denys Vlasenko · 12 years ago
  73. c439851 sysctl: implement -q by Joshua Kahlenberg · 12 years ago
  74. dac8e79 Move several applets to different install dir: by Denys Vlasenko · 12 years ago
  75. ac42e3d ps: use separate get_uptime() and make it work on non-linux too by Michael Tokarev · 13 years ago
  76. 1485030 killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT by Denys Vlasenko · 13 years ago
  77. 1c12b67 lsof: new applet by Sven Oliver Moll · 13 years ago
  78. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  79. 6a93212 kill: fix segfault in arguments parsing by Alexey Fomenko · 13 years ago
  80. 3b16034 nmeter: fix block i/o count on newer Linux kernels by Denys Vlasenko · 13 years ago
  81. 85b1f29 ps: fix for !FEATURE_PS_LONG build by Cristian Ionescu-Idbohrn · 13 years ago
  82. b64bd16 ps: with -l, show STIME too by Flemming Madsen · 13 years ago
  83. 8d9ac30 ps: add support for -l for !DESKTOP by Denys Vlasenko · 13 years ago
  84. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  85. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  86. 5845a06 uptime: more compatible output by Denys Vlasenko · 13 years ago
  87. d91b138 uptime: add config flag to allow displaying the number of users currently logged on by Pere Orga · 13 years ago
  88. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  89. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
  90. 000ae5c pkill/pgrep: support extended regular expressions by Wade Berrier · 14 years ago
  91. d7efa06 fix breakage caused by 'remove "Options:" string from help texts' commit by Denys Vlasenko · 14 years ago
  92. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  93. 9f77802 iostat: code shrink by Maksym Kryzhanovskyy · 14 years ago
  94. 217a7f4 fuser: fix inverted access() check. Closes 3799. by Denys Vlasenko · 14 years ago
  95. abb0952 nmeter: trim help text by Denys Vlasenko · 14 years ago
  96. eeed230 fuser: code shrink by Maksym Kryzhanovskyy · 14 years ago
  97. 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 14 years ago
  98. eafc558 top: better indicator of selected field in mem view by Denys Vlasenko · 14 years ago
  99. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  100. 29c54aa iostat: code shrink ~0.5k by Maksym Kryzhanovskyy · 14 years ago