summaryrefslogtreecommitdiff
path: root/psutil/_psbsd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * fix #906 / disk_partitions(): ignore 'all' parameter and return all partitionsGiampaolo Rodola2016-10-041-5/+4
* | #799: BSD: use onectx() also for proc memory infoGiampaolo Rodola2016-08-031-2/+15
* | #799: oneshot() BSD implementationGiampaolo Rodola2016-08-031-14/+59
* | merge from masterGiampaolo Rodola2016-06-271-34/+82
|\ \ | |/
| * doc indentationGiampaolo Rodola2016-06-061-1/+1
| * move stuff aroundGiampaolo Rodola2016-06-041-4/+4
| * Fix psutil.virtual_memory() type mismatch for NetBSD.Farhan Khan2016-06-021-2/+2
| * prettyfy codeGiampaolo Rodola2016-06-031-21/+21
| * prettyfy codeGiampaolo Rodola2016-06-031-23/+71
* | merge from masterGiampaolo Rodola2016-05-011-1/+2
|\ \ | |/
| * set ppidGiampaolo Rodola2016-05-011-1/+2
* | implement oneshot() ctx managerGiampaolo Rodola2016-04-301-0/+6
|/
* last pre-release changesGiampaolo Rodola2016-03-121-4/+6
* unify cpu stats by getting rid of some infoGiampaolo Rodola2016-03-121-4/+1
* #792 / cpu_stats: openbsd implGiampaolo Rodola2016-01-141-15/+15
* add netbsd tests792-cpu-statsGiampaolo Rodola2016-01-241-1/+11
* #792 / cpu_stats: netbsd implGiampaolo Rodola2016-01-241-1/+9
* #792 / cpu_stats: freebsd implGiampaolo Rodola2016-02-151-0/+13
* fix #788: [NetBSD] virtual_memory()'s buffers and shared values were set to 0.Giampaolo Rodola2016-01-241-0/+9
* osx / bsd: set children user/sys time to 0Giampaolo Rodola2016-03-011-1/+1
* #779 / proc cpu times: freebsd implGiampaolo Rodola2016-02-151-2/+3
* remove failing testGiampaolo Rodola2016-02-151-0/+1
* fix tests on BSDGiampaolo Rodola2016-02-141-0/+2