Files
mckernel/kernel
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-01-24 20:18:36 +09:00
2014-03-30 16:14:19 +09:00
2014-03-27 15:32:23 +09:00
2014-07-07 18:11:36 +09:00
2014-09-04 14:58:04 +09:00
2014-09-17 19:48:02 +09:00
2013-06-06 11:53:30 -05:00
2013-02-18 12:07:32 +09:00
2014-10-07 15:45:16 +09:00
2014-09-23 23:17:53 +09:00