summaryrefslogtreecommitdiff
path: root/psutil/arch/osx
Commit message (Expand)AuthorAgeFilesLines
* OSX / refact: get rid of process_info.c (#2243)Giampaolo Rodola2023-04-204-431/+396
* OSX C refact: reconstruct _psutil_osx.c to preserve historyosx-move-proc-funcsGiampaolo Rodola2023-04-192-163/+44
* OSX: rename psutil/_psutil_osx.c to arch/osx/proc.c to preserve GIT historyGiampaolo Rodola2023-04-191-0/+1016
* OSX big C refactoring (#2242)Giampaolo Rodola2023-04-2012-6/+900
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-182-11/+18
* Fixed typo in debug message (#2187)Daniel Lockyer2022-12-271-1/+1
* #2084: document limitations of environ() on macOS Big SurGiampaolo Rodola2022-09-201-1/+8
* [macOS] Fix out-of-bounds read around sysctl_procargs (#2135)Bernhard Urban-Forster2022-09-191-4/+4
* fix some typos (#2085)cui fliter2022-03-151-1/+1
* HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)Giampaolo Rodola2021-12-291-1/+4
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-051-6/+7
* #1901 / macOS: better err msg on proc_pidinfo()Giampaolo Rodola2021-01-061-3/+10
* Refactor macOS CPU code (#1896)Giampaolo Rodola2020-12-212-0/+153
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-141-1/+1
* [macOS] EIO error occurring on cmdline() and environ (#1886)Giampaolo Rodola2020-12-141-7/+15
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-3/+0
* OSX: put sysctl() + KERN_PROCARGS2 in its own functionGiampaolo Rodola2020-11-112-46/+43
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-3/+2
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-292-14/+14
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-3/+3
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-1/+1
* OSX move is_zombie() function in process_info.cGiampaolo Rodola2019-02-252-0/+13
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-14/+23
* fix #1427: [OSX] Process cmdline() and environ() may erroneously raise OSErro...Giampaolo Rodola2019-02-241-2/+2
* OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-142-317/+0
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-294-0/+695
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-264-695/+0
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-261-2/+4
* Osx temps (#1284)Alex Manuskin2018-06-262-0/+315
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-3/+3
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-1/+1
* 1044 osx zombies (#1100)Giampaolo Rodola2017-06-071-14/+12
* #1040: add replacement for PyUnicode_DecodeFSDefaultAndSize on Python 2; also...Giampaolo Rodola2017-05-011-2/+2
* #1040: add alias for psutil_PyUnicode_DecodeFSDefaultAndSizeGiampaolo Rodola2017-05-011-6/+1
* #1040 fix unicode for memory_maps() on osxGiampaolo Rodola2017-05-011-6/+2
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-1/+1
* #910: [OSX / BSD] in case of error, psutil.pids() raised RuntimeError instead...Giampaolo Rodola2016-10-191-6/+5
* fix #926: [OSX] Process.environ() on Python 3 can crash interpreter if proces...Giampaolo Rodola2016-10-181-3/+8
* osx: fix compiler warningsGiampaolo Rodola2016-10-181-1/+1
* osx: fix compiler warningsGiampaolo Rodola2016-10-172-3/+3
* fix compilation warns on OSXGiampaolo Rodola2016-10-182-3/+3
* #916: [OSX] fix many compilation warnings.Giampaolo Rodola2016-10-121-1/+1
* #916: [OSX] fix many compilation warnings.Giampaolo Rodola2016-10-122-5/+5
* enforce return value contract for proc_pidinfo()Giampaolo Rodola2016-10-051-2/+3
* proc_pidinfo(); also check return sizeGiampaolo Rodola2016-10-051-1/+1
* have proc_pidinfo() guess the right error/exceptionGiampaolo Rodola2016-10-051-15/+4
* change psutil_proc_pidinfo() signatureGiampaolo Rodola2016-10-052-3/+4
* refactor osx codeGiampaolo Rodola2016-10-052-33/+0
* revive Process.environ on OSXFrank Benkstein2016-01-252-0/+119
* #743: fix unicode on all bsd platformsGiampaolo Rodola2016-01-241-0/+4