summaryrefslogtreecommitdiff
path: root/psutil/_pssunos.py
Commit message (Expand)AuthorAgeFilesLines
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-171-1/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-1/+1
* Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-1/+1
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-5/+5
* add debug() prints in a couple of placesGiampaolo Rodola2021-10-141-1/+1
* Fix incorrect range for Solaris swap output (#1874) (#1914)Jake Omann2021-02-211-1/+1
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-3/+3
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-1/+1
* Fix solaris swap output when 'encrypted' column exists (#1876)Jake Omann2020-11-131-1/+1
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-1/+3
* fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ...Giampaolo Rodola2020-02-091-1/+3
* fix #1674, SunOS: disk_partitions() may raise OSError.Giampaolo Rodola2020-02-071-1/+5
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-7/+3
* SunOS, fix #1642: PID 0 raises FileNotFoundErrorGiampaolo Rodola2019-12-181-0/+3
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-27/+23
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-0/+1
* fix #1486: add wraps() decorator around wrap_exceptionsGiampaolo Rodola2019-04-251-1/+2
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-121-10/+1
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-4/+4
* _assert_alive() refactor (linux)Giampaolo Rodola2019-02-271-8/+10
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-3/+7
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-7/+7
* rename function argGiampaolo Rodola2018-03-241-2/+2
* Solaris 10 Fixes (#1248)Georg Sauthoff2018-03-171-25/+25
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-5/+1
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-6/+4
* #928: fix possible TypeErrorGiampaolo Rodola2017-08-011-2/+4
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-0/+5
* Add environment parsing (#1091)Oleksii Shevchuk2017-05-211-0/+4
* add notes about #1082Giampaolo Rodola2017-05-181-2/+7
* refactor sunos py codeGiampaolo Rodola2017-05-181-7/+20
* in psutil_users() move pid to the backAlexander Hasselhuhn2017-04-251-1/+1
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+2
* cosmetic changesGiampaolo Rodola2017-02-141-13/+13
* add docstringsGiampaolo Rodola2017-02-031-1/+5
* #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