aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-09-01 17:50:39 +0100
committerRon Yorston <rmy@pobox.com>2017-09-01 18:00:01 +0100
commitdd9f552bb1fee66f3155bbbb81c677def861ada0 (patch)
tree21c7f1f333a2a58361c813311188b286ea803c9c /configs
parentec3ecac715b299766c101be92caf8b7cffb2a8b5 (diff)
downloadbusybox-w32-dd9f552bb1fee66f3155bbbb81c677def861ada0.tar.gz
busybox-w32-dd9f552bb1fee66f3155bbbb81c677def861ada0.tar.bz2
busybox-w32-dd9f552bb1fee66f3155bbbb81c677def861ada0.zip
ps: add support for CPU and elapsed time columns
It may be necessary to run ps as administrator to get information about processes belonging to other users. The code to detect GetTickCount64 at run-time was imported from Git for Windows.
Diffstat (limited to 'configs')
-rw-r--r--configs/mingw32_defconfig2
-rw-r--r--configs/mingw64_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index abe56f619..3a30cf366 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -991,7 +991,7 @@ CONFIG_FEATURE_PIDOF_OMIT=y
991CONFIG_PS=y 991CONFIG_PS=y
992# CONFIG_FEATURE_PS_WIDE is not set 992# CONFIG_FEATURE_PS_WIDE is not set
993# CONFIG_FEATURE_PS_LONG is not set 993# CONFIG_FEATURE_PS_LONG is not set
994# CONFIG_FEATURE_PS_TIME is not set 994CONFIG_FEATURE_PS_TIME=y
995# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set 995# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set
996# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set 996# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set
997# CONFIG_PSTREE is not set 997# CONFIG_PSTREE is not set
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 286846f95..c474c13ee 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -991,7 +991,7 @@ CONFIG_FEATURE_PIDOF_OMIT=y
991CONFIG_PS=y 991CONFIG_PS=y
992# CONFIG_FEATURE_PS_WIDE is not set 992# CONFIG_FEATURE_PS_WIDE is not set
993# CONFIG_FEATURE_PS_LONG is not set 993# CONFIG_FEATURE_PS_LONG is not set
994# CONFIG_FEATURE_PS_TIME is not set 994CONFIG_FEATURE_PS_TIME=y
995# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set 995# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set
996# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set 996# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set
997# CONFIG_PSTREE is not set 997# CONFIG_PSTREE is not set