summaryrefslogtreecommitdiff
path: root/psutil/_psutil_linux.c
Commit message (Expand)AuthorAgeFilesLines
...
* prlimit() / set: yet another C type changeGiampaolo Rodola'2013-07-241-3/+11
* prlimit() / get: change C return type the same way it's done in cPython's res...Giampaolo Rodola'2013-07-241-4/+10
* Fix issue 412: implement process resource limits on LinuxGiampaolo Rodola'2013-07-241-2/+70
* issue 404: move #define _GNU_SOURCE upGiampaolo Rodola'2013-07-061-1/+1
* Fix issue #404: [Linux] sched_*affinity() are implicitly declared. (patch by...Giampaolo Rodola'2013-07-041-0/+1
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-2/+0
* README reformattingGiampaolo Rodola'2012-12-141-1/+2
* (OSX/Linux): check return value of PyList_New() PyDict_New() and malloc() and...Giampaolo Rodola'2012-08-181-0/+6
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-241-8/+12
* OSX/Linux - pre-emptively set Py objs which are decref'd later to NULLGiampaolo Rodola'2012-07-181-0/+2
* use Py_XDECREF against the intermediate python object which has been created ...Giampaolo Rodola'2012-07-181-2/+2
* Issue 306: (Linux) check return code of Py* related functionsGiampaolo Rodola'2012-07-171-13/+29
* Fix issue 299 (Linux): Py_DECREF every time we use PyList_New(0)Giampaolo Rodola'2012-07-041-0/+2
* - fix python 3 support on linuxGiampaolo Rodola'2012-06-261-9/+0
* Fix issue #209 (Linux): add partition optionsGiampaolo Rodola'2012-04-191-3/+5
* Issue #229: re-add Linux get_users() implementation.Giampaolo Rodola'2012-03-071-0/+44
* Issue #238: process cpu affinity (Linux implementation)Giampaolo Rodola'2011-12-231-0/+46
* remove get_users() code on Linux and BSD because we need a bug-fix only relea...Giampaolo Rodola'2011-12-141-44/+0
* wording + indentation fixGiampaolo Rodola'2011-12-021-4/+3
* Issue #232 - corrected get_physmem() function to use sysinfo's mem_sizeJay Loden2011-12-021-7/+10
* get_users(): implementations across different POSIX platforms are too differe...Giampaolo Rodola'2011-11-091-0/+45
* Retrieve total, free and buffers physmem info in C by using syscall() instead...Giampaolo Rodola'2011-10-171-0/+17
* replace tabs with spacesGiampaolo Rodola'2011-10-141-10/+10
* Fix #212Giampaolo Rodola'2011-10-051-0/+4
* call endmntent() in case getmntent() failsGiampaolo Rodola'2011-07-061-0/+1
* Linux, disk_partitions(): remove Py_BEING/ALLOW thread calls around getmntent...Giampaolo Rodola'2011-07-061-3/+4
* release the GIL for disk-related C functionsGiampaolo Rodola'2011-06-301-0/+4
* Issue #174 - Linux: instead of parsing /etc/mtab in python do that in C by us...Giampaolo Rodola'2011-06-151-0/+37
* Fix some C compiler warnings and remove old exception code defined in the C e...Giampaolo Rodola'2011-04-221-2/+0
* Fix issue 147: implement process I/O nice on Linux.Giampaolo Rodola'2011-01-131-0/+166