History log of /dragonfly/usr.bin/top/machine.h (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0
# da0d35cf 13-Dec-2020 Matthew Dillon <dillon@apollo.backplane.com>

top, vmstat, who, rwhod - Use CLOCK_UPTIME to calculate uptime

* Use CLOCK_UPTIME to calculate the system uptime instead of
subtracting current real time from boot real time, which could
get muf

top, vmstat, who, rwhod - Use CLOCK_UPTIME to calculate uptime

* Use CLOCK_UPTIME to calculate the system uptime instead of
subtracting current real time from boot real time, which could
get muffed up by setting the time.

show more ...


Revision tags: v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2
# dc4f0af1 04-Mar-2019 zrj <rimvydas.jasinskas@gmail.com>

top(1): Take out from the contrib.

There are several issues:
* many local modification;
* no new releases by upstream;
* vendor/TOP branch was created incorrectly.

Last reason alone is enough

top(1): Take out from the contrib.

There are several issues:
* many local modification;
* no new releases by upstream;
* vendor/TOP branch was created incorrectly.

Last reason alone is enough to perform this, because vendor/TOP branch
needs to be recreated to prevent future source repository incidents.

In-discussion-with: swildner

show more ...