summaryrefslogtreecommitdiff
path: root/psutil/_pssunos.py
Commit message (Expand)AuthorAgeFilesLines
* #357: implement proc cpu_num() on SunOSGiampaolo Rodola2017-01-241-0/+4
* merge from masterGiampaolo Rodola2016-10-251-0/+5
|\
| * fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0Giampaolo Rodola2016-10-181-0/+5
* | fix conflictsGiampaolo Rodola2016-10-071-1/+1
|\ \ | |/
| * fix Makefile for SunOSGiampaolo Rodola2016-10-051-1/+1
* | merge from masterGiampaolo Rodola2016-08-051-2/+38
|\ \ | |/
| * #857: also threads() and memory_maps() may raise EOVERFLOWGiampaolo Rodola2016-08-061-3/+25
| * fix #857: [SunOS] Process.cpu_times() may raise RuntimeError if attempting to...Giampaolo Rodola2016-08-061-1/+15
* | #799 - oneshot: solaris implementation 1.37x speedupGiampaolo Rodola2016-08-051-15/+29
* | merge from masterGiampaolo Rodola2016-06-271-35/+85
|\ \ | |/
| * move stuff aroundGiampaolo Rodola2016-06-041-8/+8
| * prettyfy codeGiampaolo Rodola2016-06-031-37/+87
* | merge from masterGiampaolo Rodola2016-05-011-1/+2
|\ \ | |/
| * set ppidGiampaolo Rodola2016-05-011-1/+2
* | 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
|\ \ \ | |/ /