aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-02-19 08:42:38 +0000
committerRon Yorston <rmy@pobox.com>2021-02-19 08:42:38 +0000
commitb4fcd6e378f30ffa36a87617d4c9e6113f70308d (patch)
treefeee88334cdea39e504180ab9bfb34147515a2ec /configs
parent2b8770720868c750ad8609df4041337eb2c6cf71 (diff)
downloadbusybox-w32-b4fcd6e378f30ffa36a87617d4c9e6113f70308d.tar.gz
busybox-w32-b4fcd6e378f30ffa36a87617d4c9e6113f70308d.tar.bz2
busybox-w32-b4fcd6e378f30ffa36a87617d4c9e6113f70308d.zip
win32: add uptime to sysinfo(2), enable uptime applet
Fill the uptime member of the sysinfo structure. With this change we can: - use sysinfo(2) in the 'ps' applet; - enable the 'uptime' applet (though without useful support for load averages).
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 8c0e2ed42..7edc052ab 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -1070,7 +1070,7 @@ CONFIG_FEATURE_PS_TIME=y
1070# CONFIG_FEATURE_TOP_DECIMALS is not set 1070# CONFIG_FEATURE_TOP_DECIMALS is not set
1071# CONFIG_FEATURE_TOP_SMP_PROCESS is not set 1071# CONFIG_FEATURE_TOP_SMP_PROCESS is not set
1072# CONFIG_FEATURE_TOPMEM is not set 1072# CONFIG_FEATURE_TOPMEM is not set
1073# CONFIG_UPTIME is not set 1073CONFIG_UPTIME=y
1074# CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set 1074# CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set
1075CONFIG_WATCH=y 1075CONFIG_WATCH=y
1076# CONFIG_FEATURE_SHOW_THREADS is not set 1076# CONFIG_FEATURE_SHOW_THREADS is not set
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 89167b998..d3ff6d774 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -1070,7 +1070,7 @@ CONFIG_FEATURE_PS_TIME=y
1070# CONFIG_FEATURE_TOP_DECIMALS is not set 1070# CONFIG_FEATURE_TOP_DECIMALS is not set
1071# CONFIG_FEATURE_TOP_SMP_PROCESS is not set 1071# CONFIG_FEATURE_TOP_SMP_PROCESS is not set
1072# CONFIG_FEATURE_TOPMEM is not set 1072# CONFIG_FEATURE_TOPMEM is not set
1073# CONFIG_UPTIME is not set 1073CONFIG_UPTIME=y
1074# CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set 1074# CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set
1075CONFIG_WATCH=y 1075CONFIG_WATCH=y
1076# CONFIG_FEATURE_SHOW_THREADS is not set 1076# CONFIG_FEATURE_SHOW_THREADS is not set