minix/servers
Tomas Hruby 12ef495cac atomicity fix when enabling paging
- before enabling paging VM asks kernel to resize its segments. This
  may cause kernel to segfault if APIC is used and an interrupt
  happens between this and paging enabled. As these are 2 separate
  vmctl calls it is not atomic. This patch fixes this problem. VM does
  not ask kernel to resize the segments in a separate call anymore.
  The new segments limit is part of the "enable paging" call. It
  generalizes this call in such a way that more information can be
  passed as need be or the information may be completely different if
  another architecture requires this.
2010-03-22 07:42:52 +00:00
..
ds New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
hgfs New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
inet New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
init Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
ipc New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
is New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
iso9660fs New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
mfs New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
pfs New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
pm New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
rs New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
vfs New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
vm atomicity fix when enabling paging 2010-03-22 07:42:52 +00:00
Makefile HGFS - VMware Shared Folders file system server 2010-01-25 23:18:02 +00:00