NAKAMURA Gou bbbc6e1570 add shared mapped file (in progress)
implemented:
- Pages can be shared between maps.
- A change made to a map is written to the file, at munmap().

not yet implemented:
- VM operation during page IO execution.
  Because page IO is executed with VM's lock.
- Page IO, which does not change a file size with any case.
  When munmap() races with truncate(), the file size may be changed
  illegally.
2013-11-11 18:18:33 +09:00
2013-11-11 18:18:33 +09:00
2012-12-17 16:17:25 +09:00
2011-12-02 12:35:38 +09:00
2013-10-30 14:44:46 +09:00
2013-06-06 11:53:30 -05:00
2013-10-15 13:02:35 +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%