1. dac8e79 Move several applets to different install dir: by Denys Vlasenko · 12 years ago
  2. ac42e3d ps: use separate get_uptime() and make it work on non-linux too by Michael Tokarev · 13 years ago
  3. 1485030 killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT by Denys Vlasenko · 13 years ago
  4. 1c12b67 lsof: new applet by Sven Oliver Moll · 13 years ago
  5. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  6. 6a93212 kill: fix segfault in arguments parsing by Alexey Fomenko · 13 years ago
  7. 3b16034 nmeter: fix block i/o count on newer Linux kernels by Denys Vlasenko · 13 years ago
  8. 85b1f29 ps: fix for !FEATURE_PS_LONG build by Cristian Ionescu-Idbohrn · 13 years ago
  9. b64bd16 ps: with -l, show STIME too by Flemming Madsen · 13 years ago
  10. 8d9ac30 ps: add support for -l for !DESKTOP by Denys Vlasenko · 13 years ago
  11. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  12. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  13. 5845a06 uptime: more compatible output by Denys Vlasenko · 13 years ago
  14. d91b138 uptime: add config flag to allow displaying the number of users currently logged on by Pere Orga · 13 years ago
  15. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  16. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 14 years ago
  17. 000ae5c pkill/pgrep: support extended regular expressions by Wade Berrier · 14 years ago
  18. d7efa06 fix breakage caused by 'remove "Options:" string from help texts' commit by Denys Vlasenko · 14 years ago
  19. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  20. 9f77802 iostat: code shrink by Maksym Kryzhanovskyy · 14 years ago
  21. 217a7f4 fuser: fix inverted access() check. Closes 3799. by Denys Vlasenko · 14 years ago
  22. abb0952 nmeter: trim help text by Denys Vlasenko · 14 years ago
  23. eeed230 fuser: code shrink by Maksym Kryzhanovskyy · 14 years ago
  24. 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 14 years ago
  25. eafc558 top: better indicator of selected field in mem view by Denys Vlasenko · 14 years ago
  26. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  27. 29c54aa iostat: code shrink ~0.5k by Maksym Kryzhanovskyy · 14 years ago
  28. c3f8db9 preparatory patch by Denys Vlasenko · 14 years ago
  29. 4d6059e top: another scripting improvement by Denys Vlasenko · 14 years ago
  30. 7d9a1d2 top: make it possible to feed commands via pipe by Denys Vlasenko · 14 years ago
  31. 2a6d598 mpstat.c: remove unused line by Marek Polacek · 14 years ago
  32. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  33. a9e5c43 pstree: fix "warning: 'handle_thread' defined but not used" by Denys Vlasenko · 14 years ago
  34. cf8b55c pwdx: new applet by Pere Orga · 14 years ago
  35. 9283d7c kill: fix infinite loop when passed PIDs are not valid numbers by Pere Orga · 14 years ago
  36. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  37. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 14 years ago
  38. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  39. 099e528 ps: implement -o stat by Denys Vlasenko · 14 years ago
  40. 9aa599d top: replace %MEM with %VSZ in header text by Denys Vlasenko · 14 years ago
  41. 444ff28 top: document a debugging script by Denys Vlasenko · 14 years ago
  42. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  43. e8d0a14 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  44. 0684446 top: add keyboard commands to --help by Denys Vlasenko · 14 years ago
  45. a604186 nmeter: deprecate %NNNd specified, use -d MSEC instead by Denys Vlasenko · 14 years ago
  46. da6fb7e procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit by Lauri Kasanen · 14 years ago
  47. 86aa803 pstree: use stdin for screen size detection by Denys Vlasenko · 14 years ago
  48. 2161bd7 pstree: another tiny shrink by Denys Vlasenko · 14 years ago
  49. c32e626 pstree: tiny shrink by Denys Vlasenko · 14 years ago
  50. e48e6f8 pstree: fix width logic. +30 bytes by Lauri Kasanen · 14 years ago
  51. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
  52. 0ebafcc powertop: code shrink by Maksym Kryzhanovskyy · 14 years ago
  53. dea28e1 powertop: fix last line detection in process_timer_stats() by Denys Vlasenko · 14 years ago
  54. dcb163a powertop: replace erroneous \n with \0; make numberic conversion more robust by Denys Vlasenko · 14 years ago
  55. 6052c2b powertop: code shrink by Maksym Kryzhanovskyy · 14 years ago
  56. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  57. f29a1c5 powertop: build fix for !386 compiles by Denys Vlasenko · 14 years ago
  58. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  59. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  60. 3c99d59 top: Use _exit() instead of exit() in sighandler by Marek Polacek · 14 years ago
  61. 4fa07bd whitespace fix by Denys Vlasenko · 14 years ago
  62. a43e969 powertop: simplified C-state display code by Denys Vlasenko · 14 years ago
  63. d8b687f powertop: IPIs and hw irqs were swapped, fixing by Denys Vlasenko · 14 years ago
  64. c3f1fa1 powertop: fixes to output format and code shrink by Denys Vlasenko · 14 years ago
  65. 373789e powertop: code shrink by Denys Vlasenko · 14 years ago
  66. b507cc3 powertop: new applet by Marek Polacek · 14 years ago
  67. cbfeaac smemcap: close /proc handle upon cleaning up by Alexander Shishkin · 14 years ago
  68. d3036ef pmap: get rid of a warning by Denys Vlasenko · 14 years ago
  69. 5542934 free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes by Denys Vlasenko · 14 years ago
  70. 5a0d899 smemcap: use correct tar magic by Denys Vlasenko · 14 years ago
  71. 6957d79 remove redundant ENABLE_DESKTOP in procps/ps.c by Cristian Ionescu-Idbohrn · 14 years ago
  72. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  73. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  74. 159677c Rename a struct member from "interrupt" by Dan Fandrich · 14 years ago
  75. bdaea46 nmeter: fix misplaced closing comment by Denys Vlasenko · 14 years ago
  76. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  77. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  78. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  79. dcaed97 iostat: add forgotted fclose(); fix default count. by Denys Vlasenko · 14 years ago
  80. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  81. 7bfbbd4 free: more compatible output. +16 bytes. Closes bug 2383. by Denys Vlasenko · 14 years ago
  82. 733f26f iostat: new applet. 2800 bytes by Marek Polacek · 14 years ago
  83. 85a359a mpstat: do not use /sys to get number of CPUs. /proc should be ok. by Marek Polacek · 14 years ago
  84. 3fb4a5e mpstat: better fix for IRQ counts by Denys Vlasenko · 14 years ago
  85. 9bb0510 mpstat: fix total par-cpu IRQ counts by Denys Vlasenko · 14 years ago
  86. 64c6789 mpstat: fix/improve handling of interrupt names by Denys Vlasenko · 14 years ago
  87. 5e87c2e mpstat: small code shrink by Maksym Kryzhanovskyy · 14 years ago
  88. 217df6e mpstat: small code shrink by Denys Vlasenko · 14 years ago
  89. 23e8c08 mpstat: new applet. ~5.5k by Marek Polacek · 14 years ago
  90. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  91. a95ce93 top: add tie breaking for topmem mode by Denys Vlasenko · 14 years ago
  92. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  93. a091d45 smemcap: new applet by Denys Vlasenko · 14 years ago
  94. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 15 years ago
  95. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  96. e3657dc fuser: code shrink by Maksym Kryzhanovskyy · 15 years ago
  97. d94332f top: code shrink, -26 bytes by Denys Vlasenko · 15 years ago
  98. 87496aa top: code shrink by Maksym Kryzhanovskyy · 15 years ago
  99. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  100. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago