summaryrefslogtreecommitdiff
path: root/psutil/_psutil_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, h...psutil-test-flagGiampaolo Rodola2017-11-111-2/+4
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-1/+5
* Freebsd socks refactoring (#1073)Giampaolo Rodola2017-05-161-1/+2
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-161-5/+5
* fix #1069 / freebsd: cpu_num() may return 255; now returns -1Giampaolo Rodola2017-05-141-3/+4
* fix #1065: cmdline() on OpenBSD may raise SystemError; also set a limit of re...Giampaolo Rodola2017-05-131-5/+2
* fix failing tests on netbsdGiampaolo Rodola2017-05-131-1/+0
* refactor ifdefsGiampaolo Rodola2017-05-121-6/+2
* fix compilation err on netbsdGiampaolo Rodola2017-05-121-3/+3
* freebsd: fix memory leak in open_files()Giampaolo Rodola2017-05-121-3/+3
* broken links: also inspect C and H filesGiampaolo Rodola2017-05-121-5/+5
* merge from masterGiampaolo Rodola2017-05-021-1/+9
|\
| * #1022 / users(): PID cannot be determined on OpenBSD so we set it to NoneGiampaolo Rodola2017-05-011-1/+9
* | #1040: add replacement for PyUnicode_DecodeFSDefaultAndSize on Python 2; also...Giampaolo Rodola2017-05-011-11/+11
* | #1040 / unicode / bsd: fix unicode handling for users()Giampaolo Rodola2017-05-011-10/+39
* | #1040 / unicode / bsd: fix unicode handling for disk_partitions()Giampaolo Rodola2017-05-011-3/+15
* | #1040 / unicode / freebsd: fix decode handling for memory_maps() and open_fil...Giampaolo Rodola2017-05-011-1/+6
* | #1040: provide an alias for PyUnicode_DecodeFSDefault which is not available...Giampaolo Rodola2017-05-011-11/+2
|/
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-0/+1
* C / BSD: refactor open_files() codeGiampaolo Rodola2017-04-281-14/+21
* freebsd / c: small refactoringGiampaolo Rodola2017-04-271-9/+4
* 1022: fix users() on freebsdGiampaolo Rodola2017-04-271-2/+3
* in psutil_users() move pid to the backAlexander Hasselhuhn2017-04-251-1/+2
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+3
* #955: sensors_batter() freebsd implGiampaolo Rodola2017-01-261-0/+4
* merge from masterGiampaolo Rodola2017-01-231-56/+53
|\
| * refactor C macrosGiampaolo Rodola2016-12-201-22/+17
| * refactor C macrosGiampaolo Rodola2016-12-201-45/+45
* | #357: does not support cpu_num() on Net and Open BSDGiampaolo Rodola2016-11-261-0/+8
* | #357: implement process cpu_num() on FreeBSDGiampaolo Rodola2016-11-251-3/+14
|/
* Merge branch 'master' into oneshotGiampaolo Rodola2016-10-271-1/+3
|\
| * netbsd / connections: refactoringGiampaolo Rodola2016-10-261-1/+3
* | fix netbsd/openvsd compilation failureGiampaolo Rodola2016-10-251-1/+1
* | bsd: fix mem leakGiampaolo Rodola2016-10-251-1/+8
* | merge from masterGiampaolo Rodola2016-10-251-2/+7
|\ \ | |/
| * #910: [OSX / BSD] in case of error, psutil.pids() raised RuntimeError instead...Giampaolo Rodola2016-10-191-2/+7
* | #799 / BSD: also include the name() in the oneshot() info; adds further speedupGiampaolo Rodola2016-10-081-3/+24
* | fix conflictsGiampaolo Rodola2016-10-071-2/+6
|\ \ | |/
| * change wording when raising RuntimeError from C (add 'syscall' term)Giampaolo Rodola2016-10-051-1/+4
| * fix psutil_raise_ad_or_nsp() so that it raises an exception which makes more ...Giampaolo Rodola2016-10-051-1/+2
| * bsd: move pid_exists() and raise_ad_or_nsp out of bsd C modulesGiampaolo Rodola2016-10-041-0/+2
| * remove unneeded C includesGiampaolo Rodola2016-10-041-2/+0
* | #799: BSD: use onectx() also for proc memory infoGiampaolo Rodola2016-08-031-48/+64
* | #799: oneshot() BSD implementationGiampaolo Rodola2016-08-031-225/+61
|/
* remove useless .h filesGiampaolo Rodola2016-07-031-1/+0
* build fix: MNT_RELATIME and MNT_EXTATTR are not available on NetBSD-5Patrick Welche2016-04-291-0/+4
* #792 / cpu_stats: freebsd implGiampaolo Rodola2016-02-151-0/+2
* #779 / proc cpu times: openbsd and netbsd implGiampaolo Rodola2016-01-141-0/+4
* #779 / proc cpu times: freebsd implGiampaolo Rodola2016-02-151-2/+5
* fix #774 / net_io_counters / freebsd: provide dropout metrics if availableGiampaolo Rodola2016-02-151-1/+6