summaryrefslogtreecommitdiff
path: root/psutil/_psbsd.py
Commit message (Expand)AuthorAgeFilesLines
* NetBSD, cmdline(): add debug message on EINVAL (re. to #2250)Giampaolo Rodola2023-05-021-4/+6
* Add CI testing for OpenBSD and NetBSD (#2240)Giampaolo Rodola2023-04-171-2/+2
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-171-1/+1
* BSD: refactor py code related to filtering connectionsGiampaolo Rodola2023-04-161-42/+18
* [NetBSD] virtual_memory() metrics are completely wrong (#2235), fixes #2234Giampaolo Rodola2023-04-151-18/+23
* [NetBSD] available mem can be higher than total (#2233)Giampaolo Rodola2023-04-141-10/+19
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-131-18/+28
* OpenBSD is unable to recognize zombie process. (#2229)Giampaolo Rodola2023-04-121-1/+1
* Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-2/+5
* [NetBSD] get data about cached memory usage from /proc/meminfo as well (#2088)Thomas Klausner2022-08-271-0/+2
* Fix missing whitespace in try-except caluses (#2127)Ben Raz2022-07-311-2/+2
* add flake8-quotes pluginGiampaolo Rodola2022-05-251-1/+1
* OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-161-24/+30
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-6/+6
* FreeBSD: move CPU C functions in their own cpu.c moduleGiampaolo Rodola2020-12-241-1/+1
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-6/+5
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-4/+1
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-1/+3
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-231-0/+12
* update doc for #1830 (net_if_stats() isup check if NIC is running)Giampaolo Rodola2020-09-211-1/+1
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-131-5/+8
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-251-6/+6
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-271-1/+1
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-0/+2
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-7/+3
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-17/+19
* fix various testsGiampaolo Rodola2019-06-141-1/+0
* #1536: better detection of zombie procGiampaolo Rodola2019-06-141-3/+16
* [NetBSD] cmdline() raise ZombieProcess when unable to decode chars (#1536)Giampaolo Rodola2019-06-141-4/+3
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-42/+11
* Implement psutil_proc_cwd for NetBSD (#1530)Kamil Rytarowski2019-06-121-4/+1
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-0/+1
* refactorGiampaolo Rodola2019-02-271-15/+10
* fix NetBSD: Process.connections() may return incomplete results if using ones...Giampaolo Rodola2019-02-271-3/+3
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-3/+7
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-3/+3
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-011-7/+5
* Add CPU frequency support for FreeBSD (#1369)Alex Manuskin2018-12-011-0/+26
* FreeBSD adding temperature sensors (WIP) (#1350)Alex Manuskin2018-11-031-0/+18
* refactor hasattr() checks as global constantsGiampaolo Rodola2018-10-161-5/+10
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-161-6/+12
* rename function argGiampaolo Rodola2018-03-241-2/+2
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-5/+1
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-6/+4
* fix #1125: [BSD] net_connections() raises TypeError.Giampaolo Rodola2017-09-081-2/+5
* #928: fix possible TypeErrorGiampaolo Rodola2017-08-011-4/+8
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-0/+10
* add extra assertGiampaolo Rodola2017-05-161-1/+1
* fix #1074: [FreeBSD] sensors_battery() raises OSError in case of no battery.Giampaolo Rodola2017-05-161-1/+5