summaryrefslogtreecommitdiff
path: root/psutil/arch/openbsd/proc.c
Commit message (Expand)AuthorAgeFilesLines
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-181-25/+23
* #2238: passed wrong value to Py_BuildValueGiampaolo Rodola2023-04-171-1/+1
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-171-2/+2
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-161-2/+8
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-131-222/+1
* OpenBSD files refactoring (#2056)Giampaolo Rodola2022-01-161-0/+533