summaryrefslogtreecommitdiff
path: root/psutil/_psutil_sunos.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix encoding error on sunosGiampaolo Rodola2016-01-311-0/+13
* use a smaller buffer for pathGiampaolo Rodola2015-12-261-8/+8
* #728 / solaris: implement PROCFS_PATH (C code)Giampaolo Rodola2015-12-261-17/+26
* minor cosmetic changesGiampaolo Rodola2015-11-121-13/+12
* don't pass families/types to psutil_net_connections on Solaris (unused)Arnon Yaari2015-10-291-7/+1
* fix review commentsArnon Yaari2015-09-061-2/+6
* #517 The data type retrurned from kstat is interface dependentArnon Yaari2015-09-061-20/+26
* Fix #517 by testing ksp->ks_name is a network interfaceArnon Yaari2015-09-061-11/+23
* Fix get mtu on Solaris 10Arnon Yaari2015-09-041-6/+6
* disable failing test + rename C varsGiampaolo Rodola2015-09-031-31/+32
* C stylingGiampaolo Rodola2015-08-061-9/+6
* C stylingGiampaolo Rodola2015-08-061-32/+16
* psutil_net_io_counters: fix swapped send and receiveFabian Groffen2015-04-161-4/+4
* C styling: if unificationGiampaolo Rodola2015-03-011-31/+18
* SUN: free memory if it's the caseGiampaolo Rodola2015-02-121-1/+4
* fix sunos testsGiampaolo Rodola2015-02-121-3/+5
* #250: Windows implementation (still incomplete)nicstats-250Giampaolo Rodola2015-02-121-4/+2
* #250: fix memory leakGiampaolo Rodola2015-02-121-4/+7
* Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-121-5/+3
|\
| * add new 'make test-memleaks-by-name' command; also fix some compilation warni...Giampaolo Rodola2015-02-121-5/+3
* | #250: Solaris implementationGiampaolo Rodola2015-02-121-0/+112
|/
* rename _PSUTIL_VERSION to PSUTIL_VERSIONGiampaolo Rodola2015-01-021-1/+1
* fix #564: add a sanity check to make sure the python module is not using a C ...Giampaolo Rodola2015-01-021-0/+2
* replace 'return Py_None' occurrences with 'Py_RETURN_NONE' macroGiampaolo Rodola2015-01-011-2/+1
* Fix for isssue #496Anders Chrigström2014-11-141-22/+17
* github migrationGiampaolo Rodola'2014-05-231-1/+1
* fix issue 387 (OSX): implement system-wide network connections; unfortunately...Giampaolo Rodola'2014-04-081-1/+1
* fix issue 387 (Solaris): implement system-wide network connectionsGiampaolo Rodola'2014-04-071-29/+38
* erroneously committed a patch against OSX instead of SolarisGiampaolo Rodola'2014-03-121-0/+4
* introduce PyMODINIT_FUNC macro as per http://bugs.python.org/issue20166Giampaolo Rodola'2014-01-081-2/+1
* fix various things on BSD + (hopefully) last renamingsGiampaolo Rodola'2013-12-141-1/+1
* renamingGiampaolo Rodola'2013-12-271-1/+1
* other renamingsGiampaolo Rodola'2013-12-261-15/+15
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-271-4/+4
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-30/+30
* add a 'psutil_' prefix to all C functions; this is done to avoid naming colli...Giampaolo Rodola'2013-12-261-32/+32
* yet another renamingGiampaolo Rodola'2013-12-141-2/+2
* yet another renamingGiampaolo Rodola'2013-12-141-2/+2
* issue 427: physical CPU cores on SunOSGiampaolo Rodola'2013-12-141-0/+42
* rename all C functions beginning with 'get_process_*' to 'get_proc_*'Giampaolo Rodola'2013-12-111-16/+15
* c styleGiampaolo Rodola'2013-12-101-4/+4
* C style: turn '//foo' into '// foo'Giampaolo Rodola'2013-12-091-2/+0
* truncate lines > 80 charsGiampaolo Rodola'2013-12-091-13/+26
* fix compilation warning on SolarisGiampaolo Rodola'2013-12-031-0/+2
* C restylingGiampaolo Rodola'2013-12-021-154/+159
* fix issue #425 (solaris): correctly determine BOOT_TIMEGiampaolo Rodola'2013-10-191-0/+25
* Rename network_io_counters() to net_io_counters() and create an alias for bac...Giampaolo Rodola'2013-07-081-2/+2
* (sunos) remove memory leak in ext_memory_info() due to a file descriptor not ...Giampaolo Rodola'2013-06-161-1/+4
* (sunos) fix some XXX(s) and TODO(s)Giampaolo Rodola'2013-06-151-10/+7
* (sunos) fix get_connections() status; for IPv6 we were erroneously using the ...Giampaolo Rodola'2013-06-151-3/+3