Files
mckernel/kernel/include
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
..
2012-12-17 16:15:05 +09:00
2013-11-14 17:40:59 +09:00
2012-05-08 18:32:43 +09:00
2014-10-07 15:45:16 +09:00
2013-11-14 17:21:47 +09:00
2014-10-07 15:45:16 +09:00
2014-09-17 19:48:02 +09:00
2014-07-02 15:30:52 +09:00
2014-09-17 19:48:00 +09:00
2014-07-07 18:11:40 +09:00
2012-04-23 14:25:21 +09:00
2013-11-14 17:40:59 +09:00