Darling's userspace kernel server (much like Wine's wineserver)
Go to file
Ariel Abreu 814434f139
GetExecutablePath: Write the path out to the correct process
We were writing out the path to the target process (i.e. the one we're
looking up), but we should instead write it out to the process who made
the call.
2022-05-19 15:21:32 -04:00
duct-tape Properly implement knote_vanish 2022-05-14 01:38:22 -04:00
include/darlingserver Add mprotect S2C call 2022-04-01 01:56:35 -04:00
internal-include/darlingserver Schedule interrupts after pending calls if necessary 2022-05-19 15:20:23 -04:00
scripts chore: Address comments 2022-04-05 12:43:27 +07:00
src GetExecutablePath: Write the path out to the correct process 2022-05-19 15:21:32 -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