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
..
2001-03-11 23:41:55 +00:00
2001-03-12 21:51:07 +00:00
2001-02-17 14:51:11 +00:00
2001-03-13 16:16:35 +00:00
2001-03-13 22:35:28 +00:00
2001-02-04 13:13:25 +00:00
2001-03-12 03:16:56 +00:00
2001-03-14 05:32:31 +00:00
2001-03-08 01:38:58 +00:00
2001-03-10 13:02:58 +00:00
2000-12-30 22:06:19 +00:00
2001-03-14 04:14:58 +00:00
2001-03-11 15:28:42 +00:00
2001-01-29 06:18:14 +00:00
2001-03-07 07:09:55 +00:00
2001-02-18 10:25:42 +00:00
2001-03-13 05:56:48 +00:00
2001-03-09 13:45:31 +00:00
2001-03-07 14:27:56 +00:00
2001-03-11 15:28:42 +00:00
2001-03-13 08:45:05 +00:00
2001-02-11 10:44:09 +00:00
2001-03-07 07:09:55 +00:00
2001-03-12 21:44:19 +00:00
2001-03-07 03:37:06 +00:00
2001-03-11 05:31:45 +00:00
2001-02-04 13:13:25 +00:00
2001-02-18 10:43:53 +00:00
2001-03-10 16:31:00 +00:00
2001-03-13 17:07:06 +00:00
2001-03-11 05:31:45 +00:00
2001-02-04 16:08:18 +00:00
2001-01-14 17:25:08 +00:00
2001-02-04 13:13:25 +00:00
2001-03-10 05:24:45 +00:00
2000-12-21 21:44:31 +00:00
2001-03-07 03:37:06 +00:00
2001-03-07 03:37:06 +00:00
2001-02-18 13:30:20 +00:00
2001-03-01 21:00:17 +00:00
2001-03-11 11:51:42 +00:00
2001-03-08 14:25:51 +00:00
2001-02-07 01:16:40 +00:00
2001-03-07 18:52:22 +00:00
2001-02-22 13:46:09 +00:00
2001-03-09 07:24:17 +00:00
2000-11-18 21:01:04 +00:00
2001-03-13 02:55:54 +00:00
2000-12-06 06:59:38 +00:00
2001-03-14 05:32:31 +00:00
2001-03-14 06:48:53 +00:00