summaryrefslogtreecommitdiff
path: root/psutil/_psutil_posix.c
Commit message (Expand)AuthorAgeFilesLines
* build fix for Mac OS, Apple Silicon (#2010)Lawrence D'Anna2022-10-211-1/+2
* net_if_stats() -> flags: do not return unicode on Python 2 (#2142)Matthieu Darbois2022-09-191-1/+5
* Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-0/+201
* Remove docstrings from C function definitions (#2058)Giampaolo Rodola2022-01-161-14/+7
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-051-1/+1
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-0/+47
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-3/+6
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-231-0/+99
* update doc for #1830 (net_if_stats() isup check if NIC is running)Giampaolo Rodola2020-09-211-3/+3
* Use IFF_RUNNING instead of IFF_UP for Linux (#1831)Chris2020-09-211-1/+1
* add strncpy / PSUTIL_STRNCPY variant which adds null terminator (fix gcc-9 wa...Giampaolo Rodola2020-05-161-4/+4
* Add C linter script (#1698)Giampaolo Rodola2020-02-181-2/+2
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-11/+9
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-271-17/+8
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-1/+1
* psutil/_psutil_posix.c: better clear variables to ensure they are NULL (#1624)Riccardo Schirone2019-11-181-5/+5
* Refactor C modules init (#1603)Giampaolo Rodola2019-10-211-56/+34
* Fix #1563 - do not try to close invalid socket file descriptor (#1585)Athos Ribeiro2019-09-261-11/+6
* [aix] improve compilation on AIX, better support for gcc/g++ + fix cpu metric...Jaime Fullaondo2018-10-111-0/+8
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-8/+8
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-10/+10
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-1/+1
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-4/+9
* fix error on REHL 5.0: expected specifier-qualifier-list before ‘__u3 (#1139)Prodesire2017-09-271-0/+1
* AIX support (#1123)wiggin152017-09-261-1/+5
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-0/+84
* linux / c: small refactoringGiampaolo Rodola2017-04-271-6/+3
* C small refactoringGiampaolo Rodola2017-02-101-4/+3
* #609: fix compilation issue on SunOS 10Giampaolo Rodola2016-12-201-1/+2
* refactor C macrosGiampaolo Rodola2016-12-201-16/+12
* #609: fix compilation issue on solaris 10Giampaolo Rodola2016-12-201-13/+23
* OSX: fix compilation warningGiampaolo Rodola2016-11-131-0/+10
* fix #931: compilation error on solarisrelease-4.4.2Giampaolo Rodola2016-10-051-0/+1
* osx/bsd: separate IFFLAGS functionGiampaolo Rodola2016-10-251-21/+5
* linux: separate IFFLAGS functionGiampaolo Rodola2016-10-251-0/+41
* share C function to retrieve MTU across all UNIXesGiampaolo Rodola2016-10-241-8/+38
* remove unused C headerGiampaolo Rodola2016-10-041-2/+0
* fix C compilation warning on POSIXGiampaolo Rodola2016-07-101-1/+1
* 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