summaryrefslogtreecommitdiff
path: root/psutil/_psbsd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* #1022 / users(): PID cannot be determined on OpenBSD so we set it to NoneGiampaolo Rodola2017-05-011-0/+3
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+2
* cosmetic changesGiampaolo Rodola2017-02-141-14/+15
* add docstringsGiampaolo Rodola2017-02-031-0/+8
* BSD: expose sensors_batter() for FreeBSD onlyGiampaolo Rodola2017-01-271-10/+12
* #955: freebsd / battery: implement power_plugged fieldGiampaolo Rodola2017-01-271-3/+6
* #955: sensors_batter() freebsd implGiampaolo Rodola2017-01-261-0/+14
* merge from masterGiampaolo Rodola2017-01-231-1/+21
|\
| * fix #944: [OpenBSD] psutil.pids() was omitting PID 0Giampaolo Rodola2016-12-201-1/+21
* | #357: does not support cpu_num() on Net and Open BSDGiampaolo Rodola2016-11-261-3/+4
* | #357: implement process cpu_num() on FreeBSDGiampaolo Rodola2016-11-251-1/+6
|/
* Merge branch 'master' into oneshotGiampaolo Rodola2016-10-271-3/+7
|\
| * netbsd / connections: refactoringGiampaolo Rodola2016-10-261-3/+7
* | merge from masterGiampaolo Rodola2016-10-251-3/+9
|\ \ | |/
| * osx/bsd: separate IFFLAGS functionGiampaolo Rodola2016-10-251-1/+2
| * share C function to retrieve MTU across all UNIXesGiampaolo Rodola2016-10-241-1/+2
| * fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0Giampaolo Rodola2016-10-181-0/+5
| * #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-131-2/+1
* | merge from masterGiampaolo Rodola2016-10-131-1/+1
|\ \ | |/
| * openbsd / cmdline(): return [] instead of None on PID 0Giampaolo Rodola2016-10-081-1/+1
* | #799 / BSD: also include the name() in the oneshot() info; adds further speedupGiampaolo Rodola2016-10-081-1/+3
* | fix conflictsGiampaolo Rodola2016-10-071-5/+4
|\ \ | |/