Konstantin Belousov
1fac7d7f35
Lock the new map in vmspace_fork(). The newly allocated map should not
...
be accessible outside vmspace_fork() yet, but locking it would satisfy
the protocol of the vm_map_entry_link() and other functions called
from vmspace_fork().
Use trylock that is supposedly cannot fail, to silence WITNESS warning
of the nested acquisition of the sx lock with the same name.
Suggested and reviewed by: tegge
2009-02-08 19:55:03 +00:00
..
2008-09-26 14:50:49 +00:00
2008-05-10 23:39:27 +00:00
2007-10-30 14:48:13 +00:00
2008-05-18 04:16:57 +00:00
2008-08-13 17:32:48 +00:00
2008-09-29 19:45:12 +00:00
2007-02-07 17:43:11 +00:00
2009-01-25 09:11:24 +00:00
2009-01-25 09:11:24 +00:00
2009-01-25 09:11:24 +00:00
2009-01-25 09:11:24 +00:00
2008-01-13 14:44:15 +00:00
2008-05-10 21:46:20 +00:00
2009-02-08 19:37:01 +00:00
2008-08-05 20:02:31 +00:00
2008-05-10 21:46:20 +00:00
2008-07-18 17:41:31 +00:00
2008-07-05 19:34:33 +00:00
2009-02-08 19:55:03 +00:00
2009-01-01 00:31:46 +00:00
2009-01-23 22:49:23 +00:00
2009-01-21 14:43:35 +00:00
2008-12-21 16:56:13 +00:00
2008-05-20 19:05:43 +00:00
2009-01-03 13:24:08 +00:00
2009-01-03 13:24:08 +00:00
2008-11-16 21:57:54 +00:00
2008-09-29 19:45:12 +00:00
2007-08-05 21:04:32 +00:00
2007-10-16 11:32:57 +00:00
2008-04-06 18:09:28 +00:00
2007-12-20 22:45:54 +00:00
2008-04-06 18:09:28 +00:00
2008-04-06 18:09:28 +00:00
2008-08-03 14:26:15 +00:00
2007-12-27 17:08:11 +00:00
2009-02-08 19:44:50 +00:00