summaryrefslogtreecommitdiff
path: root/psutil/_psutil_sunos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (sunos) fix memory leak in get_connections()Giampaolo Rodola'2013-06-151-1/+1
* (sunos) fix memory leak due to missing free() callGiampaolo Rodola'2013-06-161-0/+1
* (sunos) fix process threads implementation which was brokenGiampaolo Rodola'2013-06-151-3/+3
* (sunos) this appears to avoid returning weird negative integers for connectio...Giampaolo Rodola'2012-06-091-3/+3
* fix sunos warning during compiling + fix a test I broke earlierGiampaolo Rodola'2012-06-091-1/+2
* (sunos) merge sunos branch into main trunk (finally) and set psutil version t...Giampaolo Rodola'2013-06-081-107/+89
* (sunos) make cpu_times() return float in order to be consistent with other pl...Giampaolo Rodola'2012-06-081-5/+6
* (sunos) add commented-out C code for process IO counters; we're not going to ...Giampaolo Rodola'2012-06-081-0/+39
* (sunos) turn connection states into constants (from strings)Giampaolo Rodola'2012-06-081-44/+29
* (sunos) use PyErr_SetFromErrnoWithFilename() when failing to read a file in /...Giampaolo Rodola'2012-06-081-1/+1