summaryrefslogtreecommitdiff
path: root/psutil/_psutil_posix.c
Commit message (Expand)AuthorAgeFilesLines
* merge from masterbsebi-masterGiampaolo Rodola2016-01-311-1/+1
|\
| * #704: psutil does not compile/cannot be imported on solaris sparcbsebi2015-10-281-1/+1
* | Add NetBSD support.Ryo ONODERA2016-01-081-5/+5
* | merge with latest codeGiampaolo Rodola2015-09-061-7/+7
|\ \ | |/ |/|
| * enable net_if_stats implem on OpenBSD too, examples/ifconfig.py worksLandry Breuil2015-04-071-4/+4
| * OpenBSD has AF_LINK tooLandry Breuil2015-04-051-2/+2
| * need netdb.h on OpenBSD too for NI_* definesLandry Breuil2015-04-051-1/+1
* | Code review fixesArnon Yaari2015-09-051-1/+1
* | Add ifaddrs.c for Solaris 10Arnon Yaari2015-09-051-1/+6
* | try to fix compilation warningGiampaolo Rodola2015-08-071-0/+1
* | C stylingGiampaolo Rodola2015-08-061-6/+3
* | C stylingGiampaolo Rodola2015-08-061-6/+3
* | solaris implementationGiampaolo Rodola2015-06-141-6/+0
* | #663: osx implementationGiampaolo Rodola2015-06-131-2/+1
* | #663: freebsd implementationGiampaolo Rodola2015-03-101-2/+2
* | #663: ptp addresses linux implementation663-ptp-ifacesGiampaolo Rodola2015-08-051-4/+29
|/
* C styling: if unificationGiampaolo Rodola2015-03-011-10/+7
* proper indentation of C 'switch' clausesGiampaolo Rodola2015-02-191-107/+107
* Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-151-1/+2
|\
| * refactoringGiampaolo Rodola2015-02-131-1/+1
| * add some checks for PyList_New() which were missingGiampaolo Rodola2015-02-131-1/+2
* | fix compilation errorGiampaolo Rodola2015-02-121-0/+2
* | issue #250: move BSD implementation in _psutil_posix.c 'cause it's common to ...Giampaolo Rodola2015-02-121-0/+224
|/
* fix compilation issues on solarisGiampaolo Rodola2015-02-121-1/+6
* #376: make net_if_addr() work on all other UNIX variants; also skip primary a...Giampaolo Rodola2015-01-021-0/+5
* merge from masterGiampaolo Rodola2015-02-021-2/+1
|\
| * replace 'return Py_None' occurrences with 'Py_RETURN_NONE' macroGiampaolo Rodola2015-01-011-2/+1
* | expose AF_LINKGiampaolo Rodola2014-09-241-1/+6
* | hopefully one last attempt to fix travisGiampaolo Rodola2014-09-241-18/+4
* | attempt to debug travis segfaultGiampaolo Rodola2014-09-231-0/+6
* | attempt to debug travis segfaultGiampaolo Rodola2014-09-231-0/+4
* | attempt to debug segfault on travisGiampaolo Rodola2014-09-231-2/+2
* | attempt to debug segfault on travisGiampaolo Rodola2014-09-231-0/+5
* | re-establish python 3 compatibilityGiampaolo Rodola2014-06-041-2/+2
* | #250: implement 'iconfig' on Linux (port from old mercurial branch)Giampaolo Rodola2014-06-041-0/+164
|/
* introduce PyMODINIT_FUNC macro as per http://bugs.python.org/issue20166Giampaolo Rodola'2014-01-081-2/+1
* add a 'psutil_' prefix to all C functions; this is done to avoid naming colli...Giampaolo Rodola'2013-12-261-4/+4
* c styleGiampaolo Rodola'2013-12-101-0/+1
* C restylingGiampaolo Rodola'2013-11-271-20/+19
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* (sunos) add special case for PIDs 2 and 3: getpriority() and setpriority() er...Giampaolo Rodola'2012-06-081-3/+0
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-2/+0
* get_users(): implementations across different POSIX platforms are too differe...Giampaolo Rodola'2011-11-091-45/+0
* Issue 229 - psutil.get_users(): initial implementation for UNIX systems, curr...Giampaolo Rodola'2011-11-091-0/+45
* Fix #212Giampaolo Rodola'2011-10-051-0/+4
* Fix some C compiler warnings and remove old exception code defined in the C e...Giampaolo Rodola'2011-04-221-8/+0
* Issue 142: implement set process niceness by adding a new _psutil_posix.c mod...Giampaolo Rodola'2010-12-251-0/+138