Darling's userspace kernel server (much like Wine's wineserver)
Go to file
Ariel Abreu d3a51300ea
Significantly reduce default logging output
Debug logging produces *lots* of output *very* quickly, so that's
disabled by default now. The log level can be controlled with the new
`DSERVER_LOG_LEVEL` env var. Just set it to the minimum level
you want to see in the output. It defaults to "error" so that only
error messages are logged.
2022-07-04 18:02:53 -04:00
duct-tape Fix some leaks in duct-taped code 2022-06-30 22:49:17 -04:00
include/darlingserver add mach_vm_msync 2022-06-17 23:18:21 -05:00
internal-include/darlingserver Significantly reduce default logging output 2022-07-04 18:02:53 -04:00
scripts chore: Address comments 2022-04-05 12:43:27 +07:00
src Significantly reduce default logging output 2022-07-04 18:02:53 -04:00
.gitignore Many additions + stubs; basic kernel MIG RPC working 2022-01-20 00:11:51 -05:00
CMakeLists.txt Use a stack pool to reduce memory usage 2022-06-30 22:50:02 -04:00