Alan Cox
8e0e1e2239
Correct a very old and very obscure bug: vmspace_fork() calls
...
pmap_copy() if the mapping is VM_INHERIT_SHARE. Suppose the mapping
is also wired. vmspace_fork() clears the wiring attributes in the vm
map entry but pmap_copy() copies the PG_W attribute in the PTE. I
don't think this is catastrophic. It blocks pmap_remove_pages() from
destroying the mapping and corrupts the pmap's wiring count.
This revision fixes the problem by changing pmap_copy() to clear the
PG_W attribute.
Reviewed by: tegge@
2006-06-27 04:28:23 +00:00
..
2006-06-27 04:28:23 +00:00
2006-06-23 23:07:11 +00:00
2006-06-18 17:44:40 +00:00
2006-06-05 13:00:52 +00:00
2006-06-26 05:41:11 +00:00
2006-05-16 14:37:58 +00:00
2006-06-26 18:37:36 +00:00
2006-06-26 23:41:07 +00:00
2006-06-16 10:25:06 +00:00
2006-06-08 17:40:02 +00:00
2006-06-16 16:17:52 +00:00
2006-06-26 23:41:07 +00:00
2006-05-28 15:25:18 +00:00
2006-06-26 03:21:19 +00:00
2006-05-26 13:54:27 +00:00
2006-06-26 00:32:54 +00:00
2006-06-11 03:32:50 +00:00
2006-05-16 14:37:58 +00:00
2006-06-27 04:28:23 +00:00
2006-06-26 22:03:22 +00:00
2006-06-12 21:07:13 +00:00
2006-05-26 00:32:21 +00:00
2006-06-26 22:03:22 +00:00
2006-05-11 22:25:28 +00:00
2006-06-26 23:41:07 +00:00
2006-06-27 01:53:12 +00:00
2006-06-24 18:00:17 +00:00
2006-06-08 22:13:52 +00:00
2006-04-01 15:42:02 +00:00
2006-06-13 21:36:23 +00:00
2006-06-26 17:54:53 +00:00
2006-06-25 13:54:59 +00:00
2006-06-26 22:30:08 +00:00
2006-04-11 23:15:47 +00:00
2006-04-01 15:55:44 +00:00
2006-04-23 16:33:56 +00:00
2006-03-05 22:52:17 +00:00
2006-05-24 15:56:36 +00:00
2006-05-30 20:32:44 +00:00
2006-06-23 00:42:26 +00:00
2006-06-06 15:04:52 +00:00
2006-06-26 22:03:22 +00:00
2006-06-26 20:31:32 +00:00
2006-06-15 06:37:39 +00:00
2006-06-26 22:03:22 +00:00
2006-06-17 13:53:04 +00:00
2006-06-26 22:03:22 +00:00
2006-06-23 19:36:50 +00:00
2006-06-16 21:06:03 +00:00
2006-06-03 21:20:37 +00:00
2006-06-23 16:44:24 +00:00
2006-05-29 19:29:41 +00:00