summaryrefslogtreecommitdiff
path: root/psutil/_psutil_posix.h
Commit message (Expand)AuthorAgeFilesLines
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-0/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-2/+2
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-0/+3
* remove unneeded C includesGiampaolo Rodola2016-10-041-10/+0
* some zombie process handling on linux was necessary after allGiampaolo Rodola2015-02-191-1/+4
* issue #250: move BSD implementation in _psutil_posix.c 'cause it's common to ...Giampaolo Rodola2015-02-121-0/+1
* #250: implement 'iconfig' on Linux (port from old mercurial branch)Giampaolo Rodola2014-06-041-0/+1
* add a 'psutil_' prefix to all C functions; this is done to avoid naming colli...Giampaolo Rodola'2013-12-261-2/+2
* c styleGiampaolo Rodola'2013-12-101-2/+0
* 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
* get_users(): implementations across different POSIX platforms are too differe...Giampaolo Rodola'2011-11-091-2/+0
* Issue 229 - psutil.get_users(): initial implementation for UNIX systems, curr...Giampaolo Rodola'2011-11-091-0/+1
* Fix #212Giampaolo Rodola'2011-10-051-0/+4
* set svn propset id and update HISTORYGiampaolo Rodola'2010-12-251-2/+2
* Issue 142: implement set process niceness by adding a new _psutil_posix.c mod...Giampaolo Rodola'2010-12-251-0/+11