Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
therefore make libwnck optional (libwnck is x11 only)
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/3705931e307e87878f205b905eaa3f5daaffcf09
and https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/8c4d47d625661e848643ce564f63ed3ec1e83293
and https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/1ea64e9965bd6f1026f1167b692e7cc83c269be3
|
|
|
|
https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format
|
|
Based on GNOME/gnome-system-monitor@60a787b
|
|
- IEC units for RAM
- SI units for storage and network
|
|
|
|
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=76545e553c620d9b3437456bb4dbffa355c59816
|
|
from:
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=f3879a89f9bcc3e96b009c0033accb461c0672ac
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7484244ea470690e52dd5b3ced0ff36917000355
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7fefa84
|
|
it should be the same as in "CPU time" column of process table now
adapted from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=3c1f17877f95fcac7f5d437739305e245af7ba8b
|
|
it should be the same as in "Started" column of process table now
from
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=493b93ddf6bfb772769ca6942bf07deaac8e94bc
|
|
On NetBSD, HZ tick can be retrieved same as OpenBSD.
|
|
nitems is never guaranteed to be defined in sys/params.h as it is meant
to be defined within a protected ifdef __KERNEL conditional.
Use G_N_ELEMENTS from GLib which is the proper way of doing this.
Taken from GSM commit: a9972b6a45b490fd316a1a536115baca465e3ae6
From: Antoine Jacoutot <[email protected]>
|
|
The asm/param.h header is only found on Linux.
On OpenBSD, the HZ tick is not defined in any header but can be
retrieved from the running kernel using the sysctl(3) interface.
Taken from GSM commit: 94be681c159b56ad42afb13c3e18d59be4422558
From: Antoine Jacoutot <[email protected]>
|
|
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f
From: Krishnan Parthasarathi <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
|