Age | Commit message (Collapse) | Author |
|
reclaimable pages are user pages that are used for
caches like the image cache, mount cache and swap cache.
|
|
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.
|
|
|
|
|
|
|
|
|
|
a side effect of this is keys typed other than q/Del no longer get drawn on top of the window.
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|