Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-03-18 18:36:38 +0300
committerGitHub <noreply@github.com>2022-03-18 18:36:38 +0300
commit26372410d43ebb19220cce868a6f87186f88b2ce (patch)
tree0e2daed3232cb958a775c7994fb5ea2216635bee /.github
parentdaa320afa52ecd390782b1b54f92dc18448ab43b (diff)
[mono] Move basic w32file* and w32process* functions to eventpipe (#66731)
They are not used by the rest of the runtime and we only need a bare minimum of w32process and w32file in eventpipe (e.g. no file share/access logic). Fix ep-test build and warnings, it was missing linking against libz and monoapi. Fix host vs. target confusion in ep-rt-mono.c Move initialization of num_main_args after setting main_args in object.c so we can use it as a cheap guard value (not totally thread-safe but good enough for our purposes). Co-authored-by: Johan Lorensson <lateralusx.github@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d74642b263e..9fb3926e39a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -34,6 +34,8 @@
/src/mono/mono/metadata/thread* @lateralusX @lambdageek
/src/mono/mono/metadata/w32* @lateralusX @lambdageek
+/src/mono/mono/eventpipe @lateralusX @lambdageek
+
/src/mono/mono/mini @vargaz @lambdageek @SamMonoRT
/src/mono/mono/mini/*cfgdump* @vargaz
/src/mono/mono/mini/*exceptions* @vargaz @BrzVlad