Darling's userspace kernel server (much like Wine's wineserver)
Go to file
Ariel Abreu 2d5e25be35
Ignore calls from non-existent threads
The thread might have died after sending the message, so
it might not exist by the time the server gets the message.
In that case, just ignore/drop the message.
2022-06-24 01:35:16 -04:00
duct-tape Merge pull request #2 from rdrpenguin04/main 2022-06-18 23:01:21 -04:00
include/darlingserver add mach_vm_msync 2022-06-17 23:18:21 -05:00
internal-include/darlingserver Ignore calls from non-existent threads 2022-06-24 01:35:16 -04:00
scripts chore: Address comments 2022-04-05 12:43:27 +07:00
src Ignore calls from non-existent threads 2022-06-24 01:35:16 -04:00
.gitignore Many additions + stubs; basic kernel MIG RPC working 2022-01-20 00:11:51 -05:00
CMakeLists.txt Remove capabilities and libcap dependency 2022-05-10 21:08:07 -04:00