summaryrefslogtreecommitdiff
path: root/psutil/_psosx.py
Commit message (Expand)AuthorAgeFilesLines
* OSX C refact: reconstruct _psutil_osx.c to preserve historyosx-move-proc-funcsGiampaolo Rodola2023-04-191-2/+0
* Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-2/+5
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-2/+2
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-051-47/+10
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-3/+3
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-1/+1
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-1/+3
* update doc for #1830 (net_if_stats() isup check if NIC is running)Giampaolo Rodola2020-09-211-1/+1
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-251-1/+12
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-8/+4
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-6/+6
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-13/+3
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-0/+2
* #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-281-6/+0
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-9/+4
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-3/+7
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-5/+5
* fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calc...Giampaolo Rodola2018-10-161-2/+9
* OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-141-141/+0
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-161-6/+12
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-0/+711
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-711/+0
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-261-20/+14
* Osx temps (#1284)Alex Manuskin2018-06-261-0/+146
* OSX / pids(): append() pid 0 in pos 0Giampaolo Rodola2018-06-151-2/+2
* OSX - wrapper around task_for_pid() (#1296)Giampaolo Rodola2018-06-141-4/+4
* rename function argGiampaolo Rodola2018-03-241-2/+2
* what a stupid bug! (#1190)Giampaolo Rodola2017-12-071-3/+2
* Fix OSX pid 0 bug (#1187)Giampaolo Rodola2017-12-041-1/+17
* OSX: implement sensors_battery (#1177)wiggin152017-11-191-0/+23
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-5/+1
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-6/+4
* fix TypeError on OSXGiampaolo Rodola2017-08-011-2/+4
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-0/+5
* 1044 osx zombies (#1100)Giampaolo Rodola2017-06-071-25/+52
* fix broken linkGiampaolo Rodola2017-05-121-1/+0
* fix osx / linux on travisGiampaolo Rodola2017-04-301-1/+1
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+2
* cosmetic changesGiampaolo Rodola2017-02-141-11/+19
* add docstringsGiampaolo Rodola2017-02-031-0/+3
* #941: add docGiampaolo Rodola2017-01-201-0/+5
* #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-031-0/+5
* merge from masterGiampaolo Rodola2016-10-251-1/+8
|\
| * osx: separate IFFLAGS functionGiampaolo Rodola2016-10-251-1/+2
| * share C function to retrieve MTU across all UNIXesGiampaolo Rodola2016-10-241-1/+2
| * fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0Giampaolo Rodola2016-10-181-0/+5
* | #799 / OSX: also include proc.name() in the list of grouped oneshot infoGiampaolo Rodola2016-10-071-1/+3
* | #799 / OSX: implement oneshot for PROC_PIDTASKINFOGiampaolo Rodola2016-10-071-7/+40
* | #799 / OSX: implement oneshot for kinfo_proc infoGiampaolo Rodola2016-10-071-10/+36