summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/unix/process.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-061-44/+36
| | | | | * upstream-libuv: libuv 2020-04-06 (d21f5aea)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-06-181-0/+7
| | | | | * upstream-libuv: libuv 2019-06-10 (ee24ce90)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-171-2/+2
| | | | | * upstream-libuv: libuv 2019-01-15 (f84c5e69)
* libuv: fix clang scan-build warningKyle Edwards2019-01-141-1/+1
|
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-071-30/+27
| | | | | * upstream-libuv: libuv 2018-05-06 (bf605bd7)
* libuv: disable process affinity during CMake bootstrapBrad King2018-03-051-0/+10
| | | | Avoid depending on platform-specific pthread features during bootstrap.
* libuv: unix,win: add uv_spawn option to set child CPU affinity maskBrad King2018-03-051-0/+45
| | | | | | | | Implement it on Linux, FreeBSD, and Windows for now, and fail with UV_ENOTSUP on other platforms. Backported from upstream libuv PR 1527, scheduled for inclusion in libuv 2.0.
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-01-191-3/+39
| | | | | * upstream-libuv: libuv 2018-01-19 (63de1eca)
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-221-2/+2
| | | | | * upstream-libuv: libuv 2017-02-21 (52ae8264)
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+563
* upstream-libuv: libuv 2016-08-30 (897738b1)