Bosko Milekic
988cb8dfd9
Eliminate a race in MEXTFREE(). The reference counter decrement and test
...
was not atomic. We now make sure that we free the ext buf if the reference
count is about to reach 0 but also make sure that nobody else has done it
before us.
While I'm here, change refcnt to u_int (from long). This fixes a compiler
warning regarding use of atomic_cmpset_long on i386.
Submitted by: jasone
Reviewed by: jlemon, jake
2000-12-13 05:13:02 +00:00
..
2000-12-13 00:17:05 +00:00
2000-12-13 01:11:34 +00:00
2000-12-12 17:27:35 +00:00
2000-12-07 22:31:13 +00:00
2000-12-06 01:45:20 +00:00
2000-12-13 00:17:05 +00:00
2000-12-13 01:25:11 +00:00
2000-12-08 21:51:06 +00:00
2000-10-30 11:03:32 +00:00
2000-07-04 11:25:35 +00:00
2000-12-13 04:22:04 +00:00
2000-12-13 04:28:24 +00:00
2000-12-08 21:51:06 +00:00
2000-12-09 22:32:49 +00:00
2000-12-12 23:52:43 +00:00
2000-12-13 01:11:34 +00:00
2000-12-13 00:17:05 +00:00
2000-12-12 23:33:29 +00:00
2000-12-08 21:51:06 +00:00
2000-12-13 01:06:53 +00:00
2000-12-07 22:28:20 +00:00
2000-12-13 04:28:24 +00:00
2000-12-12 22:00:05 +00:00
2000-12-08 21:51:06 +00:00
2000-12-08 21:51:06 +00:00
2000-12-08 21:51:06 +00:00
2000-12-07 22:19:06 +00:00
2000-12-12 23:12:22 +00:00
2000-12-08 21:51:06 +00:00
2000-12-08 20:09:00 +00:00
2000-12-08 21:51:06 +00:00
2000-10-30 09:13:46 +00:00
2000-12-08 21:51:06 +00:00
2000-10-29 16:14:28 +00:00
2000-11-25 07:35:38 +00:00
2000-12-08 21:51:06 +00:00
2000-12-08 21:51:06 +00:00
2000-12-08 21:51:06 +00:00
2000-12-08 21:51:06 +00:00
2000-11-04 02:42:11 +00:00
2000-12-10 10:02:32 +00:00
2000-12-11 15:02:50 +00:00
2000-12-13 01:25:11 +00:00
2000-05-01 20:32:07 +00:00
2000-12-09 20:52:42 +00:00
2000-11-18 21:01:04 +00:00
2000-12-13 05:13:02 +00:00
2000-12-06 06:59:38 +00:00
2000-12-08 21:51:06 +00:00
2000-12-13 00:17:05 +00:00
2000-08-24 18:53:09 +00:00