-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# ps 1.7.7 * `ps_cpu_times()` values are now correct on newer arm64 macOS. # ps 1.7.6 * `ps_name()` now does not fail in the rare case when `ps_cmdline()` returns an empty vector (#150). * `ps_system_cpu_times()` now returns CPU times divided by the HZ as reported by CLK_TCK, in-line with other OS's and the per-process version. (#144, @michaelwalshe).
- Loading branch information
mef
committed
Sep 19, 2024
1 parent
c8e9012
commit ea6e1c7
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.7 2023/06/11 10:52:42 mef Exp $ | ||
# $NetBSD: Makefile,v 1.8 2024/09/19 21:39:28 mef Exp $ | ||
|
||
R_PKGNAME= ps | ||
R_PKGVER= 1.7.5 | ||
R_PKGVER= 1.7.7 | ||
CATEGORIES= sysutils | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2023/06/11 10:52:42 mef Exp $ | ||
$NetBSD: distinfo,v 1.7 2024/09/19 21:39:28 mef Exp $ | ||
|
||
BLAKE2s (R/ps_1.7.5.tar.gz) = bb27a3977a26abfe3752d122b315aa0ec465cdde8867eb88c846e14bda4d0a34 | ||
SHA512 (R/ps_1.7.5.tar.gz) = f5b6a82493f184eb3737108b8984801469ba11033e6e96957eb2f42f121610816e801cb4f0a9e03dbeb3f8f8653e037a5771eab731af77617cd76d02d07b594a | ||
Size (R/ps_1.7.5.tar.gz) = 129213 bytes | ||
BLAKE2s (R/ps_1.7.7.tar.gz) = 09e9fd19456e857edd8244a1379c376e68ef9c8950b6d1029d36b47edaab3aae | ||
SHA512 (R/ps_1.7.7.tar.gz) = 148fdb24158efa9434aef381d772a54f9433213ffaa21e8ff80b32fc2aa83981aff708418c65c7debde06fce680863ef6fc11f56b178c2f0ee016e3dab9a34e5 | ||
Size (R/ps_1.7.7.tar.gz) = 128844 bytes |