summaryrefslogtreecommitdiff
path: root/psutil/_psbsd.py
Commit message (Expand)AuthorAgeFilesLines
* (freebsd) fix memleak + add testGiampaolo Rodola2015-06-121-1/+5
* #428 / zombie process: provide a more informative exception msg providing als...Giampaolo Rodola2015-02-191-2/+3
* fix #594: remove all deprecated APIsGiampaolo Rodola2015-02-191-1/+0
* BSD: if can't determine num phys CPUs and logical are 1 return 1Giampaolo Rodola2015-02-171-7/+10
* fix #428: properly handle zombie processes on UNIXGiampaolo Rodola2015-02-171-2/+7
* issue #250: move BSD implementation in _psutil_posix.c 'cause it's common to ...Giampaolo Rodola2015-02-121-1/+1
* fix travisGiampaolo Rodola2015-02-111-1/+0
* #250: BSD implementationGiampaolo Rodola2015-01-041-0/+13
* merge from masterGiampaolo Rodola2015-02-091-10/+10
|\
| * fix #587: re-apply the relative import changes and use setup.py build_ext -i ...Giampaolo Rodola2015-02-091-8/+8
* | remove unused importsGiampaolo Rodola2015-01-031-1/+0
* | merge from masterGiampaolo Rodola2015-01-031-7/+26
|\ \ | |/
| * freebsd: fix some compilation warningsGiampaolo Rodola2015-01-031-2/+2
| * net_connections(): make sure no duplicates are returnedGiampaolo Rodola2015-01-031-3/+3
| * fix #586 / set cpu_affinity() segfault: pre-emptively check if provided CPUs ...Giampaolo Rodola2015-01-031-1/+8
| * fix #585 - net_connections() - FreeBSD: fix KeyError caused by invalid TCP st...Giampaolo Rodola2015-02-091-1/+8
| * #578: another attempt to fix import failuresGiampaolo Rodola2015-02-091-3/+3
| * fix imports on python 3Giampaolo Rodola2015-02-091-4/+4
| * revert changes introduced in #584 because relative imports no longer works if...Giampaolo Rodola2015-02-091-6/+6
| * fix tox issue by adding 'develop' option; also reindent imports as they were ...mindw-move_extension_2_pkgGiampaolo Rodola2015-02-071-2/+2
| * mergeGiampaolo Rodola2015-02-071-6/+6
| * fix #582: turn *connections() constants into enums on python 3.4+Giampaolo Rodola2015-02-071-1/+6
* | #376: unify AF_LINK constant across all platforms + update doc and testsGiampaolo Rodola2015-02-071-0/+2
* | #376: make net_if_addr() work on all other UNIX variants; also skip primary a...Giampaolo Rodola2015-01-021-0/+1
|/
* fix #569: [FreeBSD] fix memory leak in psutil.cpu_count(logical=False).Giampaolo Rodola2014-11-261-1/+0
* fix #569: [FreeBSD] add support for process CPU affinity.Giampaolo Rodola2014-11-261-0/+22
* Consistency in namedtuple namingJohn VanDyk2014-12-201-3/+3
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-4/+4
* github migrationGiampaolo Rodola'2014-05-231-2/+2
* fix issue 387 (BSD) implement system-wide network connectionsGiampaolo Rodola'2014-03-131-0/+17
* get rid of redundant Process docstringsGiampaolo Rodola'2014-02-241-15/+0
* support private module importGiampaolo Rodola'2014-02-241-0/+3
* support private module importGiampaolo Rodola'2014-02-241-0/+3
* fix issue #479: kill error.py and _error.py long deprecated modules; exceptio...Giampaolo Rodola'2014-02-161-2/+6
* get_ext_memory_info() renamed to memory_info_ex()Giampaolo Rodola'2014-01-111-1/+1
* fix namedtuples on BSDGiampaolo Rodola'2013-12-141-32/+28
* rename _process_name in _nameGiampaolo Rodola'2013-12-271-5/+5
* fix various things on BSD + (hopefully) last renamingsGiampaolo Rodola'2013-12-141-4/+4
* renamingGiampaolo Rodola'2013-12-271-2/+2
* yet another renamingGiampaolo Rodola'2013-12-261-1/+1
* other renamingsGiampaolo Rodola'2013-12-261-33/+33
* fix naming errors found with pyflakesGiampaolo Rodola'2013-12-271-8/+8
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-14/+8
* rename all _ps*.py Process methods: remove the 'get' suffix in order to be co...Giampaolo Rodola'2013-12-261-28/+28
* always import platform specific C extension module as 'cext'Giampaolo Rodola'2013-12-261-58/+56
* _bsd.py little refactoringGiampaolo Rodola'2013-12-261-31/+32
* remove import *Giampaolo Rodola'2013-12-251-20/+26
* pyflakesGiampaolo Rodola'2013-12-251-27/+26
* TimeoutExpired exception: pass the original timeout so that the error message...Giampaolo Rodola'2013-12-171-1/+1
* absolute C module imports do not really work after allGiampaolo Rodola'2013-12-171-2/+2