summaryrefslogtreecommitdiff
path: root/src/procproperties.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-12-01process properties: use proper translatable date for "Started" propertymonsta1-1/+2
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
2015-06-27procproperties: Fix on NetBSDOBATA Akio1-2/+2
On NetBSD, HZ tick can be retrieved same as OpenBSD.
2014-12-19OpenBSD: use G_N_ELEMENTS instead of nitemsinfirit1-1/+1
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]>
2014-12-19procproperties: unbreak on OpenBSDinfirit1-0/+17
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]>
2014-12-19Add a Process Properties dialog in MATE System Monitorinfirit1-0/+297
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f From: Krishnan Parthasarathi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347