summaryrefslogtreecommitdiff
path: root/psutil/arch/netbsd
Commit message (Expand)AuthorAgeFilesLines
* Fix build on NetBSD due to missing .h include. (#2241)Thomas Klausner2023-04-191-0/+1
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-182-52/+31
* #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-3/+6
* Fix #2236 / NetNBSD: skip terminated process threadsGiampaolo Rodola2023-04-141-0/+4
* [NetBSD] virtual_memory() metrics are completely wrong (#2235), fixes #2234Giampaolo Rodola2023-04-151-12/+12
* [NetBSD] available mem can be higher than total (#2233)Giampaolo Rodola2023-04-141-4/+6
* [NetBSD] move files / refactoring of C files (#2232)Giampaolo Rodola2023-04-148-267/+321
* [NetBSD] two fixes for swap code (#2128)Thomas Klausner2022-08-181-3/+3
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-2/+2
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-141-3/+3
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-12/+1
* Add special case for psutil_proc_cwd/NetBSD (#1538)Kamil Rytarowski2020-01-301-1/+4
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-271-3/+3
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-5/+5
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-2/+3
* [NetBSD] cmdline() raise ZombieProcess when unable to decode chars (#1536)Giampaolo Rodola2019-06-141-1/+4
* Implement psutil_proc_cwd for NetBSD (#1530)Kamil Rytarowski2019-06-122-0/+36
* NetBSD fixes (#1526)Kamil Rytarowski2019-06-111-17/+11
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-4/+4
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-1/+1
* declare PSUTIL_CONN_NONE as a static shared constantGiampaolo Rodola2017-05-161-2/+0
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-164-0/+1139