summaryrefslogtreecommitdiff
path: root/psutil/arch/aix
Commit message (Collapse)AuthorAgeFilesLines
* Add C linter script (#1698)Giampaolo Rodola2020-02-185-6/+5
|
* Fix #1408: add missing header that defines m_len on AIX 64-bit mode (#1409)wiggin152019-02-141-2/+3
|
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-314-69/+125
| | | | | | * small changes * AIX: implement num_ctx_switches
* AIX support (#1123)wiggin152017-09-265-0/+650
* AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy