summaryrefslogtreecommitdiff
path: root/psutil/_psutil_linux.c
Commit message (Expand)AuthorAgeFilesLines
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-111-2/+2
* fix C compilation warning on Linux + Python 2Giampaolo Rodola2023-03-291-1/+8
* #2164: fix compilation failures on linux < 2.6.27 / CentOS 5 (#2171)Giampaolo Rodola2022-11-101-1/+7
* Linux: fix missing SPEED_UNKNOWN definition (#2156)Amir Rossert2022-10-211-0/+5
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-211-19/+13
* fix #2138 (critical): re-define ethtool_cmd_speedGiampaolo Rodola2022-09-191-1/+7
* [Linux] `net_if_stats()` returns an incorrect speed value for 100GbE network ...garrisoncarter2022-07-111-1/+10
* Remove docstrings from C function definitions (#2058)Giampaolo Rodola2022-01-161-22/+9
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-2/+2
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-75/+1
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-231-43/+0
* invoke psutil_setup() from linux C moduleGiampaolo Rodola2020-10-011-0/+2
* [Linux] Process.rlimit() does not handle LONG LONG properly (#1760)Giampaolo Rodola2020-05-161-3/+1
* add strncpy / PSUTIL_STRNCPY variant which adds null terminator (fix gcc-9 wa...Giampaolo Rodola2020-05-161-1/+1
* better #ifdef detection for prlimit() availbilityGiampaolo Rodola2020-05-151-4/+3
* Fix a compile error in _psutil_linux.c if PSUTIL_HAVE_IOPRIO is false (#1695)Anselm Kruis2020-02-151-1/+1
* #1672, #1682: SIZEOF_INT is not available on pypy3; assume that on systems wh...Giampaolo Rodola2020-02-091-1/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-11/+16
* Use Py_CLEAR instead of Py_DECREF to also set the variable to NULL (#1616)Riccardo Schirone2019-11-131-7/+7
* Refactor C modules init (#1603)Giampaolo Rodola2019-10-211-76/+52
* fix #1126: cpu_affinity() segfaults on CentOS 5Giampaolo Rodola2019-10-101-48/+10
* expose WINVER constants in the cext moduleGiampaolo Rodola2019-02-251-2/+2
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-3/+4
* #1394 / windows / process exe(): convert errno 0 into ERROR_ACCESS_DENIED; er...Giampaolo Rodola2019-01-251-1/+4
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-191-3/+6
* define a setup() function which is called on import by all C modulesGiampaolo Rodola2017-11-121-0/+2
* refactor PSUTIL_TESTING C APIsGiampaolo Rodola2017-11-121-3/+1
* fix #1169: (Linux) users() hostname returns username insteadGiampaolo Rodola2017-11-111-1/+1
* get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, h...psutil-test-flagGiampaolo Rodola2017-11-111-2/+4
* remove useless lineGiampaolo Rodola2017-05-181-2/+0
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-1/+5
* #1040 users() / linux: fix unicodeGiampaolo Rodola2017-05-021-5/+22
* #1040 disk_partitions() / linux: fix unicodeGiampaolo Rodola2017-05-021-4/+16
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-0/+2
* linux / c: small refactoringGiampaolo Rodola2017-04-271-2/+1
* #1022: fix users() on Linux; update doc; bump up versionGiampaolo Rodola2017-04-251-1/+1
* in psutil_users() move pid to the backAlexander Hasselhuhn2017-04-251-2/+2
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-1/+2
* Fix build with musl libcBaruch Siach2017-02-161-0/+2
* refactor memleak script: get rid of no longer used logic to deal with Process...Giampaolo Rodola2016-10-281-1/+1
* linux: separate IFFLAGS functionGiampaolo Rodola2016-10-251-18/+5
* share C function to retrieve MTU across all UNIXesGiampaolo Rodola2016-10-241-9/+2
* change wording when raising RuntimeError from C (add 'syscall' term)Giampaolo Rodola2016-10-051-1/+1
* issue #892: [Linux] Process.cpu_affinity([-1]) raise SystemError with no erro...Giampaolo Rodola2016-09-221-1/+5
* Merge pull request #825 from hardikar/masterGiampaolo Rodola2016-09-221-4/+4
|\
| * Address PR commentsShreedhar Hardikar2016-06-141-3/+2
| * Fix possible double close and use of unopened socketShreedhar Hardikar2016-05-241-4/+5
* | remove useless .h filesGiampaolo Rodola2016-07-031-2/+0
|/
* fix #797: [Linux] net_if_stats() may raise OSError for certain NIC cards.Giampaolo Rodola2016-03-301-2/+5
* fix #776 / linux / cpu_affinity: set right C type for Py_ArgParseGiampaolo Rodola2016-02-241-2/+2