summaryrefslogtreecommitdiff
path: root/psutil/_pssunos.py
Commit message (Expand)AuthorAgeFilesLines
...
* | implement oneshot() ctx managerGiampaolo Rodola2016-04-301-0/+6
|/
* pep8 fixesGiampaolo Rodola2016-04-301-0/+1
* unify cpu stats by getting rid of some infoGiampaolo Rodola2016-03-121-3/+3
* #792 / cpu_stats: sunos implGiampaolo Rodola2016-02-021-0/+8
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-02-021-2/+4
|\
| * osx / bsd: set children user/sys time to 0Giampaolo Rodola2016-03-011-1/+2
| * #779 / proc cpu times: sunos implGiampaolo Rodola2016-02-021-2/+3
* | fix AttributeErrorGiampaolo Rodola2016-02-021-0/+1
|/
* fix solaris issueGiampaolo Rodola2016-02-011-1/+1
* rename memory_addrspace_info -> memory_full_infoGiampaolo Rodola2016-02-171-0/+2
* still further fixesGiampaolo Rodola2016-02-041-1/+0
* remove last deprecated refs; update mem leaks testGiampaolo Rodola2016-02-041-3/+0
* add test case for comparing memory_info / exGiampaolo Rodola2016-02-041-0/+1
* remove 'support for private module import' hackGiampaolo Rodola2016-02-041-7/+0
* update memory_maps docGiampaolo Rodola2016-02-031-1/+2
* fix encoding error on sunosGiampaolo Rodola2016-01-311-1/+1
* sunos: Process class speedupGiampaolo Rodola2016-01-211-20/+21
* #728 / solaris: implement PROCFS_PATH (C code)Giampaolo Rodola2015-12-261-14/+18
* #728 / solaris: implement PROCFS_PATH for the python code (C still missing)Giampaolo Rodola2015-12-261-17/+34
* flake8 fixArnon Yaari2015-10-291-2/+2
* try to read exe name from /proc on SolarisArnon Yaari2015-10-291-1/+5
* don't pass families/types to psutil_net_connections on Solaris (unused)Arnon Yaari2015-10-291-1/+1
* sort importsGiampaolo Rodola2015-10-241-1/+3
* swap -k is not supported in Solaris 10Arnon Yaari2015-09-051-6/+4
* Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflowGiampaolo Rodola'2015-09-031-2/+0
|\
| * Modules aren't scripts.Tom Prince2015-01-081-2/+0
* | swap_memory: fix flake8 complaintFabian Groffen2015-04-171-1/+2
* | swap: fix finding the 'swap' utility on SunOSFabian Groffen2015-04-171-1/+2
* | fix sunos testsGiampaolo Rodola2015-02-121-1/+3
* | #428 / zombie process: provide a more informative exception msg providing als...Giampaolo Rodola2015-02-191-2/+3
* | fix #428: properly handle zombie processes on UNIXGiampaolo Rodola2015-02-171-2/+7
* | #250: Solaris implementationGiampaolo Rodola2015-02-121-0/+11
* | fix compilation issues on solarisGiampaolo Rodola2015-02-121-1/+1
* | 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-9/+9
* | | merge from masterGiampaolo Rodola2015-01-031-4/+7
|\ \ \ | |/ /
| * | net_connections(): make sure no duplicates are returnedGiampaolo Rodola2015-01-031-3/+3
| * | #578: another attempt to fix import failuresGiampaolo Rodola2015-02-091-2/+2
| * | 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-7/+7
| * | 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-7/+7
| * | fix #582: turn *connections() constants into enums on python 3.4+Giampaolo Rodola2015-02-071-1/+4
| |/
* | #376: unify AF_LINK constant across all platforms + update doc and testsGiampaolo Rodola2015-02-071-0/+1
* | #376: make net_if_addr() work on all other UNIX variants; also skip primary a...Giampaolo Rodola2015-01-021-0/+1
|/
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-15/+9
* github migrationGiampaolo Rodola'2014-05-231-2/+2
* fix issue 387 (Solaris): implement system-wide network connectionsGiampaolo Rodola'2014-04-071-18/+32
* support private module importGiampaolo Rodola'2014-02-241-0/+3
* support private module importGiampaolo Rodola'2014-02-241-0/+3