Konstantin Belousov
9719da13e7
When doing rfork(0), i.e. separating curproc VM from any other user of
...
the same vmspace, decrement the reference count of the shared LDT instead
of a newly-made copy. Code factually removed LDT from the process that
did rfork(0).
Introduce user_ldt_deref() function that does decrement of refcount for
the struct proc_ldt, and call it in the rfork(0) case on the shared LDT.
Reviewed by: jhb
MFC after: 1 week
2008-09-12 09:53:29 +00:00
..
2008-09-11 21:42:11 +00:00
2008-09-11 20:43:38 +00:00
2008-09-10 20:53:22 +00:00
2008-08-24 21:20:35 +00:00
2008-08-29 04:39:46 +00:00
2008-09-10 13:16:41 +00:00
2008-09-11 15:28:28 +00:00
2008-09-10 20:22:27 +00:00
2008-09-05 22:24:31 +00:00
2008-08-09 20:01:01 +00:00
2008-08-18 16:51:44 +00:00
2008-09-12 03:45:08 +00:00
2008-09-11 20:15:34 +00:00
2008-09-07 13:54:57 +00:00
2008-09-10 13:16:41 +00:00
2008-09-12 09:53:29 +00:00
2008-08-20 08:31:58 +00:00
2008-08-24 07:40:14 +00:00
2008-09-10 20:12:10 +00:00
2008-08-15 04:07:22 +00:00
2008-09-10 03:49:08 +00:00
2008-09-12 03:45:08 +00:00
2008-09-10 13:08:37 +00:00
2008-09-06 17:51:02 +00:00
2008-09-03 18:17:45 +00:00
2008-09-09 07:35:21 +00:00
2008-09-10 19:42:13 +00:00
2008-08-17 23:27:27 +00:00
2008-08-28 15:23:18 +00:00
2008-08-31 14:26:08 +00:00
2008-08-28 15:23:18 +00:00
2008-08-25 09:36:17 +00:00
2008-09-10 18:36:58 +00:00
2008-08-14 21:26:29 +00:00
2008-08-31 23:54:22 +00:00
2008-08-25 09:36:17 +00:00
2008-09-10 13:16:41 +00:00
2008-09-10 20:22:27 +00:00
2008-09-10 20:07:08 +00:00
2008-09-10 19:13:30 +00:00
2008-09-03 12:46:09 +00:00
2008-08-28 15:23:18 +00:00
2008-08-20 09:20:12 +00:00
2008-08-15 14:11:30 +00:00