summaryrefslogtreecommitdiff
path: root/psutil/_psutil_aix.c
Commit message (Expand)AuthorAgeFilesLines
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-111-2/+2
* Remove docstrings from C function definitions (#2058)Giampaolo Rodola2022-01-161-42/+21
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-2/+2
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-2/+2
* add strncpy / PSUTIL_STRNCPY variant which adds null terminator (fix gcc-9 wa...Giampaolo Rodola2020-05-161-1/+1
* Add C linter script (#1698)Giampaolo Rodola2020-02-181-1/+1
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-1/+1
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-3/+2
* 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