summaryrefslogtreecommitdiff
path: root/psutil/arch/openbsd
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-292-16/+17
|
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-271-19/+27
|
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-3/+3
|
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-3/+3
| | | | | | * change NoSuchProcess and AccessDenied C exceptions signatures * fix arg call on win
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | * implement PSUTIL_DEBUG from C module * update doc * add psutil_debug() utility function * update doc * enable PSUTIL_DEBUG for tests * update appveyor.yml * change psutil_debug() signature so that it can accept variable num of args * provide DEBUG info in psutil_raise_for_pid() * properly print debug message * do not print too much
* declare PSUTIL_CONN_NONE as a static shared constantGiampaolo Rodola2017-05-161-3/+0
|
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-162-0/+821
* move freebsd C arch files * rename C file * move openbsd C arch files * move netbsd C arch files