summaryrefslogtreecommitdiff
path: root/psutil/_psutil_osx.c
Commit message (Expand)AuthorAgeFilesLines
* OSX / ppid: handle itGiampaolo Rodola2020-01-251-2/+2
* replace Py_PidConverter with _Py_PARSE_PIDGiampaolo Rodola2020-01-251-12/+12
* try to fix testGiampaolo Rodola2020-01-251-1/+0
* use pid_t on OSXGiampaolo Rodola2020-01-241-31/+33
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-4/+4
* Use Py_CLEAR instead of Py_DECREF to also set the variable to NULL (#1616)Riccardo Schirone2019-11-131-21/+18
* Refactor C modules init (#1603)Giampaolo Rodola2019-10-211-75/+72
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-160/+0
* OSX memory_maps() - add error handlingGiampaolo Rodola2019-02-271-24/+25
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-251-2/+6
|\
| * expose WINVER constants in the cext moduleGiampaolo Rodola2019-02-251-2/+6
* | OSX small refactoringGiampaolo Rodola2019-02-251-9/+8
* | OSX move is_zombie() function in process_info.cGiampaolo Rodola2019-02-251-14/+0
|/
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-31/+30
* fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calc...Giampaolo Rodola2018-10-161-3/+3
* travis / osx: set py 3.6Giampaolo Rodola2018-10-161-4/+4
* add download badgeGiampaolo Rodola2018-08-241-2/+2
* OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-141-62/+0
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-0/+2144
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-2144/+0
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-261-14/+8
* Osx temps (#1284)Alex Manuskin2018-06-261-0/+68
* Add seconds to thread run times on MacOS. (#1292)Nikhil Marathe2018-06-151-2/+4
* OSX - wrapper around task_for_pid() (#1296)Giampaolo Rodola2018-06-141-30/+64
* fix #1181: raise AD if task_for_pid() fails with 5 and errno == ENOENTGiampaolo Rodola2017-11-241-2/+10
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-6/+6
* OSX: implement sensors_battery (#1177)wiggin152017-11-191-0/+90
* add debug messagesGiampaolo Rodola2017-11-181-1/+11
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-6/+7
* 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
* get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, h...psutil-test-flagGiampaolo Rodola2017-11-111-2/+4
* #1127 Fix reference counting bug in open_files impl on OSX (#1144)Jakub Bacic2017-10-111-1/+2
* 1044 osx zombies (#1100)Giampaolo Rodola2017-06-071-7/+10
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-1/+4
* declare PSUTIL_CONN_NONE as a static shared constantGiampaolo Rodola2017-05-161-3/+0
* #1040 / disk_èartitions() / osx: fix unicodeGiampaolo Rodola2017-05-021-3/+16
* #1040 / users() / osx: fix unicodeGiampaolo Rodola2017-05-021-6/+24
* #1040: add replacement for PyUnicode_DecodeFSDefaultAndSize on Python 2; also...Giampaolo Rodola2017-05-011-8/+8
* #1040: add alias for psutil_PyUnicode_DecodeFSDefaultAndSizeGiampaolo Rodola2017-05-011-1/+1
* #1040 use psutil_PyUnicode_DecodeFSDefault everywhere (osx)Giampaolo Rodola2017-05-011-47/+13
* #1040 fix unicode for memory_maps() on osxGiampaolo Rodola2017-05-011-2/+8
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-0/+1
* #1033 / net|proc connections / FreeBSD / OSX / memory leak: Py_DECREF object ...Giampaolo Rodola2017-04-291-0/+2
* refactor C codeGiampaolo Rodola2017-04-281-10/+10
* #1029: fix encoding error for proc.econnections('unix') on OSXGiampaolo Rodola2017-04-281-3/+25
* osx / c: small refactoringGiampaolo Rodola2017-04-271-15/+7
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+3
* #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-031-0/+31
* osx: fix memory leakGiampaolo Rodola2016-10-251-2/+9