summaryrefslogtreecommitdiff
path: root/psutil/_psutil_linux.c
Commit message (Expand)AuthorAgeFilesLines
...
* #685 / linux / mem funcs: return original C types and use the multiplier in p...Giampaolo Rodola2016-02-151-7/+9
* Fixed call to Py_DECREF on possible Null objectTim Konick2016-02-021-1/+1
* move DUPLEX_UNKOWN fix outside of #if PSUTIL_HAVE_IOPRIOArnon Yaari2015-09-041-5/+6
* C: var names -> add py_ prefixGiampaolo Rodola2015-09-031-35/+35
* fix python 3 compilation errorGiampaolo Rodola2015-08-301-2/+1
* #659: [Linux] compilation error on Suse 10. (patch by maozguttman)Giampaolo Rodola2015-08-301-1/+9
* fix #513: [Linux] fixed integer overflow for RLIM_INFINITY.Giampaolo Rodola2015-08-071-1/+14
* C stylingGiampaolo Rodola2015-08-061-8/+5
* C stylingGiampaolo Rodola2015-08-061-18/+9
* Fix #664 by compiling on musl libcBart van Kleef2015-08-041-1/+1
* #659: try to fix compilation err on suse 10Giampaolo Rodola2015-07-311-0/+1
* fix compilation warning about possible misuse of XDECREFArnon Yaari2015-03-151-2/+2
* fix #607: DUPLEX_UNKNOWN is not defined on old RedHat versionsGiampaolo Rodola2015-03-141-0/+6
* C styling: if unificationGiampaolo Rodola2015-03-011-33/+16
* #250: use int instead of PyObjectGiampaolo Rodola2015-02-121-8/+3
* fix travisGiampaolo Rodola2015-02-111-2/+2
* #250: BSD implementationGiampaolo Rodola2015-01-041-3/+3
* #250: linux implementationGiampaolo Rodola2015-02-111-0/+96
* solve potential memory leakGiampaolo Rodola2015-02-091-1/+4
* 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/+1
* replace 'return Py_None' occurrences with 'Py_RETURN_NONE' macroGiampaolo Rodola2015-01-011-6/+3
* fix 567: in the alternative implementation of CPU affinity PyList_Append and ...Giampaolo Rodola2015-01-011-6/+18
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-4/+2
* pre-release commitrelease-2.1.3Giampaolo Rodola2014-09-261-16/+15
* Fix psutil_proc_cpu_affinity_get to work on older systems that don't support ...David Daeschler2014-09-241-2/+41
* Fix C90 compilation issueDavid Daeschler2014-08-111-2/+2
* Fix C90 compilation issueDavid Daeschler2014-08-111-3/+2
* Fix python 3.3 incompatibilityDavid Daeschler2014-08-111-1/+6
* Commit dynamically allocating version of psutil_proc_cpu_affinity_get based o...David Daeschler2014-08-111-16/+47
* Move declaration of the return list to the top of the function for C90David Daeschler2014-08-101-1/+2
* Also move the declaration of 'i' to the top for C90David Daeschler2014-08-101-2/+2
* Move declarations for C90 support and cleanupDavid Daeschler2014-08-101-3/+3
* CPU_COUNT returns the number of active CPUs in the set. Do not use its return...David Daeschler2014-08-101-2/+2
* Fix get_affinity for linuxDavid Daeschler2014-08-091-4/+18
* introduce PyMODINIT_FUNC macro as per http://bugs.python.org/issue20166Giampaolo Rodola'2014-01-081-2/+1
* rename HAVE_* constants to PSUTIL_HAVE_*Giampaolo Rodola'2014-01-061-10/+10
* other renames (linux)Giampaolo Rodola'2013-12-271-14/+20
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-271-8/+8
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-8/+8
* add a 'psutil_' prefix to all C functions; this is done to avoid naming colli...Giampaolo Rodola'2013-12-261-16/+16
* yet another renamingGiampaolo Rodola'2013-12-141-2/+2
* rename all C functions beginning with 'get_process_*' to 'get_proc_*'Giampaolo Rodola'2013-12-111-4/+4
* c styleGiampaolo Rodola'2013-12-101-2/+2
* truncate lines > 80 charsGiampaolo Rodola'2013-12-091-4/+3
* issue 451: deprecate BOOT_TIME constantGiampaolo Rodola'2013-12-071-1/+1
* re-establish python 3 compatibilityGiampaolo Rodola'2013-12-031-0/+4
* re-established python 2.4 compatibilityGiampaolo Rodola'2013-12-031-2/+4
* issue 443 / set cpu affinity / Linux: reimplement bitmask calculation in CGiampaolo Rodola'2013-12-031-6/+40
* C restylingGiampaolo Rodola'2013-11-271-84/+84