summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/unix/darwin.c
Commit message (Collapse)AuthorAgeFilesLines
* libuv: macos: restore use of kqueue instead of posix pollBrad King2024-06-211-2/+0
| | | | | | | | | Revert commit f54ec4e7f9 (libuv: macos: use posix poll instead of kqueue, 2024-03-31, v3.29.1~7^2) and its parent. It is not necessary after the kqueue-based implementation was fixed to reap child processes more reliably. Issue: #25839
* libuv: macos: use posix poll instead of kqueueBrad King2024-04-011-0/+2
| | | | | | | | | Since commit 5420639a8d (cmExecuteProcessCommand: Replace cmsysProcess with cmUVProcessChain, 2023-06-01, v3.28.0-rc1~138^2~8) we've observed spurious process hangs in `uv__io_poll` waiting for `kqueue` to deliver events on macOS. Issue: #25839
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-01-131-6/+10
| | | | | | # By libuv upstream * upstream-libuv: libuv 2022-01-13 (2fbfa035)
* Merge branch 'upstream-libuv' into update-libuvBrad King2021-11-171-4/+8
| | | | | * upstream-libuv: libuv 2021-11-09 (0f696da5)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-09-231-11/+157
| | | | | * upstream-libuv: libuv 2020-09-22 (ed5b42d5)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-061-14/+3
| | | | | * upstream-libuv: libuv 2020-04-06 (d21f5aea)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-06-181-0/+5
| | | | | * upstream-libuv: libuv 2019-06-10 (ee24ce90)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-071-12/+12
| | | | | * upstream-libuv: libuv 2018-05-06 (bf605bd7)
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-151-104/+0
| | | | | | | * upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+335
* upstream-libuv: libuv 2016-08-30 (897738b1)