NAKAMURA Gou aa05f00e7e don't map syscall pages into process space
Request pages, response pages, and a doorbell page are mapped into
process space to enable user processes to delegate system calls
directly to mcctrl/mcexec.

This commit removes these mappings for the following reasons.
- These mappings cause a memory leak in current fork() implementation.
- These mappings are not used.
- These mappings do not function properly.
  And the fix which corrects function of these mappings is not easy.
2014-10-10 16:20:38 +09:00
2014-10-01 09:04:11 +09:00
2012-12-17 16:17:25 +09:00
2014-09-17 19:59:37 +09:00
2014-01-08 17:13:49 +09:00
2014-01-08 17:13:49 +09:00
2014-01-08 17:13:49 +09:00
Description
No description provided
GPL-2.0 20 MiB
Languages
C 85.3%
Shell 7.7%
Perl 3.4%
Assembly 1.3%
CMake 1.2%
Other 1%