summaryrefslogtreecommitdiff
path: root/psutil/_psutil_osx.c
Commit message (Expand)AuthorAgeFilesLines
* OSX / refact: get rid of process_info.c (#2243)Giampaolo Rodola2023-04-201-1/+0
* OSX C refact: reconstruct _psutil_osx.c to preserve historyosx-move-proc-funcsGiampaolo Rodola2023-04-191-0/+142
* OSX: rename psutil/_psutil_osx.c to arch/osx/proc.c to preserve GIT historyGiampaolo Rodola2023-04-191-1016/+0
* OSX big C refactoring (#2242)Giampaolo Rodola2023-04-201-786/+6
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-181-40/+0
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-131-0/+1
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-111-2/+2
* fix: disk usage report on macOS 12+ (#2152)Matthieu Darbois2022-10-051-0/+47
* #2084: document limitations of environ() on macOS Big SurGiampaolo Rodola2022-09-201-3/+9
* fix #2116, macOS, net_connections() crashingGiampaolo Rodola2022-09-191-0/+8
* Remove docstrings from C function definitions (#2058)Giampaolo Rodola2022-01-161-59/+28
* [macOS / M1] cpu_times(): convert mach tick units to nsecs (fixes #1956) (PR ...Olivier Dormond2021-11-101-2/+9
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-2/+2
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-051-57/+79
* Fix #1512 proc connections() fails with EOPNOTSUPPGiampaolo Rodola2020-12-291-6/+10
* Refactor macOS CPU code (#1896)Giampaolo Rodola2020-12-211-147/+2
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-4/+4
* #1892 fix cpu_freq() broken on Apple M1 (#1895)Giampaolo Rodola2020-12-201-18/+21
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-8/+4
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-141-1/+2
* fix #1738 / osx / exe(): catch ENOENT which may occur if process is still ali...Giampaolo Rodola2020-10-171-3/+13
* macOS: include unistd.h needed by getpagesize(); fixes #1791Giampaolo Rodola2020-10-171-0/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-34/+35
* 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