summaryrefslogtreecommitdiff
path: root/psutil/_psutil_aix.c
Commit message (Expand)AuthorAgeFilesLines
* Use Py_CLEAR instead of Py_DECREF to also set the variable to NULL (#1616)Riccardo Schirone2019-11-131-9/+9
* Fix #1528: [AIX] use correct definition of size of procbuf (#1533)wiggin152019-06-121-2/+2
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-071-0/+74
* Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by @wiggi...wiggin152019-05-061-22/+64
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-051-0/+16
* [aix] improve compilation on AIX, better support for gcc/g++ + fix cpu metric...Jaime Fullaondo2018-10-111-4/+21
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-1/+1
* define a setup() function which is called on import by all C modulesGiampaolo Rodola2017-11-121-0/+2
* refactor PSUTIL_TESTING C APIsGiampaolo Rodola2017-11-121-3/+1
* get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, h...psutil-test-flagGiampaolo Rodola2017-11-111-2/+4
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-2/+42
* add DEVNOTES file; move TODO.aix into _psutil_aix.cGiampaolo Rodola2017-10-301-6/+18
* Fix #1154: remove 'threads' method on older AIX (#1156)wiggin152017-10-281-0/+4
* AIX support (#1123)wiggin152017-09-261-0/+930