thorpej
|
b3667ada6d
|
TRUE -> true, FALSE -> false
|
2007-02-22 06:05:00 +00:00 |
thorpej
|
712239e366
|
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
|
2007-02-21 22:59:35 +00:00 |
yamt
|
ec1dd90a2a
|
uvmpdpol_pagedequeue: clear PQ_INITIALREF.
otherwise, dequeue/enqueue cycles (eg. page loaning) can cause
an assertion failure in clockpro_pageenqueue.
|
2006-11-28 13:14:53 +00:00 |
christos
|
168cd830d2
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
yamt
|
0a8c1584c7
|
remove unnecessary #include of vnode.h.
|
2006-10-12 10:14:43 +00:00 |
yamt
|
86004aaed3
|
fix some warnings in the case of PDSIM.
|
2006-10-09 12:50:39 +00:00 |
yamt
|
9d3e3eab23
|
merge yamt-pdpolicy branch.
- separate page replacement policy from the rest of kernel
- implement an alternative replacement policy
|
2006-09-15 15:51:12 +00:00 |