# HG changeset patch # User Paul Boddie # Date 1712433203 -7200 # Node ID 3a0110142e30433f311072499c9cfeefefdd007c # Parent 64bfc809fc4cd0e394f4b289c6a43ee7f7b2e6d7 Refined capability allocation commentary. diff -r 64bfc809fc4c -r 3a0110142e30 libexec/lib/src/process.cc --- a/libexec/lib/src/process.cc Sat Apr 06 21:52:46 2024 +0200 +++ b/libexec/lib/src/process.cc Sat Apr 06 21:53:23 2024 +0200 @@ -258,9 +258,7 @@ st.set_l4re_env(&_env); /* Reserve some extra space for capabilities used by this thread. - NOTE: Surely the capability allocator should be able to avoid conflicts, - but concurrency issues have been observed before, leading to various - measures in libipc. */ + NOTE: The capability allocator is probably not able to avoid conflicts. */ _env.first_free_cap += 0x20;