Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | acpi: /mnt/acpi → /mnt/pm | Sigrid Solveig Haflínudóttir | |
2021-01-22 | stats: don't query battery and temp as often when using acpi | Sigrid | |
Querying battery (or temperature) using ACPI takes quite some resources, which makes the battery discharge faster. It doesn't make much sense to have it queried as often either. So, when using ACPI: 1) set battery query period to 10s minimum 2) set temperature query period to 5s minimum | |||
2018-09-09 | stats: fix etherstats, avoid vmax == 0 | cinap_lenrek | |
2018-06-14 | merge | cinap_lenrek | |
2018-06-14 | stats: fix crash with -Y fag when window too narrow | cinap_lenrek | |
2018-06-13 | stats: read cputemp as C, set scale max to 100 C | mischief | |
2018-01-05 | stats: show amount of reclaimable pages (add -r flag) | cinap_lenrek | |
reclaimable pages are user pages that are used for caches like the image cache, mount cache and swap cache. | |||
2017-06-08 | stats: get rid of the legacy import fallback | cinap_lenrek | |
using legacy import is dangerious as it is unencrypted by default, so a man in the middle can force the fallback to import protocol and then take over the connection to the remote machine gaining full access to is. | |||
2016-10-24 | stats: alternatively read battery and temp from aux/acpi | ftrvxmtrx | |
2016-03-23 | stats: fix display->locking race | cinap_lenrek | |
2016-02-22 | stats: use rimport or import to mount remote system | cinap_lenrek | |
2015-06-16 | stats: add kernel malloc and kernel draw allocation size graphs | cinap_lenrek | |
2014-12-13 | stats: handle 'q' to close | mischief | |
a side effect of this is keys typed other than q/Del no longer get drawn on top of the window. | |||
2014-09-20 | stats: handle /dev/sysstat 32bit overflow in delta calculation | cinap_lenrek | |
the numbers from /dev/sysstat overflow on 32bit, so have to do subtraction modulo 2^32 as we calculate with 64bit integers. thanks mischief for reporting this. | |||
2013-08-13 | libdraw: fix leftover processes or programs failing to restore window labels ↵ | cinap_lenrek | |
when receiving interrupt note fix the default note handler for event programs. only handle non system notes or notes in the slave processes. for interrupt in the main process, just call exits() which will do the cleanup and restore window label properly. this makes completely overriding the note handler in gping and stats uneccesary. | |||
2012-04-30 | stats: fix memory leaks | cinap_lenrek | |
2011-12-09 | stats: always use $font instead of hardcoding | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |