(Only the first 10 of 13 ports in this commit are shown above. )
- Update to 1.8.2
- Fix (hopefully) the IRQ reporting on 5.x, before, xosview was simply
exiting/crashing
PR: 79338
Submitted by: Ulrich Spoerlein <q AT uni dot de>
Use longs vs. ints in calculating the amount of swap. This fixed getting
negative swap values on an Alpha with 2GB swap. I should probably use `long
long' for large swap x86 machines. (anybody want to help test?)