Matthew Dillon b823bbd6be Fix a lock reversal problem in the VM subsystem related to threaded
programs.   There is a case during a fork() which can cause a deadlock.

From Tor -
The workaround that consists of setting a flag in the vm map that
indicates that a fork is in progress and using that mark in the page
fault handling to force a revalidation failure.  That change will only
affect (pessimize) page fault handling during fork for threaded
(linuxthreads style) applications and applications using aio_*().

Submited by: tegge
2001-03-14 06:48:53 +00:00
..
2000-12-30 22:06:19 +00:00
2001-01-29 06:18:14 +00:00
2001-02-11 10:44:09 +00:00
2001-03-10 16:31:00 +00:00
2001-03-10 05:24:45 +00:00
2001-03-01 21:00:17 +00:00
2001-02-22 13:46:09 +00:00